Skip to content

Commit 02e04f8

Browse files
committed
[css-syntax] Add issue for serializing an+b.
1 parent 471aaff commit 02e04f8

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

css-syntax/Overview.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,11 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2>
356356

357357
<li><a href="#serialization"><span class=secno>7. </span>Serialization</a>
358358

359+
<ul class=toc>
360+
<li><a href="#serializing-anb"><span class=secno>7.1. </span>
361+
Serializing <var>&lt;an+b></var></a>
362+
</ul>
363+
359364
<li><a href="#conformance"><span class=secno>8. </span> Conformance</a>
360365
<ul class=toc>
361366
<li><a href="#conventions"><span class=secno>8.1. </span> Document
@@ -4234,7 +4239,12 @@ <h2 id=serialization><span class=secno>7. </span>Serialization</h2>
42344239
comments in the original text, so the above rule reinserts the minimum
42354240
number of comments into the serialized text to ensure an accurate
42364241
round-trip. (Roughly. The delim token rules are slightly too powerful, for
4237-
simplicity.) <!--
4242+
simplicity.)
4243+
4244+
<h3 id=serializing-anb><span class=secno>7.1. </span> Serializing <a
4245+
href="#anb-production"><var>&lt;an+b></var></a></h3>
4246+
4247+
<p class=issue> Define this. <!--
42384248
42394249
TTTTTTTTTTTTTTTTTTTTTTTHHHHHHHHH HHHHHHHHHEEEEEEEEEEEEEEEEEEEEEE
42404250
T:::::::::::::::::::::TH:::::::H H:::::::HE::::::::::::::::::::E

css-syntax/Overview.src.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3127,6 +3127,12 @@ <h2>Serialization</h2>
31273127
so the above rule reinserts the minimum number of comments into the serialized text to ensure an accurate round-trip.
31283128
(Roughly. The delim token rules are slightly too powerful, for simplicity.)
31293129

3130+
<h3 id='serializing-anb'>
3131+
Serializing <var>&lt;an+b></var></h3>
3132+
3133+
<p class='issue'>
3134+
Define this.
3135+
31303136

31313137

31323138

0 commit comments

Comments
 (0)