Skip to content

Commit 1105c6f

Browse files
committed
[css-syntax] Fix "Consume a number", allow exponent sign.
1 parent 061b529 commit 1105c6f

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

css-syntax/Overview.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</a></p>
1313
<h1 class="p-name no-ref" id=title>CSS Syntax Module Level 3</h1>
1414
<h2 class="no-num no-toc no-ref" id=subtitle>Editor's Draft,
15-
<span class=dt-updated><span class=value-title title=20130628>28 June 2013</span></span></h2>
15+
<span class=dt-updated><span class=value-title title=20130701>1 July 2013</span></span></h2>
1616
<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>Editor's Draft:<dd><a href=http://dev.w3.org/csswg/css-syntax>http://dev.w3.org/csswg/css-syntax</a>
1717
<dt>Feedback:</dt>
1818
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-syntax%5D%20feedback">www-style@w3.org</a>
@@ -1469,8 +1469,9 @@ <h4 data-level=4.3.12 id=consume-a-number><span class=secno>4.3.12 </span>
14691469
</ol>
14701470

14711471
<li>
1472-
If the <a data-autolink=link href=#next-input-character title="next input character">next 2 input characters</a> are
1473-
U+0045 LATIN CAPITAL LETTER E (E) or U+0065 LATIN SMALL LETTER E (e)
1472+
If the <a data-autolink=link href=#next-input-character title="next input character">next 2 or 3 input characters</a> are
1473+
U+0045 LATIN CAPITAL LETTER E (E) or U+0065 LATIN SMALL LETTER E (e),
1474+
optionally followed by U+002D HYPHEN-MINUS (-) or U+002B PLUS SIGN (+),
14741475
followed by a <a data-autolink=link href=#digit>digit</a>,
14751476
then:
14761477

css-syntax/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,8 +1356,9 @@ <h4>
13561356
</ol>
13571357

13581358
<li>
1359-
If the <a title="next input character">next 2 input characters</a> are
1360-
U+0045 LATIN CAPITAL LETTER E (E) or U+0065 LATIN SMALL LETTER E (e)
1359+
If the <a title="next input character">next 2 or 3 input characters</a> are
1360+
U+0045 LATIN CAPITAL LETTER E (E) or U+0065 LATIN SMALL LETTER E (e),
1361+
optionally followed by U+002D HYPHEN-MINUS (-) or U+002B PLUS SIGN (+),
13611362
followed by a <a>digit</a>,
13621363
then:
13631364

0 commit comments

Comments
 (0)