-
Notifications
You must be signed in to change notification settings - Fork 951
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
Implement CSS4 Selectors #237
Comments
subject selector will be written :has() now... |
@bkardell I see this isn't reflected in the spec yet: http://dev.w3.org/csswg/selectors4/#subject |
Yes, but it was decided in WG vote, spec changes coming soon. |
Updated. And thanks @bkardell! |
Just a note, but "blank" keyword hasn't been accepted yet and it may change in the future. |
@biphobe Thanks, but it's my understanding that all of them are subject to change until the spec reaches recommendation status. Note that this issue is here to track which selectors we'll want to add in the future. |
This is probably not going to happen now. Reopen if you disagree. |
For reference, we're tracking a jQuery version of this issue at jquery/jquery#5111. |
This issue is here to track the progress of these selectors so we're prepared to support them when the spec reaches recommendation status. The list below should be updated as the spec changes.
:has()
:matches()
/attr/
:any-link
:local-link
:blank
:nth[-last]-child(An+B of selector)
[attr=value i]
:scope
The text was updated successfully, but these errors were encountered: