[css-properties-values-api-1] CSSPropertyRule.initialValue
should not be nullable
#1115
Labels
CSSPropertyRule.initialValue
should not be nullable
#1115
The spec says it is nullable / it may not be present:
https://drafts.css-houdini.org/css-properties-values-api-1/#dom-csspropertyrule-initialvalue
But also:
https://drafts.css-houdini.org/css-properties-values-api-1/#initial-value-descriptor
So when the descriptor declaration is omitted, it seems the attribute should serialize the guaranteed-invalid value, which serializes to empty string.
In Chrome:
The text was updated successfully, but these errors were encountered: