- From: smaug---- <notifications@github.com>
- Date: Mon, 17 Mar 2025 17:47:06 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 18 March 2025 00:47:10 UTC
@smaug---- commented on this pull request. > @@ -6057,6 +6058,7 @@ interface ShadowRoot : DocumentFragment { readonly attribute boolean clonable; readonly attribute boolean serializable; readonly attribute Element host; + attribute DOMString? referenceTarget; I'm still not quite sure, if it is good to have this v1 API and then more complicated v2, or could we have just one API. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1353#pullrequestreview-2692470999 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1353/review/2692470999@github.com>
Received on Tuesday, 18 March 2025 00:47:10 UTC