Skip to content

Commit

Permalink
Reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Apr 22, 2024
1 parent d2c56b2 commit 9fae4af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2253,9 +2253,9 @@ can be used to explore this matter in more detail.

<p>Objects that implement {{Text}} sometimes implement {{CDATASection}}.

<p>Thus, every [=node=]'s [=primary interface=] is one of: {{Attr}}, {{CDATASection}}, {{Comment}},
{{Document}}, {{DocumentFragment}}, {{DocumentType}}, {{Element}} or an inherited interface of it,
{{ProcessingInstruction}}, {{ShadowRoot}}, or {{Text}}.
<p>Thus, every [=node=]'s [=primary interface=] is one of: {{Document}}, {{DocumentType}},
{{DocumentFragment}}, {{ShadowRoot}}, {{Element}} or an inherited interface of {{Element}},
{{Attr}}, {{Text}}, {{CDATASection}}, {{ProcessingInstruction}}, or {{Comment}}.
</div>

<p>For brevity, this specification refers to an object that <a>implements</a> {{Node}} and an
Expand Down

0 comments on commit 9fae4af

Please sign in to comment.