Re: [csswg-drafts] [css-selectors-4] Include whitespace in non-optional `<combinator>` (#7027)

>  8. Match `|*` vs. `<combinator>?`
>     result: fails but optional, resume 1

No, my edit fixed this case. Combinator is optional, but if omitted the two `<compound-selector>` productions *must* have whitespace separating them. So the next step after 8 here would be to fail to find whitespace, thus failing the attempt to start a new `<compound-selector>` production, so you have to go back and keep trying to build the first one.

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


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

Received on Friday, 18 February 2022 18:05:45 UTC