Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
12.0
-
None
Description
CSS defined three global values: initial, inherit and unset
https://www.w3.org/TR/css-values-3/#common-keywords
The values are valid for the top level of a property, grammar, but not elements of composed properties:
Note: This implies that, in general, combining these keywords with other component values in the same declaration results in an invalid declaration.
Currently some of the property definitions contain initial and inherit values, but this is not complete and unset is completely uncovered. Instead on relying on the individual property definitions, the values should be handled for all property definitions uniformly.
Attachments
Issue Links
- is duplicated by
-
NETBEANS-3526 CSS: initial keyword underlined as invalid for certain properties
- Closed