Re: [csswg-drafts] [css-shadow-parts] are rules for which pseudo-classes and pseudo-elements work after ::part() parse-time or match-time? (#10786)

I think another argument for parse-time is that it's consistent with other restrictions on combinations of pseudo-elements.  For example, this testcase is interoperably (Chrome, Firefox, Safari) red:
```html
<!DOCTYPE html>
<style>
  body { color: red }
  body, body::before::before { color: green }
</style>
  Is this red or green?
```

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


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

Received on Friday, 27 September 2024 21:52:22 UTC