[Bug 26440] Allow fullscreenchange events to be synchronized with animation frames

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

--- Comment #16 from Philip Jägenstedt <philipj@opera.com> ---
With those changes I'm happy with requestFullscreen() or exitFullscreen(), they
look ready to implement.

When implementing exitFullscreen(), this is how I'd actually do it.

3. Let topLevelDoc be doc's top-level browsing context's document.

4. Set resize to true if topLevelDoc has a fullscreen element stack consisting
of one element, and false otherwise.

Since I like to paste the spec steps into the code it would be *nice* if it
matched, if there's no particular reason for the parentDocs overhead.

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

Received on Sunday, 3 August 2014 21:04:59 UTC