File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -126,15 +126,6 @@ these steps:
126
126
<p> <dfn>Fullscreen is supported</dfn> if there is no previously-established user preference,
127
127
security risk, or platform limitation.
128
128
129
- <p> An algorithm is <dfn>allowed to request fullscreen</dfn> if one of the following is true:
130
-
131
- <ul>
132
- <li><p> The algorithm is <a>triggered by user activation</a> .
133
-
134
- <li><p> The algorithm is <a>triggered by a user generated orientation change</a> .
135
- </ul>
136
- <!-- cross-process -->
137
-
138
129
<hr>
139
130
140
131
<p> To <dfn>run the fullscreen steps</dfn> for a <a>document</a> <var> document</var> , run these
@@ -267,7 +258,8 @@ when invoked, must run these steps:
267
258
268
259
<li><p> <a>Fullscreen is supported</a> .
269
260
270
- <li><p> This algorithm is <a>allowed to request fullscreen</a> .
261
+ <li><p><var> pending</var> 's <a>relevant global object</a> has <a>transient activation</a> or the
262
+ algorithm is <a>triggered by a user generated orientation change</a> .
271
263
</ul>
272
264
273
265
<li><p> Return <var> promise</var> , and run the remaining steps <a>in parallel</a> .
You can’t perform that action at this time.
0 commit comments