Skip to content

Commit

Permalink
Editorial: Use the right "active document" definition in a focus algo…
Browse files Browse the repository at this point in the history
…rithm

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 committed Jul 7, 2023
1 parent bff19fb commit e983f09
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 @@ -77754,7 +77754,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 e983f09

Please sign in to comment.