From ac928e174b9e13ae45598c5cd6861b79c0a08760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Wed, 29 Jan 2020 18:41:28 +0700 Subject: [PATCH] Editorial: use "transient activation" instead of obsolete concept Fixes https://github.com/whatwg/fullscreen/issues/160. --- fullscreen.bs | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/fullscreen.bs b/fullscreen.bs index 3a669c3..49ab468 100644 --- a/fullscreen.bs +++ b/fullscreen.bs @@ -126,15 +126,6 @@ these steps:

Fullscreen is supported if there is no previously-established user preference, security risk, or platform limitation. -

An algorithm is allowed to request fullscreen if one of the following is true: - -

- -

To run the fullscreen steps for a document document, run these @@ -267,7 +258,8 @@ when invoked, must run these steps:

  • Fullscreen is supported. -

  • This algorithm is allowed to request fullscreen. +

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

  • Return promise, and run the remaining steps in parallel.