[Bug 19917] Split fullscreenchange event into two separate events

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19917

Chris Pearce <cpearce@mozilla.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cpearce@mozilla.com

--- Comment #5 from Chris Pearce <cpearce@mozilla.com> ---
When you receive a "fullscreenchange" event, check document.fullscreenElement,
If it's non-null, the user is in fullscreen mode. If it's null, the user has
exited fullscreen. Is that sufficient for your needs?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 9 November 2012 18:44:36 UTC