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

@annevk 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,

I see, that makes sense. Can we put them in the same order as the document outline does? I think I generally try to be consistent about that node order throughout the document.

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

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

Received on Friday, 19 April 2024 05:26:22 UTC