- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Sun, 26 Nov 2023 14:18:56 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 26 November 2023 22:19:01 UTC
### What is the issue with the DOM Standard? #892 did not add one, is it intentional somehow or just an accidental omission? The spec does have attributes for every other member. ```webidl interface ShadowRoot : DocumentFragment { readonly attribute ShadowRootMode mode; readonly attribute boolean delegatesFocus; readonly attribute SlotAssignmentMode slotAssignment; readonly attribute Element host; attribute EventHandler onslotchange; }; dictionary ShadowRootInit { required ShadowRootMode mode; boolean delegatesFocus = false; SlotAssignmentMode slotAssignment = "named"; boolean clonable = false; }; ``` -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1236 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/1236@github.com>
Received on Sunday, 26 November 2023 22:19:01 UTC