- From: Ian Clelland <notifications@github.com>
- Date: Fri, 06 Jul 2018 11:55:13 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 6 July 2018 18:55:36 UTC
clelland commented on this pull request. > @@ -629,6 +629,23 @@ iframe:fullscreen { +<h2 id=feature-policy-integration>Feature Policy Integration</h2> + +<p>The Fullscreen API is a policy-controlled feature, as defined by [[!FEATURE-POLICY]]. + +<ul> + <li>The feature name for the Fullscreen API is "fullscreen". + <li>The <a>default allowlist</a> for the Fullscreen API is '<code>self</code>'. +</ul> + +<p>A <a>document</a>'s <a>feature policy</a> determines whether any content in that document is allowed to +go fullscreen. If disabled in any document, no content in the document will be <a>allowed to use</a> +fullscreen. If enabled, content in the document will be <a>allowed to use</a> fullscreen. Now that that has landed, I've updated the PR to be more in line with it. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fullscreen/pull/107#discussion_r200741786
Received on Friday, 6 July 2018 18:55:36 UTC