diff --git a/source b/source index 60dd4e6a220..ae426095213 100644 --- a/source +++ b/source @@ -11583,6 +11583,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
@@ -90812,6 +90814,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;
@@ -119897,6 +119900,12 @@ interface External {
select
event handler
onslotchange
+ slotchange
event handler
+ onstalled
slotchange
+ Event
+ slot
elements
+ slot
elements when their assigned nodes change
+
storage
StorageEvent