[csswg-drafts] [css-syntax] Redundant step in consume url token algo

Netmosfera has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-syntax] Redundant step in consume url token algo ==
I'm not entirely sure, but I think... in section [4.3.6](https://drafts.csswg.org/css-syntax-3/#consume-url-token) the step 3:

> 3. If the next input code point is EOF, this is a parse error. Return the \<url-token\>.

Is redundant with the step in the loop (4):

> **EOF**
> This is a parse error. Return the \<url-token\>.

I suggest step (3) to be removed as it's already covered by the loop.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3054 using your GitHub account

Received on Saturday, 25 August 2018 19:21:53 UTC