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 new object can not be inserted within the
1724
1726
<vartitle="">list</var> at the given <vartitle="">index</var> due to
1725
-
limitations of the CSS specification raise a
1726
-
<code>HIERARCHY_REQUEST_ERR</code> exception and terminate these
1727
-
steps.</li>
1727
+
limitations of the CSS specification,
1728
+
<aclass="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-throw" title="concept-throw">throw</a> an
1729
+
"<codeclass="external"><ahref="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#hierarchyrequesterror">HierarchyRequestError</a></code>" exception and
1730
+
terminate these steps.
1728
1731
1729
1732
<li><p>Insert the new object at the given <vartitle="">index</var>
<li><p>If <vartitle="">index</var> is negative or greater than the
1739
-
length of the <vartitle="">list</var> raise an
1740
-
<code>INDEX_SIZE_ERR</code> exception and terminate these steps.</li>
1742
+
length of the <vartitle="">list</var>
1743
+
<aclass="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-throw" title="concept-throw">throw</a> an
1744
+
"<codeclass="external"><ahref="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#indexsizeerror">IndexSizeError</a></code>" exception and terminate these steps.</li>
1741
1745
1742
1746
<li><p>Remove the object at <vartitle="">index</var> from
<li><p>If the <ahref="#css-declaration-block-readonly-flag">CSS declaration block readonly flag</a> is set,
2283
-
raise a <code>NO_MODIFICATION_ALLOWED_ERR</code> and terminate this
2284
-
algorithm.</li>
2288
+
<aclass="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-throw" title="concept-throw">throw</a> an
2289
+
"<codeclass="external"><ahref="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#nomodificationallowederror">NoModificationAllowedError</a></code>" and
2290
+
terminate these steps.
2285
2291
2286
2292
<li><p>If <vartitle="">property</var> is not an
2287
2293
<aclass="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match for a
<li><p>If the <ahref="#css-declaration-block-readonly-flag">CSS declaration block readonly flag</a> is set,
2322
-
raise a <code>NO_MODIFICATION_ALLOWED_ERR</code> and terminate this
2323
-
algorithm.</li>
2328
+
<aclass="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-throw" title="concept-throw">throw</a> a
2329
+
"<codeclass="external"><ahref="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#nomodificationallowederror">NoModificationAllowedError</a></code>" and
2330
+
terminate these steps.
2324
2331
2325
2332
<li><p>If <vartitle="">property</var> is an
2326
2333
<aclass="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#ascii-case-insensitive">ASCII case-insensitive</a> match for a
0 commit comments