diff --git a/dom.bs b/dom.bs index 4064c3fd3..b94175680 100644 --- a/dom.bs +++ b/dom.bs @@ -3327,7 +3327,7 @@ run these steps:
For each slot of signalSet, fire an event
- named The The In shadow-including tree order, is
slotchange
, with its {{Event/bubbles}} attribute set to true, at
+ named {{HTMLSlotElement/slotchange}}, with its {{Event/bubbles}} attribute set to true, at
slot.
@@ -5752,6 +5752,7 @@ invoked, must return a new {{DocumentFragment}} node whose no
interface ShadowRoot : DocumentFragment {
readonly attribute ShadowRootMode mode;
readonly attribute Element host;
+ attribute EventHandler onslotchange;
};
enum ShadowRootMode { "open", "closed" };
@@ -5779,6 +5780,11 @@ null if event's composed flag is unset and shadow roo
host
attribute's getter must return the
context object's host.
+onslotchange
attribute is an
+event handler IDL attribute for the
+onslotchange
event handler, whose
+event handler event type is {{HTMLSlotElement/slotchange}}.
+