Skip to content

Commit

Permalink
Link task
Browse files Browse the repository at this point in the history
  • Loading branch information
eladalon1983 committed Oct 7, 2022
1 parent 8eb6140 commit ae0bb29
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Expand Up @@ -418,9 +418,9 @@ <h2>
</li>
<li>
<p>
Schedule a task to set
<var>controller</var>.{{CaptureController/[[FocusWindowClosed]]}}
to <code>true</code>.
Schedule a <dfn>task to close the window of opportunity to set focus behavior</dfn>,
which will set <var>controller</var>.{{CaptureController/[[FocusWindowClosed]]}}
to <code>true</code> when it executes.
</p>
</li>
</ol>
Expand Down Expand Up @@ -903,7 +903,8 @@ <h2><dfn>CaptureController</dfn></h2>
<td><code>false</code></td>
<td>
Tracks explicit closure of the window of opportunity, which happens when
{{CaptureController/setFocusBehavior()}} is called, or the task to close the window executes.
{{CaptureController/setFocusBehavior()}} is called, or [=task to close the window of opportunity to set
focus behavior | the task to close the window=] executes.
As applications can easily avoid such errors, {{CaptureController/setFocusBehavior()}} throws
when this slot is set to <code>true</code>.
</td>
Expand Down

0 comments on commit ae0bb29

Please sign in to comment.