-
Notifications
You must be signed in to change notification settings - Fork 2.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
Deprecate reference combinators #303
Comments
I don't think this is here to stay; as the issue says it's a lot easier to implement as a functional pseudoclass. The syntax is really ugly, too. |
quickly looking in Chrome (latest and Canary), Firefox (latest and Aurora) and Opera (latest(presto)). There seems to be varied support for level 4 selectors now. I've found this test (wrongly named as CSS4) here - http://css4-selectors.com/browser-selector-test/ Chrome - current - Indeterminate-value pseudo-class (E:indeterminate) canary - Indeterminate-value pseudo-class (E:indeterminate) Firefox - current - Indeterminate-value pseudo-class (E:indeterminate) aurora - Indeterminate-value pseudo-class (E:indeterminate) Opera - current - Indeterminate-value pseudo-class (E:indeterminate) Total list of level 4 selectors tested - Negation pseudo-class (E:not(s1, s2)) Just thought I'd do a little testing to see what browsers are supporting what and where to keep the issue up to date a little. (up to date browser == latest download as of time of posting this) |
Sass has supported this since afdf0e8, but it's since been removed from the specification so we should deprecate it. |
This combinator has been removed from the CSS spec. Sass implementations thus no longer need to support it. It should be deprecated and eventually removed from implementations that support it now. See sass/sass#303
This combinator has been removed from the CSS spec. Sass implementations thus no longer need to support it. It should be deprecated and eventually removed from implementations that support it now. See sass/sass#303
These should be on our radar, although we may want to wait until they're implemented somewhere before we support them. See Selectors Level 4.
Here's a page tracking browser support.
Tasks:
stable
.master
.The text was updated successfully, but these errors were encountered: