You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><p>If the <ahref="#concept-css-declaration-block-readonly-flag" title="concept-css-declaration-block-readonly-flag">readonly flag</a> is set, <aclass="external" href="http://dom.spec.whatwg.org/#concept-throw" title="concept-throw">throw</a>
2220
2220
an <codeclass="external"><ahref="http://dom.spec.whatwg.org/#nomodificationallowederror">NoModificationAllowedError</a></code> exception and terminate these steps.</li>
2221
2221
<li><p>If <vartitle="">property</var> is not an <aclass="external" href="http://dom.spec.whatwg.org/#ascii-case-insensitive">ASCII case-insensitive</a> match for a supported property that is defined to be
2222
-
case-insensitive, terminate this algorithm.</li>
2223
-
<li><p>If <vartitle="">property</var> is not a <aclass="external" href="http://dom.spec.whatwg.org/#case-sensitive">case-sensitive</a> match for a supported property that is defined to be
2224
-
case-sensitive, terminate this algorithm.</li>
2222
+
case-insensitive, or if <vartitle="">property</var> is not a <aclass="external" href="http://dom.spec.whatwg.org/#case-sensitive">case-sensitive</a> match for a supported property that is defined to
2223
+
be case-sensitive, terminate this algorithm.</li>
2225
2224
<li><p>If <vartitle="">value</var> is the empty string, invoke <codetitle="dom-CSSStyleDeclaration-removeProperty"><ahref="#dom-cssstyledeclaration-removeproperty">removeProperty()</a></code>
2226
2225
with <vartitle="">property</var> as argument and terminate this algorithm.</li>
2227
2226
<li><p>If <vartitle="">priority</var> is neither an <aclass="external" href="http://dom.spec.whatwg.org/#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<codetitle="">important</code>"
<li><p>If the <spantitle=concept-css-declaration-block-readonly-flag>readonly flag</span> is set, <spandata-anolis-spec=domtitle=concept-throw>throw</span>
2151
2151
an <codedata-anolis-spec=dom>NoModificationAllowedError</code> exception and terminate these steps.</li>
2152
2152
<li><p>If <vartitle>property</var> is not an <spandata-anolis-spec=dom>ASCII case-insensitive</span> match for a supported property that is defined to be
2153
-
case-insensitive, terminate this algorithm.</p></li>
2154
-
<li><p>If <vartitle>property</var> is not a <spandata-anolis-spec=dom>case-sensitive</span> match for a supported property that is defined to be
2155
-
case-sensitive, terminate this algorithm.</p></li>
2153
+
case-insensitive, or if <vartitle>property</var> is not a <spandata-anolis-spec=dom>case-sensitive</span> match for a supported property that is defined to
2154
+
be case-sensitive, terminate this algorithm.</p></li>
2156
2155
<li><p>If <vartitle>value</var> is the empty string, invoke <codetitle='dom-CSSStyleDeclaration-removeProperty'>removeProperty()</code>
2157
2156
with <vartitle>property</var> as argument and terminate this algorithm.</p></li>
2158
2157
<li><p>If <vartitle>priority</var> is neither an <spandata-anolis-spec=dom>ASCII case-insensitive</span> match for the string "<codetitle>important</code>"
0 commit comments