Skip to content

Commit

Permalink
Define "focus-capturing-application"
Browse files Browse the repository at this point in the history
  • Loading branch information
eladalon1983 committed Jun 29, 2023
1 parent 1f8eb00 commit 365db51
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,7 @@ <h2><dfn>CaptureStartFocusBehavior</dfn></h2>
</p>
<pre class="idl">
enum CaptureStartFocusBehavior {
"focus-capturing-application",
"focus-captured-surface",
"no-focus-change"
};
Expand All @@ -816,6 +817,14 @@ <h2><dfn>CaptureStartFocusBehavior</dfn></h2>
Enumeration description
</th>
</tr>
<tr>
<td style="white-space:nowrap">
<dfn id="idl-def-CaptureStartFocusBehavior.focus-capturing-application">focus-capturing-application</dfn>
</td>
<td>
The application prefers to focused itself.
</td>
</tr>
<tr>
<td style="white-space:nowrap">
<dfn id="idl-def-CaptureStartFocusBehavior.focus-captured-surface">focus-captured-surface</dfn>
Expand All @@ -830,7 +839,9 @@ <h2><dfn>CaptureStartFocusBehavior</dfn></h2>
<dfn id="idl-def-CaptureStartFocusBehavior.no-focus-change">no-focus-change</dfn>
</td>
<td>
The application prefers that the user agent not change focus.
The application prefers that the user agent not change focus, leaving focus
with whichever surface last had focus following the user's interaction with
the user agent and/or operating system.
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 365db51

Please sign in to comment.