Open
Bug 1117555
Opened 10 years ago
Updated 2 years ago
logical "not" css selector for -moz-tree-... pseudo-selectors
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: u462496, Unassigned)
Details
AFAICT, there isn't a way to evaluate the absence of selectors set in the "properties" attribute for -moz-tree-... pseudo-selectors. eg, I want to apply style if one of the values in the "properties" attribute is "prop_a", but only if "prop_b" is not one.
It would be very convenient and code-saving if this were possible.
Summary: "not" css selector for -moz-tree-... pseudo-selectors → logical "not" css selector for -moz-tree-... pseudo-selectors
Updated•10 years ago
|
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•