File tree 2 files changed +128
-134
lines changed
2 files changed +128
-134
lines changed Original file line number Diff line number Diff line change @@ -1205,11 +1205,11 @@ Consume an ident-like token</h4>
1205
1205
If the returned string's value is an <a>ASCII case-insensitive</a> match for "url",
1206
1206
and the <a>next input code point</a> is U+0028 LEFT PARENTHESIS ((),
1207
1207
consume it.
1208
- While the <a> next input code point</a> is <a>whitespace</a> ,
1209
- consume it .
1210
- If the <a>next input token </a> is U+0022 QUOTATION MARK (")
1211
- or U+0027 APOSTROPHE ('),
1212
- <a>reconsume the current input code point</a> ,
1208
+ While the <a title=" next input code point">next two input code points </a> are <a>whitespace</a> ,
1209
+ consume the <a>next input code point</a> .
1210
+ If the <a title="next input code point" >next one or two input code points </a> are U+0022 QUOTATION MARK ("),
1211
+ U+0027 APOSTROPHE ('),
1212
+ or <a>whitespace</a> followed by U+0022 QUOTATION MARK (") orU+0027 APOSTROPHE (') ,
1213
1213
then create a <<function-token>>
1214
1214
with its value set to the returned string
1215
1215
and return it.
You can’t perform that action at this time.
0 commit comments