Skip to content

Commit

Permalink
Fix variable reference in "initialize the navigable"
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino authored Jul 13, 2023
1 parent 19cb75e commit 241947c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -93098,12 +93098,16 @@ interface <dfn interface>BeforeUnloadEvent</dfn> : <span>Event</span> {
<span>navigable</span>-or-null <var>parent</var> (default null):</p>

<ol>
<li><p><span>Assert</span>: <var>documentState</var>'s <span
data-x="document-state-document">document</span> is non-null.</p></li>

<li>
<p>Let <var>entry</var> be a new <span>session history entry</span>, with</p>

<dl class="props">
<dt><span data-x="she-url">URL</span></dt>
<dd><var>document</var>'s <span data-x="concept-document-url">URL</span></dd>
<dd><var>documentState</var>'s <span data-x="document-state-document">document</span>'s <span
data-x="concept-document-url">URL</span></dd>

<dt><span data-x="she-document-state">document state</span></dt>
<dd><var>documentState</var></dd>
Expand Down

0 comments on commit 241947c

Please sign in to comment.