Re: [whatwg/fullscreen] Allow requestFullscreen() to be called from an orientation change event (closes #34) (#43)

> @@ -180,6 +180,15 @@ <h2 class="no-num no-toc">Table of Contents</h2>
>  
>  <p><dfn>Fullscreen is supported</dfn> if there is no previously-established user
>  preference, security risk, or platform limitation.
> +
> +<p>An algorithm is <dfn>allowed to request fullscreen</dfn> if one of the following conditions are
> +true:
> +
> + <ul>
> +  <li>The algorithm is <span data-anolis-spec=html>triggered by user activation</span>.
> +
> +  <li>The algorithm is <span data-anolis-spec=screen-orientation>triggered by a user generated orientation change</span>.

Done.

---
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/43/files/84bd8eba386bdb11d4d93e7b503b86b634a6fc20#r71718142

Received on Thursday, 21 July 2016 14:41:45 UTC