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

Support for CSS Selectors Level 4 #28

Closed
kizu opened this issue Oct 26, 2016 · 1 comment
Closed

Support for CSS Selectors Level 4 #28

kizu opened this issue Oct 26, 2016 · 1 comment

Comments

@kizu
Copy link

kizu commented Oct 26, 2016

There can be really complex selectors in Selectors Level 4. For example, this is a valid selector (and there is already support for them in latest webkits like Safari 10):

:not(:not(.a), :not(.b), :not(.c), .d, :not(:matches([id=lol] > *))) {
}

Right now csstree throws an “Unexpected input” parsing error there.

@lahmatiy lahmatiy mentioned this issue Oct 26, 2016
37 tasks
@lahmatiy
Copy link
Member

:matches() and :has() pseudos don't support for now.
I made my todo list public (see #29) to let everyone know what's planned.

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

No branches or pull requests

2 participants