fullscreen
fullscreen copied to clipboard
Fullscreen API Standard
The `::backdrop` pseudo-element is now defined in [CSS Positioned Layout 4](https://drafts.csswg.org/css-position-4/#backdrop) with a note to mention that Fullscreen extends the definition. Similarly, the `:fullscreen` pseudo-class is defined in [Selectors 4](https://drafts.csswg.org/selectors/#selectordef-fullscreen)....
If you have a fullscreen element, then move it to a different parent, it triggers the removing steps which does at step 3: 1. If node is document’s [fullscreen element](https://fullscreen.spec.whatwg.org/#fullscreen-element),...
While crawling [Fullscreen API Standard](https://fullscreen.spec.whatwg.org/), the following links to other specifications were detected as pointing to non-existing anchors: * [ ] https://w3c.github.io/screen-orientation/#dfn-triggered-by-a-user-generated-orientation-change This issue was detected and reported semi-automatically by...
- [x] At least two implementers are interested (and none opposed): * WebKit * Chromium (already does this per comments in #149) - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can...
I noticed that Chrome & Firefox did not adjust `position: static` to `absolute` for the root element (``) in the top layer. I had to make WebKit match behavior to...
Seeking feedback on this draft proposal from implementers and community at large. The potential advantages with this proposal are numerous: * Potentially smoother visual transition when switching to fullscreen. *...
Please see: https://github.com/whatwg/html/issues/8490 - [ ] At least two implementers are interested (and none opposed): * Chrome implements this behavior (in that they special case screen orientation change events to...
- [ ] 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 upon at:...
While crawling [Fullscreen API Standard](https://fullscreen.spec.whatwg.org/), the following algorithms fire an event, or resolve or reject a Promise, within a step that runs [in parallel](https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel) without first queuing a task: *...
Since the popover attribute got a new value, it's "find topmost popover ancestor" algorithm changed, and this PR attempts to address this in the Fullscreen API specification. After discussing with...