Re: [whatwg/fullscreen] Consume user activation in `element.requestFullscreen()` (#153)

@domenic commented on this pull request.



> @@ -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 for=navigable>active window</a>.

Actually you should just use `<var>pendingDoc</var>'s <a>relevant global object</a>`! No need to go all the way to navigable and back.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/pull/153#discussion_r1023417743
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fullscreen/pull/153/review/1181765829@github.com>

Received on Wednesday, 16 November 2022 01:38:41 UTC