Skip to content

Commit

Permalink
Merge pull request #249 from w3c/eladalon1983-patch-7
Browse files Browse the repository at this point in the history
Reorder steps in finalizing focus-decision
  • Loading branch information
eladalon1983 authored Dec 1, 2022
2 parents 6761227 + 4dc7ac4 commit 67b1b8b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,14 @@ <h2><dfn>CaptureController</dfn></h2>
the following steps:
</p>
<ol>
<li>
<p>
If too much time has elapsed since the [=capture-session=] started,
the user agent SHOULD set {{CaptureController/[[FocusDecisionFinalized]]}}
to <code>true</code>. The timespan is left up to the user agent,
but it is recommended that a value of one second be used.
</p>
</li>
<li>
<p>
If <var>controller</var>.{{CaptureController/[[FocusDecisionFinalized]]}}
Expand All @@ -1000,14 +1008,6 @@ <h2><dfn>CaptureController</dfn></h2>
is <code>true</code>, abort these steps.
</p>
</li>
<li>
<p>
If too much time has elapsed since the [=capture-session=] started,
the user agent SHOULD set {{CaptureController/[[FocusDecisionFinalized]]}}
to <code>true</code>. The timespan is left up to the user agent,
but it is recommended that a value of one second be used.
</p>
</li>
<li>
<p>
If <var>controller</var>.{{CaptureController/[[DisplaySurfaceType]]}} is neither
Expand Down

0 comments on commit 67b1b8b

Please sign in to comment.