Skip to content

[css-syntax] Redundant step in consume url token algo #3054

@Wes1262

Description

@Wes1262

I'm not entirely sure, but I think... in section 4.3.6 the step 3:

  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions