- From: Domenic Denicola <notifications@github.com>
- Date: Sun, 21 Apr 2024 19:55:54 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 22 April 2024 02:55:58 UTC
@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