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 negation pseudo-class selector #33

Closed
atifaziz opened this issue Aug 23, 2015 · 0 comments
Closed

Support negation pseudo-class selector #33

atifaziz opened this issue Aug 23, 2015 · 0 comments
Assignees
Milestone

Comments

@atifaziz
Copy link
Owner

atifaziz commented Aug 23, 2015

What new or enhanced feature are you proposing?

The negation pseudo-class, :not(X), is a functional notation taking a simple selector (excluding the negation pseudo-class itself and pseudo-elements) as an argument. It represents an element that is not represented by the argument.

Examples:

The following selector matches all button elements in an HTML document that are not disabled.

button:not([DISABLED])

The following selector represents all but FOO elements.

*:not(FOO)

What goal would this enhancement help you achieve?

Greater CSS Selectors Level 3 compliance.

For more information, see:
http://www.w3.org/TR/css3-selectors/#negation


Originally reported on Google Code with ID 33

Reported by @atifaziz on 2009-05-14 23:51:39

@atifaziz atifaziz self-assigned this Aug 23, 2015
@atifaziz atifaziz added the help wanted Extra attention is needed label Sep 25, 2017
@atifaziz atifaziz added the good first issue Good for newcomers label Jun 15, 2018
@atifaziz atifaziz added the hacktoberfest https://hacktoberfest.digitalocean.com label Oct 1, 2018
@atifaziz atifaziz removed hacktoberfest https://hacktoberfest.digitalocean.com labels Jul 12, 2019
@atifaziz atifaziz added this to the 1.3.0 milestone Apr 14, 2020
@atifaziz atifaziz removed good first issue Good for newcomers help wanted Extra attention is needed labels Apr 14, 2020
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

1 participant