Skip to content

Commit 3cb3151

Browse files
domenicvinhill
authored andcommitted
Editorial: explain the possible primary interfaces for nodes
1 parent fbb3a86 commit 3cb3151

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dom.bs

+4
Original file line numberDiff line numberDiff line change
@@ -2254,6 +2254,10 @@ can be used to explore this matter in more detail.
22542254
{{ProcessingInstruction}}, or {{Comment}}.
22552255

22562256
<p>Objects that implement {{Text}} sometimes implement {{CDATASection}}.
2257+
2258+
<p>Thus, every [=node=]'s [=primary interface=] is one of: {{Document}}, {{DocumentType}},
2259+
{{DocumentFragment}}, {{ShadowRoot}}, {{Element}} or an inherited interface of {{Element}},
2260+
{{Attr}}, {{Text}}, {{CDATASection}}, {{ProcessingInstruction}}, or {{Comment}}.
22572261
</div>
22582262

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

0 commit comments

Comments
 (0)