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 Nov 2, 2022
1 parent a7e681d commit 5bd6d6f
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 @@ -266,6 +266,9 @@ are:
algorithm is <a>triggered by a user generated orientation change</a>.
</ul>

<li><p>If <var>error</var> is false, then <a>consume user activation</a> given
<var>pendingDoc</var>'s <a>node navigable</a>'s <a>active window</a>.

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

<li>
Expand Down

0 comments on commit 5bd6d6f

Please sign in to comment.