Re: [whatwg/dom] Add Marker interface (PR #1447)

@WebReflection commented on this pull request.



> @@ -4421,6 +4421,7 @@ interface Node : EventTarget {
   const unsigned short DOCUMENT_TYPE_NODE = 10;
   const unsigned short DOCUMENT_FRAGMENT_NODE = 11;
   const unsigned short NOTATION_NODE = 12; // legacy
+  const unsigned short MARKER_NODE = 13;

love it, happy to provide a polyfill around this too, in case nobody else is already working on it

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

Message ID: <whatwg/dom/pull/1447/review/3692947467@github.com>

Received on Thursday, 22 January 2026 15:04:29 UTC