Skip to content

Commit 358e90c

Browse files
committed
[css-syntax] Fix 'Consume a list of declarations' to use 'consume a component value' rather than 'consume the next input token'.
--HG-- extra : rebase_source : ad46383d1512aeda3e561c847b32e67cd6b180a5
1 parent 41ecf46 commit 358e90c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css-syntax/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2441,7 +2441,7 @@ Consume a list of declarations</h4>
24412441
<dd>
24422442
Initialize a temporary list initially filled with the <a>current input token</a>.
24432443
As long as the <a>next input token</a> is anything other than a <<semicolon-token>> or <<EOF-token>>,
2444-
<a>consume the next input token</a> and append it to the temporary list.
2444+
<a>consume a component value</a> and append it to the temporary list.
24452445
<a>Consume a declaration</a> from the temporary list.
24462446
If anything was returned,
24472447
append it to the list of declarations.

css-syntax/Overview.html

Lines changed: 2 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=20140320>20 March 2014</span></span></span></h2>
61+
<span class=dt-updated><span class=value-title title=20140321>21 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>
@@ -3967,7 +3967,7 @@ <h4 class="heading settled heading" data-level=5.4.4 id=consume-a-list-of-declar
39673967
<dd>
39683968
Initialize a temporary list initially filled with the <a data-link-type=dfn href=#current-input-token title="current input token">current input token</a>.
39693969
As long as the <a data-link-type=dfn href=#next-input-token title="next input token">next input token</a> is anything other than a <a class="production css-code" data-link-type=type href=#typedef-semicolon-token title="<semicolon-token>">&lt;semicolon-token&gt;</a> or <a class="production css-code" data-link-type=type href=#typedef-eof-token title="<eof-token>">&lt;EOF-token&gt;</a>,
3970-
<a data-link-type=dfn href=#consume-the-next-input-token title="consume the next input token">consume the next input token</a> and append it to the temporary list.
3970+
<a data-link-type=dfn href=#consume-a-component-value0 title="consume a component value">consume a component value</a> and append it to the temporary list.
39713971
<a data-link-type=dfn href=#consume-a-declaration0 title="consume a declaration">Consume a declaration</a> from the temporary list.
39723972
If anything was returned,
39733973
append it to the list of declarations.

0 commit comments

Comments
 (0)