Opened 20 months ago
Last modified 20 months ago
#5342 new change
Allow using :not() with advanced selectors (element hiding filters)
Reported by: | hfiguiere | Assignee: | |
---|---|---|---|
Priority: | Unknown | Milestone: | |
Module: | Core | Keywords: | |
Cc: | mapx, arthur | Blocked By: | |
Blocking: | Platform: | Unknown / Cross platform | |
Ready: | no | Confidential: | no |
Tester: | Unknown | Verified working: | no |
Review URL(s): |
Description
Background
We can't use :not() with advanced selectors. The basic browser implementation is already limited to very simple selectors as per the CSS3 spec.
What to change
- Recognise :not() when parsing selectors
- Implement the operator when used in combination with the -abp- pseudo classes.
See also
Change History (2)
comment:1 Changed 20 months ago by mapx
- Cc mapx added
comment:2 Changed 20 months ago by arthur
- Cc arthur added
Note: See
TracTickets for help on using
tickets.