diff --git a/fullscreen.bs b/fullscreen.bs index 123e230..32c6e1b 100644 --- a/fullscreen.bs +++ b/fullscreen.bs @@ -20,6 +20,7 @@ Boilerplate: omit feedback-header, omit conformance, omit index, omit idl-index
spec:dom; type:dfn; for:/; text:element spec:dom; type:interface; text:Document +spec:page-visibility; type:dfn; text:hidden
@@ -194,6 +195,8 @@ if all of the following are true, and false otherwise:
element's node document is allowed to use the feature indicated by
attribute name allowfullscreen
.
+
+
element's node document's hidden attribute returns false.
The requestFullscreen()
method, when invoked, must run
diff --git a/fullscreen.html b/fullscreen.html
index 623bd1c..288bf6d 100644
--- a/fullscreen.html
+++ b/fullscreen.html
@@ -71,7 +71,7 @@
element’s node document is allowed to use the feature indicated by
attribute name allowfullscreen
.
element’s node document’s hidden attribute returns false.
The requestFullscreen()
method, when invoked, must run
these steps: