Re: [csswg-drafts] Mixing :is() (or equivalent) with pseudo-elements (#9702)

@Crissov I'm not quite sure what you mean. Using asterisk inside of `:is()` is already allowed and functions normally, like `.foo:is(*, .bar, .baz)` (matching `.foo, .foo.bar, .foo.baz`). Could you elaborate on what's bothering you?

-------

@Loirooriol That's indeed my intention. `::before::marker` should be put in the match set for possible matching, but there will need to be some care in what "explicitly matched" means to prevent it from being matched by a plain `::marker`.

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


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

Received on Thursday, 4 September 2025 17:30:09 UTC