- From: Philip Jägenstedt <notifications@github.com>
- Date: Thu, 11 May 2017 05:46:56 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 11 May 2017 12:47:30 UTC
The implementation in Blink uses continue here, which would matter if
one of the ancestor documents had a fullscreen element other than the
iframe containing the document now requesting fullscreen.
Perhaps this should be continue, but that would be a separate change.
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/fullscreen/pull/83
-- Commit Summary --
* Editorial: use Infra's break to clarify requestFullscreen() iteration
-- File Changes --
M fullscreen.bs (6)
-- Patch Links --
https://github.com/whatwg/fullscreen/pull/83.patch
https://github.com/whatwg/fullscreen/pull/83.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/pull/83
Received on Thursday, 11 May 2017 12:47:30 UTC