File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1980,7 +1980,9 @@ The <dfn method for=CSSStyleDeclaration>getPropertyValue(<var>property</var>)</d
19801980 <li> If <var> declaration</var> is null, return the empty string and terminate these steps.
19811981 <li> Append the <var> declaration</var> to <var> list</var> .
19821982 </ol>
1983- <li> Return the <a lt="serialize a CSS value">serialization</a> of <var> list</var> and terminate these steps.
1983+ <li> If <a lt="important flag" for="CSS declaration">important flags</a> of all declarations in <var> list</var> are same,
1984+ return the <a lt="serialize a CSS value">serialization</a> of <var> list</var> and terminate these steps.
1985+ <li> Return the empty string.
19841986 </ol>
19851987 </ol>
19861988 <li> If <var> property</var> is a <a>case-sensitive</a>
You can’t perform that action at this time.
0 commit comments