Skip to content

Commit 5bf7ea0

Browse files
Bump @mdn/browser-compat-data from 5.6.17 to 5.6.18 (#2320)
* Bump @mdn/browser-compat-data from 5.6.17 to 5.6.18 Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 5.6.17 to 5.6.18. - [Release notes](https://github.com/mdn/browser-compat-data/releases) - [Changelog](https://github.com/mdn/browser-compat-data/blob/main/RELEASE_NOTES.md) - [Commits](mdn/browser-compat-data@v5.6.17...v5.6.18) --- updated-dependencies: - dependency-name: "@mdn/browser-compat-data" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Delete removed key * Find a new test case for withAncestors test * Refresh dist --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 73a649c commit 5bf7ea0

17 files changed

+175
-135
lines changed

features/document-picture-in-picture.yml.dist

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44
status:
55
baseline: false
66
support:
7-
chrome: "116"
8-
edge: "116"
7+
chrome: "130"
8+
edge: "130"
99
compat_features:
10+
# baseline: false
11+
# support:
12+
# chrome: "116"
13+
# edge: "116"
1014
- api.DocumentPictureInPicture
1115
- api.DocumentPictureInPicture.enter_event
1216
- api.DocumentPictureInPicture.requestWindow
@@ -15,3 +19,16 @@ compat_features:
1519
- api.DocumentPictureInPictureEvent.DocumentPictureInPictureEvent
1620
- api.DocumentPictureInPictureEvent.window
1721
- api.Window.documentPictureInPicture
22+
23+
# baseline: false
24+
# support:
25+
# chrome: "124"
26+
# edge: "124"
27+
- api.DocumentPictureInPicture.requestWindow.option_disallowReturnToOpener
28+
29+
# ⬇️ Same status as overall feature ⬇️
30+
# baseline: false
31+
# support:
32+
# chrome: "130"
33+
# edge: "130"
34+
- api.DocumentPictureInPicture.requestWindow.option_preferInitialWindowPlacement

features/draft/spec/attribution-reporting-api.yml.dist

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,32 @@
44
status:
55
baseline: false
66
support:
7-
chrome: "117"
8-
chrome_android: "117"
9-
edge: "117"
7+
chrome: "125"
8+
chrome_android: "125"
9+
edge: "125"
1010
compat_features:
11+
# baseline: false
12+
# support:
13+
# chrome: "117"
14+
# chrome_android: "117"
15+
# edge: "117"
16+
- html.elements.iframe.allow.attribution-reporting
17+
- http.headers.Attribution-Reporting-Eligible
18+
- http.headers.Attribution-Reporting-Register-Source
19+
- http.headers.Attribution-Reporting-Register-Trigger
20+
- http.headers.Attribution-Reporting-Support
21+
- http.headers.Permissions-Policy.attribution-reporting
22+
23+
# ⬇️ Same status as overall feature ⬇️
24+
# baseline: false
25+
# support:
26+
# chrome: "125"
27+
# chrome_android: "125"
28+
# edge: "125"
1129
- api.HTMLAnchorElement.attributionSrc
1230
- api.HTMLImageElement.attributionSrc
1331
- api.HTMLScriptElement.attributionSrc
1432
- api.XMLHttpRequest.setAttributionReporting
1533
- html.elements.a.attributionsrc
16-
- html.elements.iframe.allow.attribution-reporting
1734
- html.elements.img.attributionsrc
1835
- html.elements.script.attributionsrc
19-
- http.headers.Attribution-Reporting-Eligible
20-
- http.headers.Attribution-Reporting-Register-Source
21-
- http.headers.Attribution-Reporting-Register-Trigger
22-
- http.headers.Attribution-Reporting-Support
23-
- http.headers.Permissions-Policy.attribution-reporting

features/draft/spec/cssom-view-1.yml.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,9 +413,9 @@ compat_features:
413413

414414
# baseline: false
415415
# support:
416-
# chrome: "117"
417-
# chrome_android: "117"
418-
# edge: "117"
416+
# chrome: "125"
417+
# chrome_android: "125"
418+
# edge: "125"
419419
- api.Window.open.features_parameter_attributionsrc
420420

421421
# baseline: false

features/draft/spec/dom.yml.dist

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,6 @@ status:
88
chrome_android: "125"
99
edge: "125"
1010
compat_features:
11-
# baseline: high
12-
# baseline_low_date: 2015-07-29
13-
# baseline_high_date: 2018-01-29
14-
# support:
15-
# chrome: "1"
16-
# chrome_android: "18"
17-
# edge: "12"
18-
# firefox: "1"
19-
# firefox_android: "4"
20-
# safari: "1"
21-
# safari_ios: "1"
22-
- api.Document.createEvent
23-
2411
# baseline: high
2512
# baseline_low_date: ≤2020-01-15
2613
# baseline_high_date: ≤2022-07-15
@@ -84,6 +71,17 @@ compat_features:
8471
# safari_ios: "18"
8572
- api.ShadowRoot.serializable
8673

74+
# baseline: false
75+
# support:
76+
# chrome: "1"
77+
# chrome_android: "18"
78+
# edge: "12"
79+
# firefox: "1"
80+
# firefox_android: "4"
81+
# safari: "1"
82+
# safari_ios: "1"
83+
- api.Document.createEvent
84+
8785
# baseline: false
8886
# support:
8987
# chrome: "74"

features/draft/spec/html.yml.dist

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2498,13 +2498,6 @@ compat_features:
24982498
- html.elements.iframe.allow.wildcards
24992499
- html.elements.textarea.autocomplete.webauthn
25002500

2501-
# baseline: false
2502-
# support:
2503-
# chrome: "117"
2504-
# chrome_android: "117"
2505-
# edge: "117"
2506-
- api.Window.open.features_parameter_attributionsrc
2507-
25082501
# baseline: false
25092502
# support:
25102503
# chrome: "123"
@@ -2529,6 +2522,7 @@ compat_features:
25292522
# edge: "125"
25302523
- api.NotRestoredReasonDetails.toJSON
25312524
- api.NotRestoredReasons.toJSON
2525+
- api.Window.open.features_parameter_attributionsrc
25322526
- html.elements.template.shadowrootserializable
25332527

25342528
# baseline: false

features/draft/spec/notifications.yml.dist

Lines changed: 34 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,40 @@ compat_features:
3333
- api.NotificationEvent.NotificationEvent
3434
- api.ServiceWorkerRegistration.showNotification
3535

36+
# baseline: false
37+
# support:
38+
# chrome: "40"
39+
# chrome_android: "40"
40+
# edge: "17"
41+
# firefox: "44"
42+
# firefox_android: "44"
43+
# safari: "16"
44+
- api.ServiceWorkerGlobalScope.notificationclick_event
45+
46+
# baseline: false
47+
# support:
48+
# chrome: "50"
49+
# chrome_android: "50"
50+
# edge: "17"
51+
# firefox: "44"
52+
# firefox_android: "44"
53+
# safari: "16"
54+
- api.ServiceWorkerGlobalScope.notificationclose_event
55+
3656
# baseline: false
3757
# support:
3858
# chrome: "20"
3959
# edge: "14"
4060
# firefox: "22"
4161
# firefox_android: "22"
4262
# safari: "7"
43-
# safari_ios: "16.4"
4463
- api.Notification
4564
- api.Notification.Notification
65+
- api.Notification.click_event
4666
- api.Notification.close
67+
- api.Notification.close_event
68+
- api.Notification.error_event
69+
- api.Notification.show_event
4770

4871
# baseline: false
4972
# support:
@@ -52,7 +75,6 @@ compat_features:
5275
# firefox: "22"
5376
# firefox_android: "22"
5477
# safari: "15"
55-
# safari_ios: "16.4"
5678
- api.Notification.requestPermission_static
5779

5880
# baseline: false
@@ -62,7 +84,6 @@ compat_features:
6284
# firefox: "26"
6385
# firefox_android: "26"
6486
# safari: "7"
65-
# safari_ios: "16.4"
6687
- api.Notification.dir
6788

6889
# baseline: false
@@ -72,7 +93,6 @@ compat_features:
7293
# firefox: "22"
7394
# firefox_android: "22"
7495
# safari: "7"
75-
# safari_ios: "16.4"
7696
- api.Notification.permission_static
7797

7898
# baseline: false
@@ -82,20 +102,18 @@ compat_features:
82102
# firefox: "26"
83103
# firefox_android: "26"
84104
# safari: "11"
85-
# safari_ios: "16.4"
86105
- api.Notification.body
87106
- api.Notification.lang
88107
- api.Notification.title
89108

90109
# baseline: false
91110
# support:
92-
# chrome: "40"
93-
# chrome_android: "40"
111+
# chrome: "42"
112+
# chrome_android: "42"
94113
# edge: "17"
95114
# firefox: "44"
96115
# firefox_android: "44"
97-
# safari: "16"
98-
- api.ServiceWorkerGlobalScope.notificationclick_event
116+
- api.NotificationEvent.notification
99117

100118
# baseline: false
101119
# support:
@@ -104,7 +122,6 @@ compat_features:
104122
# firefox: "132"
105123
# firefox_android: "132"
106124
# safari: "16.6"
107-
# safari_ios: "16.6"
108125
- api.Notification.silent
109126

110127
# baseline: false
@@ -114,7 +131,6 @@ compat_features:
114131
# firefox: "34"
115132
# firefox_android: "34"
116133
# safari: "16"
117-
# safari_ios: "16.4"
118134
- api.Notification.data
119135

120136
# baseline: false
@@ -124,40 +140,8 @@ compat_features:
124140
# firefox: "46"
125141
# firefox_android: "46"
126142
# safari: "15"
127-
# safari_ios: "16.4"
128143
- api.Notification.requestPermission_static.returns_promise
129144

130-
# baseline: false
131-
# support:
132-
# chrome: "50"
133-
# chrome_android: "50"
134-
# edge: "17"
135-
# firefox: "44"
136-
# firefox_android: "44"
137-
# safari: "16"
138-
- api.ServiceWorkerGlobalScope.notificationclose_event
139-
140-
# baseline: false
141-
# support:
142-
# chrome: "20"
143-
# edge: "14"
144-
# firefox: "22"
145-
# firefox_android: "22"
146-
# safari: "7"
147-
- api.Notification.click_event
148-
- api.Notification.close_event
149-
- api.Notification.error_event
150-
- api.Notification.show_event
151-
152-
# baseline: false
153-
# support:
154-
# chrome: "42"
155-
# chrome_android: "42"
156-
# edge: "17"
157-
# firefox: "44"
158-
# firefox_android: "44"
159-
- api.NotificationEvent.notification
160-
161145
# baseline: false
162146
# support:
163147
# chrome: "48"
@@ -200,14 +184,6 @@ compat_features:
200184
# firefox_android: "41"
201185
- api.Notification.worker_support
202186

203-
# baseline: false
204-
# support:
205-
# chrome: "53"
206-
# edge: "18"
207-
# safari: "17"
208-
# safari_ios: "16.4"
209-
- api.Notification.badge
210-
211187
# baseline: false
212188
# support:
213189
# chrome: "62"
@@ -244,6 +220,13 @@ compat_features:
244220
# edge: ≤79
245221
- api.ServiceWorkerRegistration.showNotification.options_renotify_parameter
246222

223+
# baseline: false
224+
# support:
225+
# chrome: "53"
226+
# edge: "18"
227+
# safari: "17"
228+
- api.Notification.badge
229+
247230
# baseline: false
248231
# support:
249232
# chrome: "56"

features/fetch.yml.dist

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -449,17 +449,17 @@ compat_features:
449449
# edge: "105"
450450
- api.Request.Request.request_body_readablestream
451451

452-
# baseline: false
453-
# support:
454-
# chrome: "117"
455-
# chrome_android: "117"
456-
# edge: "117"
457-
- api.Request.Request.init_attributionReporting_parameter
458-
- api.fetch.init_attributionReporting_parameter
459-
460452
# baseline: false
461453
# support:
462454
# chrome: "124"
463455
# chrome_android: "124"
464456
# edge: "124"
465457
- api.Request.targetAddressSpace
458+
459+
# baseline: false
460+
# support:
461+
# chrome: "125"
462+
# chrome_android: "125"
463+
# edge: "125"
464+
- api.Request.Request.init_attributionReporting_parameter
465+
- api.fetch.init_attributionReporting_parameter

features/http11.yml.dist

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ compat_features:
5858
- http.headers.Referer
5959
- http.headers.Server
6060
- http.headers.TE
61-
- http.headers.Trailer
6261
- http.headers.Transfer-Encoding
6362
- http.headers.User-Agent
6463
- http.headers.Vary
@@ -83,3 +82,7 @@ compat_features:
8382
# safari: "1"
8483
# safari_ios: "1"
8584
- http.headers.Origin
85+
86+
# baseline: false
87+
# support: {}
88+
- http.headers.Trailer

features/slot.yml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,7 @@ compat_features:
8686
# safari: "10"
8787
# safari_ios: "10"
8888
- html.global_attributes.slot
89+
90+
# baseline: false
91+
# support: {}
92+
- css.selectors.has-slotted

features/svg.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ compat_features:
515515
- svg.global_attributes.pointer-events
516516
- svg.global_attributes.requiredExtensions
517517
- svg.global_attributes.shape-rendering
518-
- svg.global_attributes.stop-color
519518
- svg.global_attributes.stroke
520519
- svg.global_attributes.stroke-dasharray
521520
- svg.global_attributes.stroke-dashoffset

0 commit comments

Comments
 (0)