Skip to content

Commit 4e60f6d

Browse files
committed
Remove some overrides and TODOs that have been fixed through BCD
This does not change any browser versions.
1 parent eb98bd6 commit 4e60f6d

14 files changed

+41
-98
lines changed

features/http11.dist.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Generated from: http11.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
name: HTTP/1.1
5+
description: HTTP/1.1 is a network protocol used by browsers and servers. It has been superseded by HTTP/2 and HTTP/3.
6+
spec: https://httpwg.org/specs/rfc9112.html
7+
status:
8+
baseline: high
9+
baseline_low_date: 2015-07-29
10+
baseline_high_date: 2018-01-29
11+
support:
12+
chrome: "1"
13+
chrome_android: "18"
14+
edge: "12"
15+
firefox: "1"
16+
firefox_android: "4"
17+
safari: "1"
18+
safari_ios: "1"
19+
# The HTTP data in BCD has a lot of true values which compute-baseline cannot
20+
# work with, so a single feature with real browser versions is used here.
21+
# TODO: Update BCD and expand the set of BCD keys included here.
22+
compat_features:
23+
- http.methods.GET

features/http11.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,7 @@ name: HTTP/1.1
22
description: HTTP/1.1 is a network protocol used by browsers and servers. It has been superseded by HTTP/2 and HTTP/3.
33
spec: https://httpwg.org/specs/rfc9112.html
44
# The HTTP data in BCD has a lot of true values which compute-baseline cannot
5-
# work with. A single feature was given real browser versions to support
6-
# computing this support: https://github.com/mdn/browser-compat-data/pull/22930
7-
status:
8-
baseline: high
9-
baseline_low_date: 2015-07-29
10-
support:
11-
chrome: "1"
12-
chrome_android: "18"
13-
edge: "12"
14-
firefox: "1"
15-
firefox_android: "4"
16-
safari: "1"
17-
safari_ios: "1"
5+
# work with, so a single feature with real browser versions is used here.
6+
# TODO: Update BCD and expand the set of BCD keys included here.
187
compat_features:
198
- http.methods.GET

features/image-set.dist.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ name: image-set()
55
description: The `image-set()` CSS function provides a set of images at different resolutions or pixel densities, which the browser can pick from, depending on the device capabilities.
66
spec: https://drafts.csswg.org/css-images-4/#image-set-notation
77
caniuse: css-image-set
8-
# TODO: Remove this when these BCD PRs have landed:
9-
# https://github.com/mdn/browser-compat-data/pull/22902
10-
# https://github.com/mdn/browser-compat-data/pull/22912
11-
# https://github.com/mdn/browser-compat-data/pull/22939
128
status:
139
baseline: low
1410
baseline_low_date: 2023-09-18

features/image-set.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,6 @@ name: image-set()
22
description: The `image-set()` CSS function provides a set of images at different resolutions or pixel densities, which the browser can pick from, depending on the device capabilities.
33
spec: https://drafts.csswg.org/css-images-4/#image-set-notation
44
caniuse: css-image-set
5-
# TODO: Remove this when these BCD PRs have landed:
6-
# https://github.com/mdn/browser-compat-data/pull/22902
7-
# https://github.com/mdn/browser-compat-data/pull/22912
8-
# https://github.com/mdn/browser-compat-data/pull/22939
9-
status:
10-
baseline: low
11-
baseline_low_date: 2023-09-18
12-
support:
13-
chrome: "113"
14-
chrome_android: "113"
15-
edge: "113"
16-
firefox: "89"
17-
firefox_android: "89"
18-
safari: "17"
19-
safari_ios: "17"
205
compat_features:
216
- css.properties.background-image.image-set
227
- css.properties.content.image-set

features/media-capture.dist.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ name: Media capture
55
description: The `navigator.mediaDevices.getUserMedia()` API requests access to devices that produce audio or video streams, such as microphones or video cameras.
66
spec: https://w3c.github.io/mediacapture-main/
77
caniuse: stream
8-
# Override is needed to fix the Edge version:
9-
# https://github.com/mdn/browser-compat-data/pull/22913
10-
#
118
# Firefox support for `enumerateDevices()` also needs an override since lack of
129
# output device (a separate feature) is treated as partial implementation in
1310
# BCD.

features/media-capture.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Media capture
22
description: The `navigator.mediaDevices.getUserMedia()` API requests access to devices that produce audio or video streams, such as microphones or video cameras.
33
spec: https://w3c.github.io/mediacapture-main/
44
caniuse: stream
5-
# Override is needed to fix the Edge version:
6-
# https://github.com/mdn/browser-compat-data/pull/22913
7-
#
85
# Firefox support for `enumerateDevices()` also needs an override since lack of
96
# output device (a separate feature) is treated as partial implementation in
107
# BCD.

features/media-session.dist.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ compat_features:
2626
- api.MediaSession
2727
- api.MediaSession.metadata
2828
- api.MediaSession.playbackState
29-
# TODO: include after https://github.com/mdn/browser-compat-data/pull/22793
30-
# - api.MediaSession.setActionHandler
29+
- api.MediaSession.setActionHandler
3130
- api.MediaSession.setActionHandler.nexttrack_type
3231
- api.MediaSession.setActionHandler.pause_type
3332
- api.MediaSession.setActionHandler.play_type

features/media-session.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ compat_features:
1414
- api.MediaSession
1515
- api.MediaSession.metadata
1616
- api.MediaSession.playbackState
17-
# TODO: include after https://github.com/mdn/browser-compat-data/pull/22793
18-
# - api.MediaSession.setActionHandler
17+
- api.MediaSession.setActionHandler
1918
- api.MediaSession.setActionHandler.nexttrack_type
2019
- api.MediaSession.setActionHandler.pause_type
2120
- api.MediaSession.setActionHandler.play_type

features/page-breaks.dist.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ name: Page breaks
55
description: The `break-after`, `break-before`, `break-inside` CSS properties (along with `page-break-` aliases) control where printed pages start and end. Also known as pagination or page breaking.
66
spec: https://drafts.csswg.org/css-break-3/#breaking-controls
77
caniuse: css-page-break
8-
# TODO: remove status override when https://github.com/mdn/browser-compat-data/pull/22987 ships
98
status:
109
baseline: false
1110
support:

features/page-breaks.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ name: Page breaks
22
description: The `break-after`, `break-before`, `break-inside` CSS properties (along with `page-break-` aliases) control where printed pages start and end. Also known as pagination or page breaking.
33
spec: https://drafts.csswg.org/css-break-3/#breaking-controls
44
caniuse: css-page-break
5-
# TODO: remove status override when https://github.com/mdn/browser-compat-data/pull/22987 ships
6-
status:
7-
baseline: false
8-
support:
9-
chrome: "50"
10-
chrome_android: "50"
11-
edge: "12"
125
compat_features:
136
- css.properties.break-after
147
- css.properties.break-after.paged_context

0 commit comments

Comments
 (0)