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 3, 2023
1 parent a69e295 commit e1ab822
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>relevant global object</a>.

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

<li>
Expand Down

0 comments on commit e1ab822

Please sign in to comment.