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.