[css-syntax] Add issue for serializing an+b.

Mon, 13 May 2013 11:17:26 -0700

author
Tab Atkins Jr. <jackalmage@gmail.com>
date
Mon, 13 May 2013 11:17:26 -0700
changeset 8148
bb990ee9612e
parent 8147
1d3ca9d445c4
child 8149
bc25028a886a

[css-syntax] Add issue for serializing an+b.

css-syntax/Overview.html file | annotate | diff | comparison | revisions
css-syntax/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-syntax/Overview.html	Mon May 13 10:57:19 2013 -0700
     1.2 +++ b/css-syntax/Overview.html	Mon May 13 11:17:26 2013 -0700
     1.3 @@ -356,6 +356,11 @@
     1.4  
     1.5     <li><a href="#serialization"><span class=secno>7. </span>Serialization</a>
     1.6  
     1.7 +    <ul class=toc>
     1.8 +     <li><a href="#serializing-anb"><span class=secno>7.1. </span>
     1.9 +      Serializing <var>&lt;an+b></var></a>
    1.10 +    </ul>
    1.11 +
    1.12     <li><a href="#conformance"><span class=secno>8. </span> Conformance</a>
    1.13      <ul class=toc>
    1.14       <li><a href="#conventions"><span class=secno>8.1. </span> Document
    1.15 @@ -4234,7 +4239,12 @@
    1.16     comments in the original text, so the above rule reinserts the minimum
    1.17     number of comments into the serialized text to ensure an accurate
    1.18     round-trip. (Roughly. The delim token rules are slightly too powerful, for
    1.19 -   simplicity.) <!--
    1.20 +   simplicity.)
    1.21 +
    1.22 +  <h3 id=serializing-anb><span class=secno>7.1. </span> Serializing <a
    1.23 +   href="#anb-production"><var>&lt;an+b></var></a></h3>
    1.24 +
    1.25 +  <p class=issue> Define this. <!--
    1.26  
    1.27  TTTTTTTTTTTTTTTTTTTTTTTHHHHHHHHH     HHHHHHHHHEEEEEEEEEEEEEEEEEEEEEE
    1.28  T:::::::::::::::::::::TH:::::::H     H:::::::HE::::::::::::::::::::E
     2.1 --- a/css-syntax/Overview.src.html	Mon May 13 10:57:19 2013 -0700
     2.2 +++ b/css-syntax/Overview.src.html	Mon May 13 11:17:26 2013 -0700
     2.3 @@ -3127,6 +3127,12 @@
     2.4  		so the above rule reinserts the minimum number of comments into the serialized text to ensure an accurate round-trip.
     2.5  		(Roughly.  The delim token rules are slightly too powerful, for simplicity.)
     2.6  
     2.7 +<h3 id='serializing-anb'>
     2.8 +Serializing <var>&lt;an+b></var></h3>
     2.9 +	
    2.10 +	<p class='issue'>
    2.11 +		Define this.
    2.12 +
    2.13  
    2.14  
    2.15  

mercurial