From 50786c2e61f06b594372d8533ea87ce1b5f0d650 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..e7191d4 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 node navigable's active window. +

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