Skip to content

Commit

Permalink
Consume user activation in element.requestFullscreen()
Browse files Browse the repository at this point in the history
Depends on whatwg/html#3851.

Fixes #152.
  • Loading branch information
foolip committed May 28, 2019
1 parent 1278531 commit e4b2cc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fullscreen.bs
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ when invoked, must run these steps:
<li><p>This algorithm is <a>allowed to request fullscreen</a>.
</ul>

<li><p>If <var>error</var> is false, then <a>consume user activation</a> for
<var>pendingDoc</var>'s <a>browsing context</a>.

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

<li>
Expand Down

0 comments on commit e4b2cc3

Please sign in to comment.