- From: Andrea Giammarchi <notifications@github.com>
- Date: Tue, 27 Jan 2026 04:29:15 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 27 January 2026 12:29:19 UTC
@WebReflection commented on this pull request.
> @@ -8550,6 +8557,42 @@ constructor steps are to set <a>this</a>'s <a for=CharacterData>data</a> to <var
</div>
+<h3 id=interface-marker>Interface {{Marker}}</h3>
+
+<pre class=idl>
+enum MarkerType { "marker", "start", "end" };
+
+[Exposed=Window]
+interface Marker : Node {
+ constructor(MarkerType type, optional DOMString name = "");
+
+ readonly attribute MarkerType type;
+ readonly attribute DOMString name;
+};
+</pre>
[polyfill updated](https://gist.github.com/WebReflection/291357aa6bbbd97d54a971ce5f5aae4e?permalink_comment_id=5952616#gistcomment-5952616)
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1447#discussion_r2731782231
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/dom/pull/1447/review/3710913684@github.com>
Received on Tuesday, 27 January 2026 12:29:19 UTC