@@ -2,11 +2,15 @@ name: Fullscreen API
22description : The fullscreen API makes a specific element fill the whole screen and hides most browser UI.
33spec : https://fullscreen.spec.whatwg.org/
44caniuse : fullscreen
5+ # compute_from ignores css.selectors.fullscreen.all_elements.
6+ # It is only supported in Firefox and non-essential since only the topmost
7+ # fullscreen element is typically visible. For this to matter, you need nested
8+ # fullscreen with non-opaque background in the topmost fullscreen element.
9+ status :
10+ compute_from : api.Document.fullscreenElement
511compat_features :
612 - api.Document.exitFullscreen
713 - api.Document.exitFullscreen.returns_promise
8- # Historical in spec, deprecated in BCD.
9- # - api.Document.fullscreen
1014 - api.Document.fullscreenchange_event
1115 - api.Document.fullscreenElement
1216 - api.Document.fullscreenEnabled
@@ -19,8 +23,5 @@ compat_features:
1923 - api.ShadowRoot.fullscreenElement
2024 - css.selectors.backdrop.fullscreen
2125 - css.selectors.fullscreen
22- # Only supported in Firefox and non-essential since only the topmost
23- # fullscreen element is typically visible. For this to matter, you need nested
24- # fullscreen with non-opaque background in the topmost fullscreen element.
25- # - css.selectors.fullscreen.all_elements
26+ - css.selectors.fullscreen.all_elements
2627 - html.elements.iframe.allowfullscreen
0 commit comments