Skip to content

Commit

Permalink
Address further feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
youennf committed Jul 5, 2023
1 parent 7bd74b4 commit 99f2b39
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -424,13 +424,12 @@ <h2>
</p>
</li>
<li>
<p>Let <var>topContext</var> be the <a>current settings object</a>'s's [=relevant global object=]'s
[=associated Document=]'s [=top-level browsing context=].</p>
<p>Let <var>toplevelTraversable</var> be the <a>current settings object</a>'s's [=relevant global object=]'s
[=navigable=]'s [=top-level traversable=].</p>
</li>
<li>
<p>Start listening to <var>topContext</var>'s change of <a data-cite="!HTML/#gains-focus">focus</a>.
Whenever <var>topContext</var> is losing <a data-cite="!HTML/#gains-focus">focus</a>, stop listening
to <var>topContext</var>'s change of <a data-cite="!HTML/#gains-focus">focus</a> and
<p>Listen to <var>toplevelTraversable</var>'s change of <a data-cite="!HTML/#system-focus">system focus</a>.</p>
<p>The first time <var>toplevelTraversable</var> is losing <a data-cite="!HTML/#system-focus">focus</a>,
queue a global task on the <a data-cite="!HTML/#user-interaction-task-source">user interaction task source</a>
given <a>current settings object</a>'s [=relevant global object=] to run the following step:
<ol>
Expand Down

0 comments on commit 99f2b39

Please sign in to comment.