Skip to content

Commit e1ab822

Browse files
committed
Consume user activation in element.requestFullscreen()
Depends on whatwg/html#3851. Fixes #152.
1 parent a69e295 commit e1ab822

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fullscreen.bs

+3
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,9 @@ are:
266266
algorithm is <a>triggered by a user generated orientation change</a>.
267267
</ul>
268268

269+
<li><p>If <var>error</var> is false, then <a>consume user activation</a> given
270+
<var>pendingDoc</var>'s <a>relevant global object</a>.
271+
269272
<li><p>Return <var>promise</var>, and run the remaining steps <a>in parallel</a>.
270273

271274
<li>

0 commit comments

Comments
 (0)