From e1ab8229ffad57caeac4872e6ec3c0eee95fd233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Tue, 28 May 2019 14:53:01 +0200 Subject: [PATCH] Consume user activation in `element.requestFullscreen()` Depends on https://github.com/whatwg/html/pull/3851. Fixes https://github.com/whatwg/fullscreen/issues/152. --- fullscreen.bs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fullscreen.bs b/fullscreen.bs index aad0df6..9c2d079 100644 --- a/fullscreen.bs +++ b/fullscreen.bs @@ -266,6 +266,9 @@ are: algorithm is triggered by a user generated orientation change. +
  • If error is false, then consume user activation given + pendingDoc's relevant global object. +

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