[csswg-drafts] [css-pseudos-4][css-scoping] Can `::slotted()` be followed with element-backed pseudo-elements? (#11284)

nt1m has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-pseudos-4][css-scoping] Can `::slotted()` be followed with element-backed pseudo-elements? ==
E.g. is `::slotted(*)::details-content` allowed?

https://drafts.csswg.org/css-scoping/#slotted-pseudo only allows tree-abiding pseudo-elements behind `::slotted()`, so `::slotted(*)::details-content` would actually not work (the definition of element-backed pseudo-elements does not inherit from  tree-abiding pseudo-elements).

cc @dbaron @fantasai @tabatkins 

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11284 using your GitHub account


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

Received on Wednesday, 27 November 2024 18:45:26 UTC