Skip to content

Commit 12c9a86

Browse files
committed
[css3-syntax] Fix cp error in the number-rest state.
1 parent 21a6ee0 commit 12c9a86

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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-01-05 name=dcterms.issued>
14+
<meta content=2013-01-07 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-20130105/"
17+
<meta content="http://www.w3.org/TR/2013/ED-css3-syntax-20130107/"
1818
name=dcterms.identifier>
1919
<link href="#contents" rel=contents>
2020
<link href="#index" rel=index>
@@ -48,7 +48,7 @@
4848

4949
<h1>CSS Syntax Module Level 3</h1>
5050

51-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 January 2013</h2>
51+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 January 2013</h2>
5252

5353
<dl>
5454
<dt>This version:
@@ -1975,8 +1975,7 @@ <h4 id=number-rest-state><span class=secno>3.3.16. </span> <dfn
19751975

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

19811980
<dt>U+0045 LATIN CAPITAL LETTER E (E)
19821981

css3-syntax/Overview.src.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,6 @@ <h4>
13301330
produced by interpreting the number token's representation
13311331
as a base-10 number.
13321332
Switch to the <i>data state</i>.
1333-
Reconsume the <i>current input character</i>.
13341333

13351334
<dt>U+0045 LATIN CAPITAL LETTER E (E)
13361335
<dt>U+0065 LATIN SMALL LETTER E (e)

0 commit comments

Comments
 (0)