Skip to content

Commit 213b6f8

Browse files
foolipannevk
authored andcommitted
Editorial: use "transient activation" instead of obsolete concept
Fixes #160.
1 parent 69482d3 commit 213b6f8

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

fullscreen.bs

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,6 @@ these steps:
126126
<p><dfn>Fullscreen is supported</dfn> if there is no previously-established user preference,
127127
security risk, or platform limitation.
128128

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-
138129
<hr>
139130

140131
<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:
267258

268259
<li><p><a>Fullscreen is supported</a>.
269260

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>.
271263
</ul>
272264

273265
<li><p>Return <var>promise</var>, and run the remaining steps <a>in parallel</a>.

0 commit comments

Comments
 (0)