diff --git a/source b/source index ef3bf3395d8..43afe6641ff 100644 --- a/source +++ b/source @@ -11557,7 +11557,6 @@ https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E% data-x="HTML elements">HTML element:
onabortonauxclickonblur*oncancelUser agents may allow users to explicitly invoke the abort a
- document algorithm for a Document. If the user does so, then, if that
- Document is an active document, the user agent should queue a
- task to fire an event named abort at that Document object's relevant global
- object before invoking the abort algorithm.
User agents may allow users to explicitly invoke the stop document loading for a
+ Document.
To stop document loading given a Document object document,
run these steps:
If document is not an active document, then return.
Let browsingContext be document's browsing context.
If browsingContext's active document is not document, + then return.
If there is an existing attempt to navigate browsingContext and document's unload counter is 0, then cancel that navigation.
onabort abort
+ onabort abort
onauxclick auxclick
oncancel cancel
oncanplay canplay
@@ -122520,12 +122514,6 @@ interface MimeType {
onabort
- abort event handler
- onauxclick
abort
- Event
- Window
- Window when the download was aborted by the user
-
DOMContentLoaded
Event