[css-syntax] Fix "Consume a number", allow exponent sign.

Mon, 01 Jul 2013 08:18:32 +0100

author
Simon Sapin <simon.sapin@exyr.org>
date
Mon, 01 Jul 2013 08:18:32 +0100
changeset 8602
26edc24f2215
parent 8601
2fff27b35083
child 8603
e12580aaf572

[css-syntax] Fix "Consume a number", allow exponent sign.

css-syntax/Overview.html file | annotate | diff | comparison | revisions
css-syntax/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-syntax/Overview.html	Sat Jun 29 03:17:19 2013 -0700
     1.2 +++ b/css-syntax/Overview.html	Mon Jul 01 08:18:32 2013 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  </a></p>
     1.5    <h1 class="p-name no-ref" id=title>CSS Syntax Module Level 3</h1>
     1.6    <h2 class="no-num no-toc no-ref" id=subtitle>Editor's Draft,
     1.7 -    <span class=dt-updated><span class=value-title title=20130628>28 June 2013</span></span></h2>
     1.8 +    <span class=dt-updated><span class=value-title title=20130701>1 July 2013</span></span></h2>
     1.9    <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>
    1.10  <dt>Feedback:</dt>
    1.11      <dd><a href="mailto:www-style@w3.org?subject=%5Bcss-syntax%5D%20feedback">www-style@w3.org</a> 
    1.12 @@ -1469,8 +1469,9 @@
    1.13  			</ol>
    1.14  
    1.15  		<li>
    1.16 -			If the <a data-autolink=link href=#next-input-character title="next input character">next 2 input characters</a> are
    1.17 -			U+0045 LATIN CAPITAL LETTER E (E) or U+0065 LATIN SMALL LETTER E (e)
    1.18 +			If the <a data-autolink=link href=#next-input-character title="next input character">next 2 or 3 input characters</a> are
    1.19 +			U+0045 LATIN CAPITAL LETTER E (E) or U+0065 LATIN SMALL LETTER E (e),
    1.20 +			optionally followed by U+002D HYPHEN-MINUS (-) or U+002B PLUS SIGN (+),
    1.21  			followed by a <a data-autolink=link href=#digit>digit</a>,
    1.22  			then:
    1.23  
     2.1 --- a/css-syntax/Overview.src.html	Sat Jun 29 03:17:19 2013 -0700
     2.2 +++ b/css-syntax/Overview.src.html	Mon Jul 01 08:18:32 2013 +0100
     2.3 @@ -1356,8 +1356,9 @@
     2.4  			</ol>
     2.5  
     2.6  		<li>
     2.7 -			If the <a title="next input character">next 2 input characters</a> are
     2.8 -			U+0045 LATIN CAPITAL LETTER E (E) or U+0065 LATIN SMALL LETTER E (e)
     2.9 +			If the <a title="next input character">next 2 or 3 input characters</a> are
    2.10 +			U+0045 LATIN CAPITAL LETTER E (E) or U+0065 LATIN SMALL LETTER E (e),
    2.11 +			optionally followed by U+002D HYPHEN-MINUS (-) or U+002B PLUS SIGN (+),
    2.12  			followed by a <a>digit</a>,
    2.13  			then:
    2.14  

mercurial