- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 07 Apr 2025 06:27:22 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 7 April 2025 13:27:27 UTC
@annevk commented on this pull request. > @@ -6092,6 +6094,9 @@ It is initially set to false.</p> <p><a for=/>Shadow roots</a> have an associated <dfn for=ShadowRoot>serializable</dfn> (a boolean). It is initially set to false.</p> +<p><a for=/>Shadow roots</a> have an associated <dfn export for=ShadowRoot>reference target</dfn>. This is missing a type declaration. > @@ -6057,6 +6058,7 @@ interface ShadowRoot : DocumentFragment { readonly attribute boolean clonable; readonly attribute boolean serializable; readonly attribute Element host; + attribute DOMString? referenceTarget; Where is the sketch for v2? We should at least have an idea on what this transition will look like. Did someone write that out? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1353#pullrequestreview-2746815574 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1353/review/2746815574@github.com>
Received on Monday, 7 April 2025 13:27:27 UTC