diff --git a/source b/source index d19f245ffd9..301478f26b3 100644 --- a/source +++ b/source @@ -10098,8 +10098,7 @@ partial interface Document { // also has obsolete members }; -Document includes GlobalEventHandlers; -Document includes DocumentAndElementEventHandlers; +Document includes GlobalEventHandlers;
Each The following are the event handlers (and their corresponding event handler event types) that must be
- supported by all HTML elements, as both event handler content attributes
- and event handler IDL attributes; and that must be
- supported by all This list of event handlers is reified as event handler IDL
- attributes through the The following are the event handlers (and their corresponding event handler event types) that must be
supported on Document
has a policy container (a policy container), initially a new policy
@@ -11127,7 +11126,6 @@ interface HTMLElement : Element {
};
HTMLElement includes GlobalEventHandlers;
-HTMLElement includes DocumentAndElementEventHandlers;
HTMLElement includes ElementContentEditable;
HTMLElement includes HTMLOrSVGElement;
@@ -101122,7 +101120,9 @@ typedef OnBeforeUnloadEventHandlerNonNull? OnBeforeUnl
oncontextlost
contextlost
oncontextmenu
contextmenu
oncontextrestored
contextrestored
+ oncopy
copy
oncuechange
cuechange
+ oncut
cut
ondblclick
dblclick
ondrag
drag
ondragend
dragend
@@ -101150,6 +101150,7 @@ typedef OnBeforeUnloadEventHandlerNonNull? OnBeforeUnl
onmouseout
mouseout
onmouseover
mouseover
onmouseup
mouseup
+ onpaste
paste
onpause
pause
onplay
play
onplaying
playing
@@ -101176,8 +101177,6 @@ typedef OnBeforeUnloadEventHandlerNonNull? OnBeforeUnl
-
-
@@ -101250,26 +101249,6 @@ typedef OnBeforeUnloadEventHandlerNonNull? OnBeforeUnl
- Document
objects, as event handler IDL attributes:
-
-
-
-
- Event handler Event handler event type
- oncut
cut
- oncopy
copy
- onpaste
paste
- DocumentAndElementEventHandlers
interface mixin.
-
Document
objects as event handler IDL attributes:Event firing