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
<p>The <dfnid="dom-cssstyledeclaration-setproperty" title="dom-CSSStyleDeclaration-setProperty"><code>setProperty(<vartitle="">property</var>, <vartitle="">value</var>, <vartitle="">priority</var>)</code></dfn> method must run these steps:</p>
2161
2161
<ol>
2162
2162
<li><p>If the <ahref="#css-declaration-block-readonly-flag">CSS declaration block readonly flag</a> is set, <aclass="external" href="http://dom.spec.whatwg.org/#concept-throw" title="concept-throw">throw</a>
2163
-
an '<codeclass="external"><ahref="http://dom.spec.whatwg.org/#nomodificationallowederror">NoModificationAllowedError</a></code>' and terminate these steps.</li>
2163
+
an <codeclass="external"><ahref="http://dom.spec.whatwg.org/#nomodificationallowederror">NoModificationAllowedError</a></code> exception and terminate these steps.</li>
2164
2164
<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 case-insensitive,
2165
2165
terminate this algorithm.</li>
2166
2166
<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 case-sensitive,
<p>The <dfnid="dom-cssstyledeclaration-removeproperty" title="dom-CSSStyleDeclaration-removeProperty"><code>removeProperty(<vartitle="">property</var>)</code></dfn> method must run these steps:</p>
2181
2181
<ol>
2182
2182
<li><p>If the <ahref="#css-declaration-block-readonly-flag">CSS declaration block readonly flag</a> is set, <aclass="external" href="http://dom.spec.whatwg.org/#concept-throw" title="concept-throw">throw</a> a
2183
-
'<codeclass="external"><ahref="http://dom.spec.whatwg.org/#nomodificationallowederror">NoModificationAllowedError</a></code>' and terminate these steps.</li>
2183
+
<codeclass="external"><ahref="http://dom.spec.whatwg.org/#nomodificationallowederror">NoModificationAllowedError</a></code> exception and terminate these steps.</li>
2184
2184
<li><p>Let <vartitle="">value</var> be the return value of invoking <codetitle="dom-CSSStyleDeclaration-getPropertyValue"><ahref="#dom-cssstyledeclaration-getpropertyvalue">getPropertyValue()</a></code>
2185
2185
with <vartitle="">property</var> as argument.
2186
2186
<li><p>If <vartitle="">property</var> is an <aclass="external" href="http://dom.spec.whatwg.org/#ascii-case-insensitive">ASCII case-insensitive</a> match for a property of a declaration in the
<p>The <dfntitle=dom-CSSStyleDeclaration-setProperty><code>setProperty(<vartitle>property</var>, <vartitle>value</var>, <vartitle>priority</var>)</code></dfn> method must run these steps:</p>
2091
2091
<ol>
2092
2092
<li><p>If the <span>CSS declaration block readonly flag</span> is set, <spandata-anolis-spec=domtitle=concept-throw>throw</span>
2093
-
an '<codedata-anolis-spec=dom>NoModificationAllowedError</code>' and terminate these steps.</li>
2093
+
an <codedata-anolis-spec=dom>NoModificationAllowedError</code> exception and terminate these steps.</li>
2094
2094
<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 case-insensitive,
2095
2095
terminate this algorithm.</p></li>
2096
2096
<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 case-sensitive,
0 commit comments