Skip to content

Commit 8f02fec

Browse files
committed
Merge branch '91-jsonschema-source-of-truth' into 91-redirects
2 parents 7845c1a + 0c20225 commit 8f02fec

File tree

125 files changed

+2690
-881
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+2690
-881
lines changed

.github/workflows/audit_consumers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- run: npm ci
2020
- run: npm run build
2121
- run: npm run audit-consumers --silent | tee issue-body.md
22+
env:
23+
GH_TOKEN: ${{ github.token }}
2224
- run: gh issue create --title "web-features consumers report for $(date -I)" --label generated --body-file issue-body.md
2325
env:
2426
GH_TOKEN: ${{ github.token }}

features/abs-sign.yml.dist

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,16 @@
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: 2025-06-26
67
support:
8+
chrome: "138"
9+
chrome_android: "138"
10+
edge: "138"
711
firefox: "118"
812
firefox_android: "118"
913
safari: "15.4"
1014
safari_ios: "15.4"
1115
compat_features:
12-
# baseline: low
13-
# baseline_low_date: 2025-06-26
14-
# support:
15-
# chrome: "138"
16-
# chrome_android: "138"
17-
# edge: "138"
18-
# firefox: "118"
19-
# firefox_android: "118"
20-
# safari: "15.4"
21-
# safari_ios: "15.4"
2216
- css.types.abs
23-
24-
# ⬇️ Same status as overall feature ⬇️
25-
# baseline: false
26-
# support:
27-
# firefox: "118"
28-
# firefox_android: "118"
29-
# safari: "15.4"
30-
# safari_ios: "15.4"
3117
- css.types.sign

features/anchor-positioning.yml.dist

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,12 @@ compat_features:
238238
- html.elements.input.popovertarget.implicit_anchor_reference
239239

240240
# baseline: false
241-
# support: {}
241+
# support:
242+
# firefox: "141"
243+
# firefox_android: "141"
242244
- api.HTMLElement.showPopover.options_source_parameter.implicit_anchor_reference
243245
- api.HTMLElement.togglePopover.options_source_parameter.implicit_anchor_reference
246+
247+
# baseline: false
248+
# support: {}
244249
- css.properties.position-anchor.auto

features/calc-constants.yml.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ compat_features:
2626
# safari_ios: "15.4"
2727
- css.types.calc-keyword
2828

29-
# baseline: low
29+
# baseline: high
3030
# baseline_low_date: 2023-01-12
31+
# baseline_high_date: 2025-07-12
3132
# support:
3233
# chrome: "109"
3334
# chrome_android: "109"

features/clear-site-data.yml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ compat_features:
1818
# support:
1919
# chrome: "61"
2020
# chrome_android: "61"
21-
# edge: ≤79
21+
# edge: "79"
2222
# firefox: "63"
2323
# firefox_android: "63"
2424
# safari: "17"
@@ -46,7 +46,7 @@ compat_features:
4646
# support:
4747
# chrome: "65"
4848
# chrome_android: "65"
49-
# edge: ≤79
49+
# edge: "79"
5050
# firefox: "138"
5151
# firefox_android: "138"
5252
# safari: "17"

features/color-scheme.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ group: css
1212
compat_features:
1313
- html.elements.meta.name.color-scheme
1414
- css.properties.color-scheme
15-
- css.properties.color-scheme.only_dark
16-
- css.properties.color-scheme.only_light
15+
- css.properties.color-scheme.only
1716
- css.properties.color-scheme.dark
1817
- css.properties.color-scheme.light
1918
- css.properties.color-scheme.normal

features/color-scheme.yml.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,4 @@ compat_features:
5555
# firefox_android: "96"
5656
# safari: "13"
5757
# safari_ios: "13"
58-
- css.properties.color-scheme.only_dark
59-
- css.properties.color-scheme.only_light
58+
- css.properties.color-scheme.only

features/cookie-store.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Cookie store
22
description: The `CookieStore` interface is an asynchronous and promise-based API for managing cookies. It does not rely on document and so is available to service workers as well.
3-
spec: https://wicg.github.io/cookie-store/
3+
spec: https://cookiestore.spec.whatwg.org/
44
caniuse: cookie-store-api
55
compat_features:
66
- api.CookieStore

features/createimagebitmap.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: createImageBitmap
22
description: The `createImageBitmap()` global method creates an `ImageBitmap` object from a source such as an image, SVG, blob, or canvas. An `ImageBitmap` object represents pixel data that can be drawn to a canvas with lower latency than other types, such as `ImageData`.
33
spec: https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#imagebitmap
4-
caniuse: createimagebitmap
4+
# We broke from caniuse's definition of this feature in
5+
# https://github.com/web-platform-dx/web-features/pull/3165 We could reinstate
6+
# this link if caniuse changes its definition or if we develop a way to convey
7+
# partially supported information
8+
# caniuse: createimagebitmap
59
status:
610
compute_from:
7-
- api.createImageBitmap.svgimageelement_as_source_image
8-
- api.createImageBitmap.options_resizeQuality_parameter
9-
- api.createImageBitmap.options_resizeWidth_parameter
10-
- api.createImageBitmap.options_resizeHeight_parameter
11+
- api.createImageBitmap
1112
compat_features:
1213
- api.createImageBitmap
1314
- api.createImageBitmap.options_colorSpaceConversion_parameter
@@ -22,6 +23,3 @@ compat_features:
2223
- api.ImageBitmap.close
2324
- api.ImageBitmap.height
2425
- api.ImageBitmap.width
25-
- api.ImageBitmapRenderingContext
26-
- api.ImageBitmapRenderingContext.canvas
27-
- api.ImageBitmapRenderingContext.transferFromImageBitmap

features/createimagebitmap.yml.dist

Lines changed: 10 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,19 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:
5-
baseline: false
5+
baseline: high
6+
baseline_low_date: 2021-09-20
7+
baseline_high_date: 2024-03-20
68
support:
7-
chrome: "59"
8-
chrome_android: "59"
9+
chrome: "50"
10+
chrome_android: "50"
911
edge: "79"
10-
safari: "17.2"
11-
safari_ios: "17.2"
12+
firefox: "42"
13+
firefox_android: "42"
14+
safari: "15"
15+
safari_ios: "15"
1216
compat_features:
13-
# baseline: high
14-
# baseline_low_date: 2020-01-15
15-
# baseline_high_date: 2022-07-15
16-
# support:
17-
# chrome: "66"
18-
# chrome_android: "66"
19-
# edge: "79"
20-
# firefox: "46"
21-
# firefox_android: "46"
22-
# safari: "11.1"
23-
# safari_ios: "11.3"
24-
- api.ImageBitmapRenderingContext
25-
26-
# baseline: high
27-
# baseline_low_date: 2020-01-15
28-
# baseline_high_date: 2022-07-15
29-
# support:
30-
# chrome: "66"
31-
# chrome_android: "66"
32-
# edge: "79"
33-
# firefox: "50"
34-
# firefox_android: "50"
35-
# safari: "11.1"
36-
# safari_ios: "11.3"
37-
- api.ImageBitmapRenderingContext.transferFromImageBitmap
38-
17+
# ⬇️ Same status as overall feature ⬇️
3918
# baseline: high
4019
# baseline_low_date: 2021-09-20
4120
# baseline_high_date: 2024-03-20
@@ -78,19 +57,6 @@ compat_features:
7857
# safari_ios: "15"
7958
- api.createImageBitmap.options_imageOrientation_parameter
8059

81-
# baseline: high
82-
# baseline_low_date: 2022-02-08
83-
# baseline_high_date: 2024-08-08
84-
# support:
85-
# chrome: "66"
86-
# chrome_android: "66"
87-
# edge: "79"
88-
# firefox: "97"
89-
# firefox_android: "97"
90-
# safari: "11.1"
91-
# safari_ios: "11.3"
92-
- api.ImageBitmapRenderingContext.canvas
93-
9460
# baseline: high
9561
# baseline_low_date: 2022-03-08
9662
# baseline_high_date: 2024-09-08

0 commit comments

Comments
 (0)