Skip to content

Commit

Permalink
Fix rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed May 28, 2021
1 parent 82c36eb commit daf7296
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -88125,14 +88125,8 @@ interface <dfn>BeforeUnloadEvent</dfn> : <span>Event</span> {
</li>
</ol>

<p>User agents may allow users to explicitly invoke the <span data-x="abort a document">abort a
document</span> algorithm for a <code>Document</code>. If the user does so, then, if that
<code>Document</code> is an <span>active document</span>, the user agent should <span>queue a
task</span> to <span data-x="concept-event-fire">fire an event</span> named <code
data-x="event-abort">abort</code> at that <code>Document</code> object's <span>relevant global
object</span> before invoking the <span data-x="abort a document">abort</span> algorithm.</p>

<!-- I'd love to make this more precise, anyone have any suggestions on what it should say? -->
<p>User agents may allow users to explicitly invoke the <span>stop document loading</span> for a
<code>Document</code>.</p>

<p>To <dfn>stop document loading</dfn> given a <code>Document</code> object <var>document</var>,
run these steps:</p>
Expand Down

0 comments on commit daf7296

Please sign in to comment.