Skip to content

Commit 745049d

Browse files
committed
[css-syntax] Fix tokenization of numbers starting with a digit.
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24661
1 parent 12e7b6b commit 745049d

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

css-syntax/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,8 @@ Consume a token</h4>
10941094

10951095
<dt><a>digit</a>
10961096
<dd>
1097-
<a>Consume a numeric token</a>,
1097+
<a>Reconsume the current input code point</a>,
1098+
<a>consume a numeric token</a>,
10981099
and return it.
10991100

11001101
<dt>U+0055 LATIN CAPITAL LETTER U (U)

css-syntax/Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</p>
5959
<h1 class="p-name no-ref" id=title>CSS Syntax Module Level 3</h1>
6060
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
61-
<span class=dt-updated><span class=value-title title=20140206>6 February 2014</span></span></span></h2>
61+
<span class=dt-updated><span class=value-title title=20140214>14 February 2014</span></span></span></h2>
6262
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-syntax/>http://dev.w3.org/csswg/css-syntax/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-syntax-3/>http://www.w3.org/TR/css-syntax-3/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-syntax/>http://dev.w3.org/csswg/css-syntax/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-css-syntax-3-20131105/ rel=previous>http://www.w3.org/TR/2013/WD-css-syntax-3-20131105/</a><dd><a href=http://www.w3.org/TR/2013/WD-css-syntax-3-20130919/ rel=previous>http://www.w3.org/TR/2013/WD-css-syntax-3-20130919/</a>
6363
<dt>Feedback:</dt>
6464
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-syntax%5D%20feedback">www-style@w3.org</a>
@@ -2130,7 +2130,8 @@ <h4 class="heading settled heading" data-level=4.3.1 id=consume-a-token><span cl
21302130

21312131
<dt><a data-link-type=dfn href=#digit title=digit>digit</a>
21322132
<dd>
2133-
<a data-link-type=dfn href=#consume-a-numeric-token0 title="consume a numeric token">Consume a numeric token</a>,
2133+
<a data-link-type=dfn href=#reconsume-the-current-input-code-point title="reconsume the current input code point">Reconsume the current input code point</a>,
2134+
<a data-link-type=dfn href=#consume-a-numeric-token0 title="consume a numeric token">consume a numeric token</a>,
21342135
and return it.
21352136

21362137
<dt>U+0055 LATIN CAPITAL LETTER U (U)

0 commit comments

Comments
 (0)