- From: Philip Jägenstedt <notifications@github.com>
- Date: Mon, 03 Jul 2017 07:53:42 +0000 (UTC)
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 3 July 2017 07:54:16 UTC
This situation is accounted for in the Chromium codebase, with the comment "We may have entered fullscreen mode without changing our size." here: https://cs.chromium.org/chromium/src/content/renderer/render_widget.cc?sq=package:chromium&dr=CSs&l=1233 In this situation, no resize event will be fired. However, there are two tests that assume the resize event: https://github.com/w3c/web-platform-tests/blob/master/fullscreen/api/document-exit-fullscreen-timing-manual.html https://github.com/w3c/web-platform-tests/blob/master/fullscreen/api/element-request-fullscreen-timing-manual.html So, I agree that this should be clarified, and the test PR for the change should do something with at least those two tests. -- 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/issues/96#issuecomment-312574974
Received on Monday, 3 July 2017 07:54:16 UTC