diff --git a/source b/source index 3dddb35d070..2dec969bbf2 100644 --- a/source +++ b/source @@ -11373,7 +11373,6 @@ https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%
  • ondrag
  • ondragend
  • ondragenter
  • -
  • ondragexit
  • ondragleave
  • ondragover
  • ondragstart
  • @@ -75781,14 +75780,13 @@ dictionary DragEventInit : MouseEventInit {

    Set the dropEffect attribute to "none" if e is dragstart, drag, dragexit, or dragleave; to the value corresponding to the current - drag operation if e is drop or - dragend; and to a value based on the dragstart, drag, or + dragleave; to the value corresponding to the + current drag operation if e is drop + or dragend; and to a value based on the effectAllowed attribute's value and the - drag-and-drop source, as given by the following table, otherwise (i.e. if e - is dragenter or e is dragenter or dragover):

    @@ -75869,8 +75867,7 @@ dictionary DragEventInit : MouseEventInit { target, and its dataTransfer attribute to dataTransfer.

    -
  • If e is not dragexit, dragleave, or

    If e is not dragleave or dragend, then initialize event's cancelable attribute to true.

  • @@ -76176,9 +76173,8 @@ dictionary DragEventInit : MouseEventInit {
  • If the user is indicating a different immediate user selection than during the last iteration (or if this is the first iteration), and if this immediate user - selection is not the same as the current target element, then fire a - DND event named dragexit at the current - target element, and then update the current target element as follows:

    + selection is not the same as the current target element, then update the + current target element as follows:

    @@ -76534,15 +76530,6 @@ dictionary DragEventInit : MouseEventInit {
  • - - - - - - - - @@ -76654,70 +76641,6 @@ dictionary DragEventInit : MouseEventInit { - -
    @@ -92249,7 +92172,6 @@ typedef OnBeforeUnloadEventHandlerNonNull? OnBeforeUnloadEvent
    -
    Reject immediate user selection as potential target element
    dragexitPrevious target elementProtected mode - "none"None
    dragleave Previous target element
    ondrag drag
    ondragend dragend
    ondragenter dragenter -
    ondragexit dragexit
    ondragleave dragleave
    ondragover dragover
    ondragstart dragstart @@ -92432,7 +92354,6 @@ typedef OnBeforeUnloadEventHandlerNonNull? OnBeforeUnloadEvent attribute EventHandler ondrag; attribute EventHandler ondragend; attribute EventHandler ondragenter; - attribute EventHandler ondragexit; attribute EventHandler ondragleave; attribute EventHandler ondragover; attribute EventHandler ondragstart; @@ -120588,12 +120509,6 @@ interface External { dragenter event handler Event handler content attribute -
    ondragexit - HTML elements - dragexit event handler - Event handler content attribute -
    ondragleave HTML elements