We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0b414 commit 7f81e13Copy full SHA for 7f81e13
1 file changed
cssom/Overview.bs
@@ -1980,7 +1980,9 @@ The <dfn method for=CSSStyleDeclaration>getPropertyValue(<var>property</var>)</d
1980
<li>If <var>declaration</var> is null, return the empty string and terminate these steps.
1981
<li>Append the <var>declaration</var> to <var>list</var>.
1982
</ol>
1983
- <li>Return the <a lt="serialize a CSS value">serialization</a> of <var>list</var> and terminate these steps.
+ <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.
1986
1987
1988
<li>If <var>property</var> is a <a>case-sensitive</a>
0 commit comments