File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -591,9 +591,12 @@ Variables in Shorthand Properties</h3>
591591 Similarly,
592592 while [[CSSOM]] defines that shorthand properties are serialized
593593 by appropriately concatenating the values of their corresponding longhands,
594- shorthands containing ''var()'' functions must instead retain their original, ''var()'' -containing, value.
595- If serializing a shorthand's value would involve serializing a <a>pending-substitution value</a> ,
596- the shorthand must instead be serialized by serializing its original value.
594+ shorthands that are specified with explicit ''var()'' functions
595+ must serialize to the original, ''var()'' -containing value.
596+ For other shorthands,
597+ if any of the longhand subproperties for that shorthand have <a>pending-substitution values</a>
598+ then the serialized value of the shorthand must be the empty string.
599+
597600
598601
599602<!--
You can’t perform that action at this time.
0 commit comments