Re: [whatwg/dom] Add reference target to shadow root (PR #1353)

@dandclark commented on this pull request.



> @@ -6348,6 +6349,7 @@ interface ShadowRoot : DocumentFragment {
   readonly attribute boolean clonable;
   readonly attribute boolean serializable;
   readonly attribute Element host;
+  attribute DOMString? referenceTarget;

Thanks, added getter/setter definition for this and updated the PR to resolve the conflict.

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

Message ID: <whatwg/dom/pull/1353/review/3725489794@github.com>

Received on Thursday, 29 January 2026 23:20:53 UTC