Skip to content

Commit ffd73a9

Browse files
committed
[css-syntax] Remove redundant step from 'consume a url token'. Fixes w3c#3054.
1 parent e3835e3 commit ffd73a9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

css-syntax-3/Overview.bs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,11 +1217,6 @@ Consume a url token</h4>
12171217
<li>
12181218
Consume as much <a>whitespace</a> as possible.
12191219

1220-
<li>
1221-
If the <a>next input code point</a> is EOF,
1222-
this is a <a>parse error</a>.
1223-
Return the <<url-token>>.
1224-
12251220
<li>
12261221
Repeatedly consume the <a>next input code point</a> from the stream:
12271222

0 commit comments

Comments
 (0)