We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44bf2b commit f58445eCopy full SHA for f58445e
css-syntax-3/Overview.bs
@@ -1203,6 +1203,12 @@ Consume a url token</h4>
1203
It returns either a <<url-token>> or a <<bad-url-token>>.
1204
1205
Note: This algorithm assumes that the initial "url(" has already been consumed.
1206
+ This algorithm also assumes that it's being called to consume an "unquoted" value,
1207
+ like ''url(foo)''.
1208
+ A quoted value, like ''url("foo")'',
1209
+ is parsed as a <<function-token>>.
1210
+ <a>Consume an ident-like token</a> automatically handles this distinction;
1211
+ this algorithm shouldn't be called directly otherwise.
1212
1213
<ol>
1214
<li>
0 commit comments