Skip to content

Commit

Permalink
Editorial: explain the possible primary interfaces for nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Apr 22, 2024
1 parent 720a4fc commit abaa3fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dom.bs
Expand Up @@ -2254,6 +2254,10 @@ can be used to explore this matter in more detail.
{{ProcessingInstruction}}, or {{Comment}}.

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

<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 abaa3fb

Please sign in to comment.