File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1205,11 +1205,11 @@ Consume an ident-like token</h4>
12051205 If the returned string's value is an <a>ASCII case-insensitive</a> match for "url",
12061206 and the <a>next input code point</a> is U+0028 LEFT PARENTHESIS ((),
12071207 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 (') ,
12131213 then create a <<function-token>>
12141214 with its value set to the returned string
12151215 and return it.
You can’t perform that action at this time.
0 commit comments