Processing WHATWG checkin:
authortravil
Tue, 12 Nov 2013 19:53:22 +0800
changeset 10 277e6bc65ca4
parent 9 da5f2328b74a
child 11 ed0d76e9894d
Processing WHATWG checkin:
https://github.com/whatwg/domparsing/commit/3602eb80a6414df19a943e3571d8e548e11ae6fd
index.html
--- a/index.html	Tue Nov 12 19:46:59 2013 +0800
+++ b/index.html	Tue Nov 12 19:53:22 2013 +0800
@@ -876,12 +876,6 @@
             method must run these steps:
 
             <ol>
-                <li>If the <a title="context object">context object</a>'s
-                <a data-spec="DOM4" title=concept-range-detached class="externalDFN">detached flag</a>
-                is set, throw a
-                <code><a data-spec="DOM4" title=domexception class="externalDFN">DOMException</a></code> with name <code>InvalidStateError</code>
-                and terminate these steps.
-
                 <li>Let <var>node</var> the <a title="context object">context object</a>'s
                 <a data-spec="DOM4" title=concept-range-start-node class="externalDFN">start node</a>.