|
9 | 9 |
|
10 | 10 | <hgroup>
|
11 | 11 | <h1 class="p-name">Fullscreen API</h1>
|
12 |
| - <h2 class="no-num no-toc">Living Standard — Last Updated 20 July 2016</h2> |
| 12 | + <h2 class="no-num no-toc">Living Standard — Last Updated 21 July 2016</h2> |
13 | 13 | </hgroup>
|
14 | 14 |
|
15 | 15 | <dl>
|
@@ -195,6 +195,15 @@ <h2 id="model"><span class="secno">3 </span>Model</h2>
|
195 | 195 |
|
196 | 196 | <p><dfn id="fullscreen-is-supported">Fullscreen is supported</dfn> if there is no previously-established user
|
197 | 197 | preference, security risk, or platform limitation.
|
| 198 | + |
| 199 | +<p>An algorithm is <dfn id="allowed-to-request-fullscreen">allowed to request fullscreen</dfn> if one of the following is true: |
| 200 | + |
| 201 | + <ul> |
| 202 | + <li><p>The algorithm is <a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/interaction.html#triggered-by-user-activation">triggered by user activation</a>. |
| 203 | + |
| 204 | + <li><p>The algorithm is |
| 205 | + <a class="external" data-anolis-spec="screen-orientation" href="https://w3c.github.io/screen-orientation/#dfn-triggered-by-a-user-generated-orientation-change">triggered by a user generated orientation change</a>. |
| 206 | + </ul> |
198 | 207 | <!-- cross-process -->
|
199 | 208 |
|
200 | 209 |
|
@@ -281,10 +290,9 @@ <h2 id="api"><span class="secno">4 </span>API</h2>
|
281 | 290 | <li><p>The <a href="#fullscreen-element-ready-check">fullscreen element ready check</a> for <var title="">pending</var>
|
282 | 291 | returns false.
|
283 | 292 |
|
284 |
| - <li><p>This algorithm is not |
285 |
| - <a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/browsers.html#allowed-to-show-a-popup">allowed to show a popup</a>. |
286 |
| - |
287 | 293 | <li><p><a href="#fullscreen-is-supported" title="Fullscreen is supported">Fullscreen is <em>not</em> supported</a>.
|
| 294 | + |
| 295 | + <li><p>This algorithm is not <a href="#allowed-to-request-fullscreen">allowed to request fullscreen</a>. |
288 | 296 | </ul>
|
289 | 297 |
|
290 | 298 | <li><p>Return <var>promise</var>, and run the remaining steps
|
@@ -750,6 +758,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
|
750 | 758 | Josh Soref,
|
751 | 759 | Matt Falkenhagen,
|
752 | 760 | Mihai Balan,
|
| 761 | +Mounir Lamouri, |
753 | 762 | Øyvind Stenhaug,
|
754 | 763 | Pat Ladd,
|
755 | 764 | Philip Jägenstedt,
|
|
0 commit comments