Skip to content

Commit

Permalink
Editorial: fix variable declaration in navigate
Browse files Browse the repository at this point in the history
This was introduced in 91b0398.
  • Loading branch information
domenic committed Jun 26, 2024
1 parent 91b0398 commit ff064e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -98718,7 +98718,7 @@ location.href = '#foo';</code></pre>
https://github.com/whatwg/html/issues/1213
https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=1946 to 1955 -->

<li><p>Set <var>container</var> to <var>navigable</var>'s <span
<li><p>Let <var>container</var> be <var>navigable</var>'s <span
data-x="nav-container">container</span>.</p></li>

<li><p>If <var>container</var> is an <code>iframe</code> element and <span>will lazy load
Expand Down

0 comments on commit ff064e7

Please sign in to comment.