- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 18 Apr 2024 22:26:18 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 19 April 2024 05:26:22 UTC
@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