[css3-syntax] Don't reconsume % in number-fraction.

Mon, 04 Feb 2013 12:43:11 -0800

author
Tab Atkins <jackalmage@gmail.com>
date
Mon, 04 Feb 2013 12:43:11 -0800
changeset 7308
db3e76a9ffc0
parent 7307
e06243ea0881
child 7309
0e527e73b892

[css3-syntax] Don't reconsume % in number-fraction.

css3-syntax/Overview.html file | annotate | diff | comparison | revisions
css3-syntax/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-syntax/Overview.html	Mon Feb 04 12:42:58 2013 -0700
     1.2 +++ b/css3-syntax/Overview.html	Mon Feb 04 12:43:11 2013 -0800
     1.3 @@ -11,10 +11,10 @@
     1.4  
     1.5    <meta content="CSS Syntax Module Level 3 (CSS3 Syntax)" name=dcterms.title>
     1.6    <meta content=text name=dcterms.type>
     1.7 -  <meta content=2013-02-02 name=dcterms.issued>
     1.8 +  <meta content=2013-02-04 name=dcterms.issued>
     1.9    <meta content="http://dev.w3.org/csswg/css3-syntax/" name=dcterms.creator>
    1.10    <meta content=W3C name=dcterms.publisher>
    1.11 -  <meta content="http://www.w3.org/TR/2013/ED-css3-syntax-20130202/"
    1.12 +  <meta content="http://www.w3.org/TR/2013/ED-css3-syntax-20130204/"
    1.13     name=dcterms.identifier>
    1.14    <link href="#contents" rel=contents>
    1.15    <link href="#index" rel=index>
    1.16 @@ -31,7 +31,7 @@
    1.17  
    1.18     <h1>CSS Syntax Module Level 3</h1>
    1.19  
    1.20 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 February
    1.21 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 February
    1.22      2013</h2>
    1.23  
    1.24     <dl>
    1.25 @@ -2116,8 +2116,7 @@
    1.26  
    1.27     <dd> Emit a percentage token with its value set to the number produced by
    1.28      interpreting the number token's representation as a base-10 number.
    1.29 -    Switch to the <a href="#data-state0"><i>data state</i></a>. Reconsume the
    1.30 -    <a href="#current-input-character"><i>current input character</i></a>.
    1.31 +    Switch to the <a href="#data-state0"><i>data state</i></a>.
    1.32  
    1.33     <dt>U+0045 LATIN CAPITAL LETTER E (E)
    1.34  
     2.1 --- a/css3-syntax/Overview.src.html	Mon Feb 04 12:42:58 2013 -0700
     2.2 +++ b/css3-syntax/Overview.src.html	Mon Feb 04 12:43:11 2013 -0800
     2.3 @@ -1481,7 +1481,6 @@
     2.4  			produced by interpreting the number token's representation
     2.5  			as a base-10 number.
     2.6  			Switch to the <i>data state</i>.
     2.7 -			Reconsume the <i>current input character</i>.
     2.8  
     2.9  		<dt>U+0045 LATIN CAPITAL LETTER E (E)
    2.10  		<dt>U+0065 LATIN SMALL LETTER E (e)

mercurial