From f67b46d376b2bbd61096130293c675c9c75cd0b7 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Tue, 25 May 2021 15:28:34 -0400 Subject: [PATCH] Fixes to stopping document loading * Makes the discussion of user agent interface invoke "stop document loading", not "abort a document", since the browser stop button also cancels ongoing navigations. * Remove the "should" suggestion to fire an abort event. Closes #3525. Since this was the only case where abort was fired, this removes the event definition and event handler content attribute definition, effectively making use of the onabort="" content attribute nonconforming. (But, we keep the IDL definition in GlobalEventHandlers and the associated mapping.) * Tweaks the active document check in "stop document loading" to be more correct. --- source | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) 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: