|
71 | 71 | <p data-fill-with="logo"><a class="logo" href="https://whatwg.org/"> <img alt="WHATWG" height="100" src="https://resources.whatwg.org/logo-dom.svg"> </a> </p>
|
72 | 72 | <hgroup>
|
73 | 73 | <h1 class="p-name no-ref allcaps" id="title">DOM</h1>
|
74 |
| - <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Living Standard — Last Updated <time class="dt-updated" datetime="2016-04-20">20 April 2016</time></span></h2> |
| 74 | + <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Living Standard — Last Updated <time class="dt-updated" datetime="2016-04-21">21 April 2016</time></span></h2> |
75 | 75 | </hgroup>
|
76 | 76 | <div data-fill-with="spec-metadata">
|
77 | 77 | <dl>
|
@@ -1594,7 +1594,7 @@ <h4 class="heading settled" data-level="4.2.8" id="interface-childnode"><span cl
|
1594 | 1594 | <li>
|
1595 | 1595 | <p>Let <var>node</var> be the result of <a data-link-type="dfn" href="#converting-nodes-into-a-node">converting nodes into a node</a>, given <var>nodes</var> and <a data-link-type="dfn" href="#context-object">context object</a>’s <a data-link-type="dfn" href="#concept-node-document">node document</a>. Rethrow any exceptions. </p>
|
1596 | 1596 | <li>
|
1597 |
| - <p>If <var>viablePreviousSibling</var> is non-null, set it to <var>viablePreviousSibling</var>’s <a data-link-type="dfn" href="#concept-tree-next-sibling">next sibling</a>, and to <var>parent</var>’s <a data-link-type="dfn" href="#concept-tree-first-child">first child</a> otherwise. </p> |
| 1597 | + <p>If <var>viablePreviousSibling</var> is null, set it to <var>parent</var>’s <a data-link-type="dfn" href="#concept-tree-first-child">first child</a>, and to <var>viablePreviousSibling</var>’s <a data-link-type="dfn" href="#concept-tree-next-sibling">next sibling</a> otherwise. </p> |
1598 | 1598 | <li>
|
1599 | 1599 | <p><a data-link-type="dfn" href="#concept-node-pre-insert">Pre-insert</a> <var>node</var> into <var>parent</var> before <var>viablePreviousSibling</var>. Rethrow any exceptions. </p>
|
1600 | 1600 | </ol>
|
@@ -4621,8 +4621,7 @@ <h3 class="heading settled" data-level="6.1" id="interface-nodeiterator"><span c
|
4621 | 4621 | <p class="note no-backref" role="note">Steps are not terminated here. </p>
|
4622 | 4622 | </ol>
|
4623 | 4623 | <li>
|
4624 |
| - <p>Set <var>nodeIterator</var>’s <code class="idl"><a data-link-type="idl" href="#dom-nodeiterator-referencenode">referenceNode</a></code> attribute to the <a data-link-type="dfn" href="#concept-tree-inclusive-descendant">inclusive descendant</a> of <var>toBeRemovedNode</var>’s <a data-link-type="dfn" href="#concept-tree-previous-sibling">previous sibling</a> that |
4625 |
| - appears last in <a data-link-type="dfn" href="#concept-tree-order">tree order</a>, if <var>toBeRemovedNode</var>’s <a data-link-type="dfn" href="#concept-tree-previous-sibling">previous sibling</a> is non-null, and to <var>toBeRemovedNode</var>’s <a data-link-type="dfn" href="#concept-tree-parent">parent</a> otherwise. </p> |
| 4624 | + <p>Set <var>nodeIterator</var>’s <code class="idl"><a data-link-type="idl" href="#dom-nodeiterator-referencenode">referenceNode</a></code> attribute to <var>toBeRemovedNode</var>’s <a data-link-type="dfn" href="#concept-tree-parent">parent</a>, if <var>toBeRemovedNode</var>’s <a data-link-type="dfn" href="#concept-tree-previous-sibling">previous sibling</a> is null, and to the <a data-link-type="dfn" href="#concept-tree-inclusive-descendant">inclusive descendant</a> of <var>toBeRemovedNode</var>’s <a data-link-type="dfn" href="#concept-tree-previous-sibling">previous sibling</a> that appears last in <a data-link-type="dfn" href="#concept-tree-order">tree order</a> otherwise. </p> |
4626 | 4625 | </ol>
|
4627 | 4626 | <hr>
|
4628 | 4627 | <p>The <dfn class="idl-code" data-dfn-for="NodeIterator" data-dfn-type="attribute" data-export="" id="dom-nodeiterator-root">root<a class="self-link" href="#dom-nodeiterator-root"></a></dfn> attribute
|
@@ -5198,6 +5197,7 @@ <h2 class="no-num heading settled" id="acks"><span class="content">Acknowledgmen
|
5198 | 5197 | <p>With that, many thanks to
|
5199 | 5198 | Adam Klein,
|
5200 | 5199 | Adrian Bateman,
|
| 5200 | +Aleksey Shvayka, |
5201 | 5201 | Alex Komoroske,
|
5202 | 5202 | Alex Russell,
|
5203 | 5203 | Anthony Ramine,
|
|
0 commit comments