- From: <bugzilla@jessica.w3.org>
- Date: Thu, 17 Jul 2014 22:23:13 +0000
- To: public-webapps@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26379 Bug ID: 26379 Summary: exitFullscreen() should pop from the stack, resize and fire fullscreenchange events together Product: WebAppsWG Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: Fullscreen Assignee: annevk@annevk.nl Reporter: philipj@opera.com QA Contact: public-webapps-bugzilla@w3.org CC: mike@w3.org, public-webapps@w3.org As specified, the stack is first popped, which will be visible to scripts (fullscreenElement) and CSS (:fullscreen). The resizing and event firing is done in a later task, so scripts will be able to observe the inconsistent state. In short, it should mirror the "go fullscreen" algorithm, which doesn't have the problem. -- You are receiving this mail because: You are on the CC list for the bug.
Received on Thursday, 17 July 2014 22:23:14 UTC