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>Set <var>newRule</var> to the results of performing <ahref="#parse-a-css-rule">parse a CSS rule</a>
996
996
on argument <var>rule</var>, <aclass="external" href="http://dom.spec.whatwg.org/#concept-throw" title="concept-throw">throwing</a>
997
997
a <codeclass="external"><ahref="http://dom.spec.whatwg.org/#syntaxerror">SyntaxError</a></code> exception if a parse error occurs.</li>
998
+
<li><p>If <vartitle="">newRule</var> is an <codetitle="">@charset</code> at-rule, <aclass="external" href="http://dom.spec.whatwg.org/#concept-throw" title="concept-throw">throw</a> a
<li><p>Set <var>N</var> to <code>cssLength.length</code>.</li>
999
1001
<li><p>If argument <var>index</var> is greater than <var>N</var>, then <aclass="external" href="http://dom.spec.whatwg.org/#concept-throw" title="concept-throw">throw</a>
1000
1002
an <codeclass="external"><ahref="http://dom.spec.whatwg.org/#indexsizeerror">IndexSizeError</a></code> exception.</li>
0 commit comments