[css-syntax] Fix tokenization of numbers starting with a digit.

Fri, 14 Feb 2014 16:00:04 +0000

author
Simon Sapin <simon.sapin@exyr.org>
date
Fri, 14 Feb 2014 16:00:04 +0000
changeset 10018
8663b0d5bbf0
parent 10017
430362a1f6bc
child 10019
b53a60fe8b69

[css-syntax] Fix tokenization of numbers starting with a digit.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24661

css-syntax/Overview.bs file | annotate | diff | comparison | revisions
css-syntax/Overview.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-syntax/Overview.bs	Sat Feb 15 00:30:52 2014 +0900
     1.2 +++ b/css-syntax/Overview.bs	Fri Feb 14 16:00:04 2014 +0000
     1.3 @@ -1094,7 +1094,8 @@
     1.4  
     1.5  		<dt><a>digit</a>
     1.6  		<dd>
     1.7 -			<a>Consume a numeric token</a>,
     1.8 +			<a>Reconsume the current input code point</a>,
     1.9 +			<a>consume a numeric token</a>,
    1.10  			and return it.
    1.11  
    1.12  		<dt>U+0055 LATIN CAPITAL LETTER U (U)
     2.1 --- a/css-syntax/Overview.html	Sat Feb 15 00:30:52 2014 +0900
     2.2 +++ b/css-syntax/Overview.html	Fri Feb 14 16:00:04 2014 +0000
     2.3 @@ -58,7 +58,7 @@
     2.4  </p>
     2.5    <h1 class="p-name no-ref" id=title>CSS Syntax Module Level 3</h1>
     2.6    <h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
     2.7 -    <span class=dt-updated><span class=value-title title=20140206>6 February 2014</span></span></span></h2>
     2.8 +    <span class=dt-updated><span class=value-title title=20140214>14 February 2014</span></span></span></h2>
     2.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>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>
    2.10      <dt>Feedback:</dt>
    2.11          <dd><a href="mailto:www-style@w3.org?subject=%5Bcss-syntax%5D%20feedback">www-style@w3.org</a>
    2.12 @@ -2130,7 +2130,8 @@
    2.13  
    2.14  		<dt><a data-link-type=dfn href=#digit title=digit>digit</a>
    2.15  		<dd>
    2.16 -			<a data-link-type=dfn href=#consume-a-numeric-token0 title="consume a numeric token">Consume a numeric token</a>,
    2.17 +			<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>,
    2.18 +			<a data-link-type=dfn href=#consume-a-numeric-token0 title="consume a numeric token">consume a numeric token</a>,
    2.19  			and return it.
    2.20  
    2.21  		<dt>U+0055 LATIN CAPITAL LETTER U (U)

mercurial