fullscreen
fullscreen copied to clipboard
Fullscreen API Standard
Without this patch, the fullscreening an element inside an open popover will make the fullscreen element display:none. Issue: https://github.com/whatwg/html/issues/9998 Corresponding HTML PR: https://github.com/whatwg/html/pull/10116 - [ ] At least two implementers...
### What is the issue with the Fullscreen API Standard? All existing UAs currently hide the root element scrollbars when fullscreen, but they all do so in different ways: -...
### What problem are you trying to solve? Web applications might want to enter fullscreen without transient activation, to implement advanced windowing capabilities. For example, a virtual desktop client might...
Accommodate user agent configurations that permit fullscreen requests without transient activation. This is a PR for Issue #234. See the [Explainer](https://github.com/explainers-by-googlers/html-fullscreen-without-a-gesture) for more detail. - [ ] At least two...
### What problem are you trying to solve? Fullscreen applications might want to access keys that would ordinarily break out of the full screen state. For instance, games often use...
Addresses #231 - [ ] At least two implementers are interested (and none opposed): * … * … - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented...
(Originally filed as a [Chrome bug](https://bugs.chromium.org/p/chromium/issues/detail?id=1464450)) What should happen if we: 1. Show a modal dialog 2. Run `document.documentElement.requestFullscreen()` (by e.g. clicking a button in the dialog) Live test case:...
This replaces the vague "If the end user instructs the user agent to end a fullscreen session". Depends on https://github.com/whatwg/html/pull/9462. *** Preview | Diff
This is terrible. @annevk suggests a helper algorithm instead. *** Preview | Diff
https://fullscreen.spec.whatwg.org/commit-snapshots/a69e295f652ec2b524e8429ecbe7bad61a57be21/#model > To unfullscreen an element, unset element’s fullscreen flag and iframe fullscreen flag (if any), and remove it from its node document’s top layer. This means, for example, if...