Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
eladalon1983 committed Oct 22, 2022
1 parent dc44099 commit 4dc7ac4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
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 4dc7ac4

Please sign in to comment.