Skip to content

Commit a07aff5

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

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
@@ -270,6 +270,9 @@ when invoked, must run these steps:
270270
<li><p>This algorithm is <a>allowed to request fullscreen</a>.
271271
</ul>
272272

273+
<li><p>If <var>error</var> is false, then <a>consume user activation</a> for
274+
<var>pendingDoc</var>'s <a>browsing context</a>.
275+
273276
<li><p>Return <var>promise</var>, and run the remaining steps <a>in parallel</a>.
274277

275278
<li>

0 commit comments

Comments
 (0)