Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable configuration for fullscreen without transient activation #235

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions fullscreen.bs
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,9 @@ are:

<li><p><a>Fullscreen is supported</a>.

<li><p><a>This</a>'s <a>relevant global object</a> has <a>transient activation</a> or the
algorithm is <a>triggered by a user generated orientation change</a>.
<li><p><a>This</a>'s <a>relevant global object</a> has <a>transient activation</a>, the
algorithm is <a>triggered by a user generated orientation change</a>, or the user agent has been
configured to permit fullscreen without <a>transient activation</a>.
</ul>

<li><p>If <var>error</var> is false, then <a>consume user activation</a> given
Expand Down Expand Up @@ -708,6 +709,7 @@ Josh Soref,
Kagami Sascha Rosylight,
Matt Falkenhagen,
Mihai Balan,
Mike Wasserman,
Mounir Lamouri,
Øyvind Stenhaug,
Pat Ladd,
Expand Down