diff --git a/dom.bs b/dom.bs index 90d7ce7d2..230d560e0 100644 --- a/dom.bs +++ b/dom.bs @@ -1872,7 +1872,7 @@ steps: -

Interface NonElementParentNode

+

Interface {{NonElementParentNode}}

The {{NonElementParentNode/getElementById()}} method is not @@ -1906,7 +1906,7 @@ method must return the first element, in such element otherwise. -

Interface ParentNode

+

Interface {{ParentNode}}

To convert nodes into a node, diff --git a/dom.html b/dom.html index 4a84c3632..90489b365 100644 --- a/dom.html +++ b/dom.html @@ -69,7 +69,7 @@

DOM

-

Living Standard — Last Updated

+

Living Standard — Last Updated

Participate: @@ -128,8 +128,8 @@

Table of Contents

4.2 Node tree
  1. 4.2.1 Mutation algorithms -
  2. 4.2.2 Interface NonElementParentNode -
  3. 4.2.3 Interface ParentNode +
  4. 4.2.2 Interface NonElementParentNode +
  5. 4.2.3 Interface ParentNode
  6. 4.2.4 Interface NonDocumentTypeChildNode
  7. 4.2.5 Interface ChildNode
  8. 4.2.6 Collections: Elements @@ -1150,7 +1150,7 @@

    If suppress observers flag is unset, queue a mutation record of "childList" for parent with removedNodes a list solely containing node, nextSibling oldNextSibling, and previousSibling oldPreviousSibling.

-

4.2.2. Interface NonElementParentNode

+

4.2.2. Interface NonElementParentNode

The getElementById() method is not on elements for compatibility with older versions of jQuery. If a time comes where that version of jQuery has disappeared, we might be able to @@ -1169,7 +1169,7 @@

getElementById(elementId) method must return the first element, in tree order, within context object’s descendants, whose ID is elementId, and null if there is no such element otherwise.

-

4.2.3. Interface ParentNode

+

4.2.3. Interface ParentNode

To convert nodes into a node, run these steps: