Skip to content

Commit 33dd098

Browse files
committed
[css-syntax] Reconsume the code-point when existing 'consume a name'.
1 parent 7c18b3e commit 33dd098

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

css-syntax/Overview.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,6 +1606,7 @@ Consume a name</h4>
16061606

16071607
<dt>anything else
16081608
<dd>
1609+
<a>Reconsume the current input code point</a>.
16091610
Return <var>result</var>.
16101611
</dl>
16111612

css-syntax/Overview.html

Lines changed: 2 additions & 1 deletion
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=20140321>21 March 2014</span></span></span></h2>
61+
<span class=dt-updated><span class=value-title title=20140328>28 March 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/2014/CR-css-syntax-3-20140220/ rel=previous>http://www.w3.org/TR/2014/CR-css-syntax-3-20140220/</a><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>
@@ -2670,6 +2670,7 @@ <h4 class="heading settled heading" data-level=4.3.11 id=consume-a-name><span cl
26702670

26712671
<dt>anything else
26722672
<dd>
2673+
<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>.
26732674
Return <var>result</var>.
26742675
</dl>
26752676

0 commit comments

Comments
 (0)