Re: [csswg-drafts] [tokenization-css-question] Questions about tokenization of CSS (#6944)

This wording seems to have the same meaning as "Consume as much whitespace as possible" later in "4.3.6. Consume a url token". The intent is clearly to search for the first non-whitespace character after `url(`, and if it's a single or double quote, then interpret the whole previous sequence as a function token, otherwise as an url token.

However, if I understand it correctly, point 2 in 4.3.6 seems redundant, since all possible whitespaces should already be consumed and included into the url token by its construction algorithm. Maybe it needs some clarification?

-- 
GitHub Notification of comment by SelenIT
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6944#issuecomment-1011946232 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 13 January 2022 09:20:35 UTC