From d32e225a45f0009fb2ad8cd03c011cd96a161d87 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Thu, 14 Jul 2016 16:43:53 -0400 Subject: [PATCH] Add the onloadend content and IDL event handler attribute Fixes #1551. This was an oversight when adding the loadstart/loadend events to the image loading sequence. --- source | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source b/source index fe36aeea592..18561f02dbe 100644 --- a/source +++ b/source @@ -10841,6 +10841,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
  • onload*
  • onloadeddata
  • onloadedmetadata
  • +
  • onloadend
  • onloadstart
  • onmousedown
  • onmouseenter
  • @@ -88993,6 +88994,7 @@ typedef OnBeforeUnloadEventHandlerNonNull? OnBeforeUnloadEvent onkeyup keyup onloadeddata loadeddata onloadedmetadata loadedmetadata + onloadend loadend onloadstart loadstart onmousedown mousedown onmouseenter mouseenter @@ -89158,6 +89160,7 @@ interface GlobalEventHandlers { attribute EventHandler onload; attribute EventHandler onloadeddata; attribute EventHandler onloadedmetadata; + attribute EventHandler onloadend; attribute EventHandler onloadstart; attribute EventHandler onmousedown; [LenientThis] attribute EventHandler onmouseenter; @@ -117356,6 +117359,12 @@ interface External { loadedmetadata event handler Event handler content attribute + + onloadend + HTML elements + loadend event handler + Event handler content attribute + onloadstart HTML elements