-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pseudo-classes in <content> select attribute #470
Comments
My apologies. I think this should totally work, and this is something we had implemented in Chrome, but it was taken out of the spec based on objections from other vendors: https://www.w3.org/Bugs/Public/show_bug.cgi?id=24872#c9. So we removed pseudoclass support to conform to the spec. We're going to discuss this at the W3C meeting tomorrow and see if we can bring it (or perhaps even better alternatives) back. |
Hi, do you have any news on this? |
+1 |
+1 - I really would like to see this! Any news on this? |
Support for It's a start 😸 |
Closing since this is a spec issue. Please add feedback to the spec issue here: |
I'm trying to wrap Custom Element's child nodes (from light DOM) in its ShadowDOM.
Therefore I use pseudo-class
:nth-child
selector:http://jsfiddle.net/tomalec/f7bn5/3/
It works fine in stable Chrome, and Firefox, but it does not work on Canary (36.0.1932.2 enable-experimental-web-platform-features).
Am I doing it wrong, or is this a bug with Canary?
The text was updated successfully, but these errors were encountered: