File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -2088,6 +2088,9 @@ To <dfn export>serialize a CSS declaration block</dfn> <var>declaration block</v
2088
2088
<li> If there is one or more <a>CSS declarations</a> in <var> current longhands</var> have their
2089
2089
<a for="CSS declaration">important flag</a> set and one or more with it unset, continue with
2090
2090
the steps labeled <i> shorthand loop</i> .
2091
+ <li> If there's any declaration in <var> declaration block</var> in between the first and the last longhand in <var> current longhands</var>
2092
+ which belongs to the same [=logical property group=] , but has a different [=mapping logic=] as any of the longhands in <var> current longhands</var> ,
2093
+ and is not in <var> current longhands</var> , continue with the steps labeled <i> shorthand loop</i> .
2091
2094
<li> Let <var> value</var> be the result of invoking <a>serialize a CSS value</a> of <var> current longhands</var> .
2092
2095
<li> If <var> value</var> is the empty string, continue with the steps labeled <i> shorthand loop</i> .
2093
2096
<li> Let <var> serialized declaration</var> be the result of invoking <a>serialize a CSS declaration</a> with property name
You can’t perform that action at this time.
0 commit comments