Skip to content

Commit d6db67d

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/yaml-2.7.1
2 parents bbae212 + 4765c11 commit d6db67d

33 files changed

+279
-115
lines changed

Diff for: features/app-file-handlers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ description: The `file_handlers` web app manifest member registers an installed
33
spec: https://wicg.github.io/manifest-incubations/#file_handlers-member
44
group: progressive-web-app
55
compat_features:
6-
- html.manifest.file_handlers
6+
- manifests.webapp.file_handlers
77
- api.LaunchParams.files

Diff for: features/app-file-handlers.yml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ status:
88
edge: "102"
99
compat_features:
1010
- api.LaunchParams.files
11-
- html.manifest.file_handlers
11+
- manifests.webapp.file_handlers

Diff for: features/app-launch-handler.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ compat_features:
88
- api.LaunchQueue
99
- api.LaunchQueue.setConsumer
1010
- api.Window.launchQueue
11-
- html.manifest.launch_handler
12-
- html.manifest.launch_handler.client_mode
11+
- manifests.webapp.launch_handler
12+
- manifests.webapp.launch_handler.client_mode

Diff for: features/app-launch-handler.yml.dist

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ compat_features:
1212
# chrome: "110"
1313
# chrome_android: "110"
1414
# edge: "110"
15-
- html.manifest.launch_handler
16-
- html.manifest.launch_handler.client_mode
15+
- manifests.webapp.launch_handler
16+
- manifests.webapp.launch_handler.client_mode
1717

1818
# baseline: false
1919
# support:

Diff for: features/app-protocol-handlers.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ description: The `protocol_handlers` web app manifest member registers an instal
33
spec: https://wicg.github.io/manifest-incubations/#protocol_handlers-member
44
group: progressive-web-app
55
compat_features:
6-
- html.manifest.protocol_handlers
7-
- html.manifest.protocol_handlers.protocol
8-
- html.manifest.protocol_handlers.url
6+
- manifests.webapp.protocol_handlers
7+
- manifests.webapp.protocol_handlers.protocol
8+
- manifests.webapp.protocol_handlers.url

Diff for: features/app-protocol-handlers.yml.dist

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ status:
77
chrome: "96"
88
edge: "96"
99
compat_features:
10-
- html.manifest.protocol_handlers
11-
- html.manifest.protocol_handlers.protocol
12-
- html.manifest.protocol_handlers.url
10+
- manifests.webapp.protocol_handlers
11+
- manifests.webapp.protocol_handlers.protocol
12+
- manifests.webapp.protocol_handlers.url

Diff for: features/app-share-targets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ description: The `share_target` web app manifest member registers an installed w
33
spec: https://w3c.github.io/web-share-target/#share_target-member
44
group: progressive-web-app
55
compat_features:
6-
- html.manifest.share_target
6+
- manifests.webapp.share_target

Diff for: features/app-share-targets.yml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ status:
88
chrome_android: "76"
99
edge: "89"
1010
compat_features:
11-
- html.manifest.share_target
11+
- manifests.webapp.share_target

Diff for: features/app-shortcuts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ description: The `shortcuts` web app manifest member registers common actions of
33
spec: https://w3c.github.io/manifest/#shortcuts-member
44
group: progressive-web-app
55
compat_features:
6-
- html.manifest.shortcuts
6+
- manifests.webapp.shortcuts

Diff for: features/app-shortcuts.yml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ status:
99
edge: "96"
1010
safari: "17.4"
1111
compat_features:
12-
- html.manifest.shortcuts
12+
- manifests.webapp.shortcuts

Diff for: features/cookie-store.yml.dist

+6-20
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ status:
88
chrome_android: "87"
99
edge: "87"
1010
compat_features:
11-
# baseline: false
12-
# support:
13-
# chrome: "87"
14-
# chrome_android: "87"
15-
# edge: "87"
16-
# firefox: "136"
17-
# firefox_android: "136"
1811
- api.CookieChangeEvent
1912
- api.CookieChangeEvent.CookieChangeEvent
2013
- api.CookieChangeEvent.changed
@@ -23,24 +16,15 @@ compat_features:
2316
- api.CookieStore.change_event
2417
- api.CookieStore.delete
2518
- api.CookieStore.get
26-
- api.CookieStore.get.name_return_property
27-
- api.CookieStore.get.value_return_property
28-
- api.CookieStore.getAll
29-
- api.CookieStore.set
30-
- api.ServiceWorkerGlobalScope.cookieStore
31-
- api.Window.cookieStore
32-
33-
# ⬇️ Same status as overall feature ⬇️
34-
# baseline: false
35-
# support:
36-
# chrome: "87"
37-
# chrome_android: "87"
38-
# edge: "87"
3919
- api.CookieStore.get.domain_return_property
4020
- api.CookieStore.get.expires_return_property
21+
- api.CookieStore.get.name_return_property
4122
- api.CookieStore.get.path_return_property
4223
- api.CookieStore.get.sameSite_return_property
4324
- api.CookieStore.get.secure_return_property
25+
- api.CookieStore.get.value_return_property
26+
- api.CookieStore.getAll
27+
- api.CookieStore.set
4428
- api.CookieStoreManager
4529
- api.CookieStoreManager.getSubscriptions
4630
- api.CookieStoreManager.subscribe
@@ -49,5 +33,7 @@ compat_features:
4933
- api.ExtendableCookieChangeEvent.ExtendableCookieChangeEvent
5034
- api.ExtendableCookieChangeEvent.changed
5135
- api.ExtendableCookieChangeEvent.deleted
36+
- api.ServiceWorkerGlobalScope.cookieStore
5237
- api.ServiceWorkerGlobalScope.cookiechange_event
5338
- api.ServiceWorkerRegistration.cookies
39+
- api.Window.cookieStore

Diff for: features/draft/spec/appmanifest.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
draft_date: 2025-03-31
2+
name: Web Application Manifest
3+
description: TODO
4+
spec: https://w3c.github.io/manifest/
5+
compat_features:
6+
- manifests.webapp.display.browser
7+
- manifests.webapp.display.fullscreen
8+
- manifests.webapp.display.minimal-ui
9+
- manifests.webapp.display.standalone
10+
- manifests.webapp.prefer_related_applications
11+
- manifests.webapp.related_applications
12+
13+
# The following features in the spec are already part of web-features:
14+
# - Web app manifest:
15+
# - manifests.webapp.background_color
16+
# - manifests.webapp.display
17+
# - manifests.webapp.icons
18+
# - manifests.webapp.id
19+
# - manifests.webapp.name
20+
# - manifests.webapp.orientation
21+
# - manifests.webapp.scope
22+
# - manifests.webapp.short_name
23+
# - manifests.webapp.start_url
24+
# - manifests.webapp.theme_color
25+
# - Application shortcuts:
26+
# - manifests.webapp.shortcuts

Diff for: features/draft/spec/appmanifest.yml.dist

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Generated from: appmanifest.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome_android: "44"
8+
compat_features:
9+
# baseline: false
10+
# support:
11+
# chrome: "39"
12+
# chrome_android: "39"
13+
# edge: "79"
14+
# firefox_android: "47"
15+
# safari: "17"
16+
# safari_ios: "11.3"
17+
- manifests.webapp.display.browser
18+
- manifests.webapp.display.standalone
19+
20+
# baseline: false
21+
# support:
22+
# chrome: "39"
23+
# chrome_android: "39"
24+
# edge: "79"
25+
# firefox_android: "47"
26+
- manifests.webapp.display.fullscreen
27+
- manifests.webapp.display.minimal-ui
28+
29+
# ⬇️ Same status as overall feature ⬇️
30+
# baseline: false
31+
# support:
32+
# chrome_android: "44"
33+
- manifests.webapp.prefer_related_applications
34+
- manifests.webapp.related_applications

Diff for: features/draft/spec/compression-dictionary.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
draft_date: 2025-03-31
2+
name: Compression Dictionary Transport
3+
description: TODO
4+
spec: https://httpwg.org/http-extensions/draft-ietf-httpbis-compression-dictionary.html
5+
compat_features:
6+
- html.elements.link.rel.compression-dictionary
7+
- http.headers.Accept-Encoding.dcb
8+
- http.headers.Accept-Encoding.dcz
9+
- http.headers.Available-Dictionary
10+
- http.headers.Content-Encoding.dcb
11+
- http.headers.Content-Encoding.dcz
12+
- http.headers.Dictionary-ID
13+
- http.headers.Link.compression-dictionary
14+
- http.headers.Use-As-Dictionary

Diff for: features/draft/spec/compression-dictionary.yml.dist

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Generated from: compression-dictionary.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome: "130"
8+
chrome_android: "130"
9+
edge: "130"
10+
compat_features:
11+
- html.elements.link.rel.compression-dictionary
12+
- http.headers.Accept-Encoding.dcb
13+
- http.headers.Accept-Encoding.dcz
14+
- http.headers.Available-Dictionary
15+
- http.headers.Content-Encoding.dcb
16+
- http.headers.Content-Encoding.dcz
17+
- http.headers.Dictionary-ID
18+
- http.headers.Link.compression-dictionary
19+
- http.headers.Use-As-Dictionary

Diff for: features/draft/spec/html.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2025-03-15
1+
draft_date: 2025-03-31
22
name: HTML
33
description: TODO
44
spec: https://html.spec.whatwg.org/multipage/
@@ -33,7 +33,6 @@ compat_features:
3333
- api.HTMLCanvasElement.toDataURL.type_parameter_png
3434
- api.HTMLCanvasElement.toDataURL.type_parameter_webp
3535
- api.HTMLDialogElement.closedBy
36-
- api.HTMLDialogElement.requestClose
3736
- api.HTMLElement.error_event
3837
- api.HTMLElement.load_event
3938
- api.HTMLIFrameElement.featurePolicy
@@ -1089,6 +1088,8 @@ compat_features:
10891088
# - api.HTMLElement.toggle_event.dialog_elements
10901089
# - html.elements.dialog
10911090
# - html.elements.dialog.open
1091+
# - dialog.requestClose():
1092+
# - api.HTMLDialogElement.requestClose
10921093
# - <div>:
10931094
# - api.HTMLDivElement
10941095
# - html.elements.div

Diff for: features/draft/spec/html.yml.dist

-1
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,6 @@ compat_features:
966966
# chrome_android: "134"
967967
# edge: "134"
968968
- api.HTMLDialogElement.closedBy
969-
- api.HTMLDialogElement.requestClose
970969
- api.OffscreenCanvasRenderingContext2D.getContextAttributes
971970
- html.elements.dialog.closedby
972971

Diff for: features/draft/spec/manifest-incubations.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
draft_date: 2025-03-31
2+
name: Manifest Incubations
3+
description: TODO
4+
spec: https://wicg.github.io/manifest-incubations/
5+
compat_features:
6+
- manifests.webapp.display_override
7+
- manifests.webapp.display_override.tabbed
8+
- manifests.webapp.note_taking
9+
- manifests.webapp.note_taking.new_note_url
10+
11+
# The following features in the spec are already part of web-features:
12+
# - beforeinstallprompt:
13+
# - api.Window.appinstalled_event
14+
# - api.Window.beforeinstallprompt_event
15+
# - File handlers:
16+
# - manifests.webapp.file_handlers
17+
# - Protocol handlers:
18+
# - manifests.webapp.protocol_handlers
19+
# - manifests.webapp.protocol_handlers.protocol
20+
# - manifests.webapp.protocol_handlers.url

Diff for: features/draft/spec/manifest-incubations.yml.dist

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Generated from: manifest-incubations.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome: "126"
8+
edge: "126"
9+
compat_features:
10+
# baseline: false
11+
# support:
12+
# chrome: "89"
13+
# chrome_android: "89"
14+
# edge: "89"
15+
- manifests.webapp.display_override
16+
17+
# baseline: false
18+
# support:
19+
# chrome: "126"
20+
# chrome_android: "126"
21+
# edge: "126"
22+
- manifests.webapp.display_override.tabbed
23+
24+
# baseline: false
25+
# support:
26+
# chrome: "95"
27+
# edge: "95"
28+
- manifests.webapp.note_taking
29+
- manifests.webapp.note_taking.new_note_url

Diff for: features/draft/spec/rfc7932.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
draft_date: 2025-03-31
2+
name: Brotli Compressed Data Format
3+
description: TODO
4+
spec: https://www.rfc-editor.org/rfc/rfc7932
5+
compat_features:
6+
- http.headers.Accept-Encoding.br
7+
8+
# The following features in the spec are already part of web-features:
9+
# - Brotli compression:
10+
# - http.headers.Content-Encoding.br

Diff for: features/draft/spec/rfc7932.yml.dist

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Generated from: rfc7932.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: high
6+
baseline_low_date: 2017-09-19
7+
baseline_high_date: 2020-03-19
8+
support:
9+
chrome: "50"
10+
chrome_android: "51"
11+
edge: "15"
12+
firefox: "44"
13+
firefox_android: "44"
14+
safari: "11"
15+
safari_ios: "11"
16+
compat_features:
17+
- http.headers.Accept-Encoding.br

Diff for: features/draft/spec/rfc8878.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
draft_date: 2025-03-31
2+
name: Zstandard Compression and the 'application/zstd' Media Type
3+
description: TODO
4+
spec: https://www.rfc-editor.org/rfc/rfc8878
5+
compat_features:
6+
- http.headers.Accept-Encoding.zstd
7+
8+
# The following features in the spec are already part of web-features:
9+
# - Zstandard compression:
10+
# - http.headers.Content-Encoding.zstd

Diff for: features/draft/spec/rfc8878.yml.dist

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Generated from: rfc8878.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome: "123"
8+
chrome_android: "123"
9+
edge: "123"
10+
firefox: "126"
11+
firefox_android: "126"
12+
compat_features:
13+
- http.headers.Accept-Encoding.zstd

0 commit comments

Comments
 (0)