Skip to content

Commit

Permalink
Editorial: use the right "active document" definition
Browse files Browse the repository at this point in the history
The "currently focused area of a top-level traversable" algorithm was referencing the "active document" associated with a browsing context rather than the one associated with a navigable.
  • Loading branch information
rakuco authored Aug 9, 2023
1 parent c97651a commit 0593c91
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 @@ -77843,7 +77843,7 @@ partial interface <span id="NavigatorUserActivation-partial">Navigator</span> {
<li><p>If <var>traversable</var> does not have <span>system focus</span>, then return
null.</p></li>

<li><p>Let <var>candidate</var> be <var>traversable</var>'s <span>active
<li><p>Let <var>candidate</var> be <var>traversable</var>'s <span data-x="nav-document">active
document</span>.</p></li>

<li><p>While <var>candidate</var>'s <span data-x="focused area of the document">focused
Expand Down

0 comments on commit 0593c91

Please sign in to comment.