From f67b46d376b2bbd61096130293c675c9c75cd0b7 Mon Sep 17 00:00:00 2001
From: Domenic Denicola
onabort
onauxclick
onblur
*oncancel
User 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