Skip to content

Commit a254b11

Browse files
Move key for display-mode: picture-in-picture to picture-in-picture (#3611)
Co-authored-by: Patrick Brosset <patrickbrosset@gmail.com>
1 parent 151bc68 commit a254b11

4 files changed

Lines changed: 17 additions & 22 deletions

File tree

features/display-mode.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: display-mode media query
2-
description: The `display-mode` CSS media query sets styles based on whether the web page is in `fullscreen`, `standalone`, `minimal-ui,` `browser`, or `picture-in-picture` mode.
2+
description: The `display-mode` CSS media query sets styles based on whether the web page is in an ordinary `browser` tab mode or another mode, such as `fullscreen`, `standalone`, or `minimal-ui`.
33
spec: https://drafts.csswg.org/mediaqueries-5/#display-modes
44
group: media-queries
55
compat_features:
66
- css.at-rules.media.display-mode
7-
- css.at-rules.media.display-mode.picture-in-picture

features/display-mode.yml.dist

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,15 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:
5-
baseline: false
5+
baseline: low
6+
baseline_low_date: 2023-08-01
67
support:
7-
chrome: "123"
8-
edge: "123"
8+
chrome: "42"
9+
chrome_android: "42"
10+
edge: "79"
11+
firefox: "47"
12+
firefox_android: "116"
13+
safari: "13"
14+
safari_ios: "12.2"
915
compat_features:
10-
# baseline: low
11-
# baseline_low_date: 2023-08-01
12-
# support:
13-
# chrome: "42"
14-
# chrome_android: "42"
15-
# edge: "79"
16-
# firefox: "47"
17-
# firefox_android: "116"
18-
# safari: "13"
19-
# safari_ios: "12.2"
2016
- css.at-rules.media.display-mode
21-
22-
# ⬇️ Same status as overall feature ⬇️
23-
# baseline: false
24-
# support:
25-
# chrome: "123"
26-
# edge: "123"
27-
- css.at-rules.media.display-mode.picture-in-picture

features/picture-in-picture.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ compat_features:
2121
- api.PictureInPictureEvent
2222
- api.PictureInPictureEvent.PictureInPictureEvent
2323
- api.PictureInPictureEvent.pictureInPictureWindow
24+
- css.at-rules.media.display-mode.picture-in-picture
2425
- css.selectors.picture-in-picture
2526
- html.elements.iframe.allow.picture-in-picture
2627
- http.headers.Permissions-Policy.picture-in-picture

features/picture-in-picture.yml.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,9 @@ compat_features:
6565
# chrome_android: "105"
6666
# edge: "88"
6767
- http.headers.Permissions-Policy.picture-in-picture
68+
69+
# baseline: false
70+
# support:
71+
# chrome: "123"
72+
# edge: "123"
73+
- css.at-rules.media.display-mode.picture-in-picture

0 commit comments

Comments
 (0)