Re: [csswg-drafts] Ambiguity or omission in list of steps for "CSS Syntax Level 3", section "4.3.4. Consume an ident-like token"? [css-syntax] (#10120)

> Although it seems more correct not to consume leading whitespaces in this algorithm (see https://github.com/w3c/csswg-drafts/issues/3600), I suspect this may be no longer required. It could just be "consume as much whitespace as possible; if the next input code points is [a quote then] create a `<function-token>`".

That would fail to emit a whitespace token given `url( "foo" )`, which I'd like to preserve, since any other function would emit a whitespace there.

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


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

Received on Monday, 25 March 2024 20:26:21 UTC