Confirmed users
891
edits
Paul.silaghi (talk | contribs) |
Paul.silaghi (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
|- | |- | ||
| Full Screen APIs | | Full Screen APIs | ||
| {{StatusHealthy|status=Landed in Firefox | | {{StatusHealthy|status=Landed in Firefox 10}} | ||
| Chris Pearce | | Chris Pearce | ||
| Paul Silaghi | | Paul Silaghi | ||
Line 20: | Line 20: | ||
*This feature enables developers to make an arbitrary HTML element "full-screen", hiding the browser's UI and stretching the element to encompass the entire screen | *This feature enables developers to make an arbitrary HTML element "full-screen", hiding the browser's UI and stretching the element to encompass the entire screen | ||
*Useful for HTML5 video and games. | *Useful for HTML5 video and games. | ||
*This feature is available starting Firefox | *This feature is available starting Firefox 10 | ||
== Reference == | == Reference == | ||
Line 54: | Line 54: | ||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=685402 Bug 685402] - Change tab/navigate should exit DOM full-screen mode | *[https://bugzilla.mozilla.org/show_bug.cgi?id=685402 Bug 685402] - Change tab/navigate should exit DOM full-screen mode | ||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=691583 Bug 691583] - Dispatch event when restricted key input occurs in DOM full-screen mode | *[https://bugzilla.mozilla.org/show_bug.cgi?id=691583 Bug 691583] - Dispatch event when restricted key input occurs in DOM full-screen mode | ||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=684628 Bug 684628] - Transition effect when moving to DOM full-screen mode | |||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=708174 Bug 708174] - Transition into fullscreen mode is yucky |