- From: Ian Clelland <notifications@github.com>
- Date: Tue, 19 Jun 2018 08:38:42 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 19 June 2018 15:39:06 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. Yes, I have a PR at https://github.com/whatwg/html/pull/3287 which attempts to do just that. Working on a couple of final integration points before that can (hopefully) be merged. -- 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_r196476824
Received on Tuesday, 19 June 2018 15:39:06 UTC