Skip to content

Commit 810ca97

Browse files
committed
[css-syntax] Never mind, I'm dumb, now I know what I was doing.
1 parent 7781d0f commit 810ca97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-syntax/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ Consume an ident-like token</h4>
12091209
consume it.
12101210
If the <a>next input token</a> is U+0022 QUOTATION MARK (")
12111211
or U+0027 APOSTROPHE (&apos;),
1212-
<a>consume a string token</a>,
1212+
<a>reconsume the current input code point</a>,
12131213
then create a <<function-token>>
12141214
with its value set to the returned string
12151215
and return it.

css-syntax/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2301,7 +2301,7 @@ <h4 class="heading settled heading" data-level=4.3.4 id=consume-an-ident-like-to
23012301
consume it.
23022302
If the <a data-link-type=dfn href=#next-input-token title="next input token">next input token</a> is U+0022 QUOTATION MARK (")
23032303
or U+0027 APOSTROPHE ('),
2304-
<a data-link-type=dfn href=#consume-a-string-token0 title="consume a string token">consume a string token</a>,
2304+
<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>,
23052305
then create a <a class="production css-code" data-link-type=type href=#typedef-function-token title="<function-token>">&lt;function-token&gt;</a>
23062306
with its value set to the returned string
23072307
and return it.

0 commit comments

Comments
 (0)