From 56bbaff4a77a989a17078201acb908daba9cc716 Mon Sep 17 00:00:00 2001 From: Mike Wasserman Date: Tue, 23 Jan 2024 16:16:46 -0800 Subject: [PATCH 1/2] Support configurations waiving transient activation Rough PR to support fullscreen without transient activation. --- fullscreen.bs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fullscreen.bs b/fullscreen.bs index a772f2c..a6ebb1c 100644 --- a/fullscreen.bs +++ b/fullscreen.bs @@ -278,8 +278,9 @@ are:
  • Fullscreen is supported. -

  • This's relevant global object has transient activation or the - algorithm is triggered by a user generated orientation change. +

  • This's relevant global object has transient activation, the + algorithm is triggered by a user generated orientation change, or the user agent has been + configured to permit fullscreen without transient activation.

  • If error is false, then consume user activation given @@ -708,6 +709,7 @@ Josh Soref, Kagami Sascha Rosylight, Matt Falkenhagen, Mihai Balan, +Mike Wasserman Mounir Lamouri, Øyvind Stenhaug, Pat Ladd, From 3f517320eca1196da0a224483579f12ad0edfe1e Mon Sep 17 00:00:00 2001 From: Mike Wasserman Date: Tue, 23 Jan 2024 16:23:47 -0800 Subject: [PATCH 2/2] Add comma --- fullscreen.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fullscreen.bs b/fullscreen.bs index a6ebb1c..31fcf63 100644 --- a/fullscreen.bs +++ b/fullscreen.bs @@ -709,7 +709,7 @@ Josh Soref, Kagami Sascha Rosylight, Matt Falkenhagen, Mihai Balan, -Mike Wasserman +Mike Wasserman, Mounir Lamouri, Øyvind Stenhaug, Pat Ladd,