Skip to content

Commit 03b6c6d

Browse files
committed
[css3-syntax] Don't reconsume % in number-fraction.
--HG-- extra : rebase_source : 4ac888f5ba0e624cc55d407bffa9988edff8a8b9
1 parent a7784ef commit 03b6c6d

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

css3-syntax/Overview.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
<meta content="CSS Syntax Module Level 3 (CSS3 Syntax)" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-02-02 name=dcterms.issued>
14+
<meta content=2013-02-04 name=dcterms.issued>
1515
<meta content="http://dev.w3.org/csswg/css3-syntax/" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
17-
<meta content="http://www.w3.org/TR/2013/ED-css3-syntax-20130202/"
17+
<meta content="http://www.w3.org/TR/2013/ED-css3-syntax-20130204/"
1818
name=dcterms.identifier>
1919
<link href="#contents" rel=contents>
2020
<link href="#index" rel=index>
@@ -31,7 +31,7 @@
3131

3232
<h1>CSS Syntax Module Level 3</h1>
3333

34-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 February
34+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 February
3535
2013</h2>
3636

3737
<dl>
@@ -2116,8 +2116,7 @@ <h4 id=number-fraction-state><span class=secno>4.4.14. </span> <dfn
21162116

21172117
<dd> Emit a percentage token with its value set to the number produced by
21182118
interpreting the number token's representation as a base-10 number.
2119-
Switch to the <a href="#data-state0"><i>data state</i></a>. Reconsume the
2120-
<a href="#current-input-character"><i>current input character</i></a>.
2119+
Switch to the <a href="#data-state0"><i>data state</i></a>.
21212120

21222121
<dt>U+0045 LATIN CAPITAL LETTER E (E)
21232122

css3-syntax/Overview.src.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,6 @@ <h4>
14811481
produced by interpreting the number token's representation
14821482
as a base-10 number.
14831483
Switch to the <i>data state</i>.
1484-
Reconsume the <i>current input character</i>.
14851484

14861485
<dt>U+0045 LATIN CAPITAL LETTER E (E)
14871486
<dt>U+0065 LATIN SMALL LETTER E (e)

0 commit comments

Comments
 (0)