Skip to content

Commit

Permalink
Fix setting document's URL in fragment navigations
Browse files Browse the repository at this point in the history
Closes #9820. This regressed in 0a97a81.
  • Loading branch information
domenic committed Oct 4, 2023
1 parent 5b409fc commit 091c4f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -97236,6 +97236,9 @@ location.href = '#foo';</code></pre>
</ol>
</li>

<li><p>Set <var>navigable</var>'s <span data-x="nav-document">active document</span>'s <span
data-x="concept-document-url">URL</span> to <var>url</var>.</p></li>

<li><p>Set <var>navigable</var>'s <span data-x="nav-active-history-entry">active session history
entry</span> to <var>historyEntry</var>.</p></li>

Expand Down Expand Up @@ -139325,6 +139328,7 @@ INSERT INTERFACES HERE
Alex Soncodi,
Alexander Farkas,
Alexander J. Vincent,
Alexander Kalenik,
Alexandre Dieulot,
Alexandre Morgaut,
Alexey Feldgendler,
Expand Down

0 comments on commit 091c4f7

Please sign in to comment.