Re: [whatwg/dom] Editorial: explain the possible primary interfaces for nodes (PR #1279)

@domenic commented on this pull request.



> @@ -2252,6 +2252,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: {{Attr}}, {{CDATASection}}, {{Comment}},
+ {{Document}}, {{DocumentFragment}}, {{DocumentType}}, {{Element}} or an inherited interface of it,

Done!

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1279#discussion_r1574063385
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/1279/review/2013681834@github.com>

Received on Monday, 22 April 2024 02:55:58 UTC