From 517b98de45e0278c3a9fe80a2bbae01aaa2ccde5 Mon Sep 17 00:00:00 2001 From: Ian Clelland Date: Thu, 13 Sep 2018 10:48:33 -0400 Subject: [PATCH] Report feature policy violations --- fullscreen.bs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fullscreen.bs b/fullscreen.bs index 88bade3..5c08557 100644 --- a/fullscreen.bs +++ b/fullscreen.bs @@ -317,6 +317,11 @@ when invoked, must run these steps:

If error is true:

    +
  1. If pending's node document is not allowed to use the "fullscreen" feature, then generate a report for violation of fullscreen policy on the current settings object. +

  2. Append (fullscreenerror, pending) to pendingDoc's list of pending fullscreen events.