Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Oct 14, 2021
1 parent e18f1f9 commit e7d5aab
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -88840,16 +88840,16 @@ dictionary <dfn dictionary>PageTransitionEventInit</dfn> : <span>EventInit</span
<p>If <var>document</var>'s <span>page showing</span> flag is true:</p>

<ol>
<li><p>Set <var>document</var>'s <span>page showing</span> flag to false.</p></li>
<li><p>Set <var>document</var>'s <span>page showing</span> flag to false.</p></li>

<li><p><span>Fire a page transition event</span> named <code
data-x="event-pagehide">pagehide</code> at <var>document</var>'s
<span>relevant global object</span> with <var>document</var>'s
<i data-x="concept-document-salvageable">salvageable</i> state.</p></li>
<li><p><span>Fire a page transition event</span> named <code
data-x="event-pagehide">pagehide</code> at <var>document</var>'s <span>relevant global
object</span> with <var>document</var>'s <i
data-x="concept-document-salvageable">salvageable</i> state.</p></li>

<li><p>Fire an event named <code data-x="event-visibilitychange">visibilitychange</code> at
<var>newDocument</var>, with its <code data-x="dom-Event-bubbles">bubbles</code> attribute
initialized to true.</p></li>
<li><p>Fire an event named <code data-x="event-visibilitychange">visibilitychange</code> at
<var>newDocument</var>, with its <code data-x="dom-Event-bubbles">bubbles</code> attribute
initialized to true.</p></li>
</ol>
</li>

Expand Down

0 comments on commit e7d5aab

Please sign in to comment.