-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Selectors Level 4 selectors fail to parse #1292
Comments
which are implemented by browsers? attributes I implemented in 1.4.0 beta the others we have said we will support when the spec is stable enough that it is unlikely to change and that it is implemented by 1 (ore preferably more) browsers |
Nice! I didn't know you had implemented attr namespaces already. AFAIK, none of these are supported yet except in experimental environments (for instance, Chrome with certain flags). I will be demonstrating these selectors in a presentation, but there probably aren't a lot of people in my position. Mostly, I figured it would be helpful for this repo to have a list for when they are implemented. For what it's worth, the syntax for the subject selector could very well change, but the rest will probably be in the final draft. |
Helpful to have the list, thank you. @timmywil if you're satisfied with the answer you can close the issue. Feel free to keep it open or continue the discussion here. |
related to #550 lets leave it open... the time when we need to support them is approaching - if chrome and mozilla implement via flags and people are making software for 6 months time or libraries etc then they might like to start using them. |
👍 would love to see these features supported. |
It also chokes on the grid row declaration syntax (see http://msdn.microsoft.com/en-us/library/windows/apps/hh466350.aspx for more)
|
Three years later it doesn't appear that CSS Selectors Level 4 is any closer to exiting an editor's draft, and a few things have changed in the syntax in that time. (See: https://drafts.csswg.org/selectors-4/) Implementing parsing support is risky until it's in CR status. Closing this. Re-open a new issue once it reaches the stage of implementation. |
These Level 4 Selectors currently fail to parse and will be considered valid some time in the future. I may have missed some, but I went through the spec and I think these are all of them.
The text was updated successfully, but these errors were encountered: