diff --git a/source b/source index 719ffbb6bcf..ba266ca5137 100644 --- a/source +++ b/source @@ -11700,6 +11700,7 @@ https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%
onseeked
onseeking
onselect
onslotchange
onstalled
onsubmit
onsuspend
onseeked
seeked
onseeking
seeking
onselect
select
+ onslotchange
slotchange
onstalled
stalled
onsubmit
submit
onsuspend
suspend
@@ -93035,6 +93037,7 @@ typedef OnBeforeUnloadEventHandlerNonNull? OnBeforeUnloadEvent
attribute EventHandler onseeked;
attribute EventHandler onseeking;
attribute EventHandler onselect;
+ attribute EventHandler onslotchange;
attribute EventHandler onstalled;
attribute EventHandler onsubmit;
attribute EventHandler onsuspend;
@@ -122281,6 +122284,12 @@ interface External {
select
event handler
onslotchange
+ slotchange
event handler
+ onstalled
slotchange
+ Event
+ slot
elements
+ slot
elements when their assigned nodes change
+
storage
StorageEvent