@@ -2,11 +2,15 @@ name: Fullscreen API
2
2
description : The fullscreen API makes a specific element fill the whole screen and hides most browser UI.
3
3
spec : https://fullscreen.spec.whatwg.org/
4
4
caniuse : 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
5
11
compat_features :
6
12
- api.Document.exitFullscreen
7
13
- api.Document.exitFullscreen.returns_promise
8
- # Historical in spec, deprecated in BCD.
9
- # - api.Document.fullscreen
10
14
- api.Document.fullscreenchange_event
11
15
- api.Document.fullscreenElement
12
16
- api.Document.fullscreenEnabled
@@ -19,8 +23,5 @@ compat_features:
19
23
- api.ShadowRoot.fullscreenElement
20
24
- css.selectors.backdrop.fullscreen
21
25
- 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
26
27
- html.elements.iframe.allowfullscreen
0 commit comments