Skip to content
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

Closed
timmywil opened this issue Jan 2, 2014 · 8 comments
Closed

Implement CSS4 Selectors #237

timmywil opened this issue Jan 2, 2014 · 8 comments

Comments

@timmywil
Copy link
Member

timmywil commented Jan 2, 2014

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.

  • Subject selector :has()
  • :matches()
  • Reference combinators /attr/
  • :any-link
  • :local-link
  • :blank
  • :nth[-last]-child(An+B of selector)
  • case-insensitive attribute comparisons [attr=value i]
  • :scope
@bkardell
Copy link

subject selector will be written :has() now...
\0/
Look familiar?

@mgol
Copy link
Member

mgol commented Mar 14, 2014

@bkardell I see this isn't reflected in the spec yet: http://dev.w3.org/csswg/selectors4/#subject

@bkardell
Copy link

Yes, but it was decided in WG vote, spec changes coming soon.

@timmywil
Copy link
Member Author

Updated. And thanks @bkardell!

@biphobe
Copy link

biphobe commented Jan 26, 2016

Just a note, but "blank" keyword hasn't been accepted yet and it may change in the future.

@timmywil
Copy link
Member Author

@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.

@mgol
Copy link
Member

mgol commented May 14, 2019

This is probably not going to happen now. Reopen if you disagree.

@mgol
Copy link
Member

mgol commented Feb 14, 2023

For reference, we're tracking a jQuery version of this issue at jquery/jquery#5111.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants