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

@annevk 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;

Unrelated to the above: this getter doesn't appear to be defined. The PR also needs rebasing unfortunately.

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

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

Received on Friday, 10 October 2025 14:50:29 UTC