File tree Expand file tree Collapse file tree 7 files changed +33
-23
lines changed Expand file tree Collapse file tree 7 files changed +33
-23
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ compat_features:
25
25
# safari_ios: "11"
26
26
- api.Document.close
27
27
- api.Document.open
28
- - api.Document.writeln
29
28
30
29
# ⬇️ Same status as overall feature ⬇️
31
30
# baseline: false
@@ -38,6 +37,7 @@ compat_features:
38
37
# safari: "11"
39
38
# safari_ios: "11"
40
39
- api.Document.write
40
+ - api.Document.writeln
41
41
42
42
# baseline: false
43
43
# support:
Original file line number Diff line number Diff line change @@ -167,15 +167,6 @@ compat_features:
167
167
# firefox_android: "44"
168
168
- api.NotificationEvent.action
169
169
170
- # baseline: false
171
- # support:
172
- # chrome: "53"
173
- # chrome_android: "53"
174
- # edge: ≤79
175
- # safari: "17"
176
- # safari_ios: "16.4"
177
- - api.ServiceWorkerRegistration.showNotification.options_badge_parameter
178
-
179
170
# baseline: false
180
171
# support:
181
172
# chrome: "20"
@@ -247,9 +238,9 @@ compat_features:
247
238
# baseline: false
248
239
# support:
249
240
# chrome: "53"
250
- # edge : "18 "
251
- # safari: "17"
252
- - api.Notification.badge
241
+ # chrome_android : "53 "
242
+ # edge: ≤79
243
+ - api.ServiceWorkerRegistration.showNotification.options_badge_parameter
253
244
254
245
# baseline: false
255
246
# support:
@@ -287,6 +278,7 @@ compat_features:
287
278
# chrome: "53"
288
279
# edge: "18"
289
280
- api.Notification.actions
281
+ - api.Notification.badge
290
282
291
283
# baseline: false
292
284
# support:
Original file line number Diff line number Diff line change @@ -47,12 +47,10 @@ compat_features:
47
47
# safari: "10"
48
48
# safari_ios: "10"
49
49
- css.properties.break-after.auto
50
- - css.properties.break-after.avoid
51
50
- css.properties.break-after.left
52
51
- css.properties.break-after.page
53
52
- css.properties.break-after.right
54
53
- css.properties.break-before.auto
55
- - css.properties.break-before.avoid
56
54
- css.properties.break-before.left
57
55
- css.properties.break-before.page
58
56
- css.properties.break-before.right
@@ -104,6 +102,14 @@ compat_features:
104
102
# firefox_android: "92"
105
103
- css.properties.break-inside.paged_context.avoid-page
106
104
105
+ # baseline: false
106
+ # support:
107
+ # chrome: "50"
108
+ # chrome_android: "50"
109
+ # edge: "79"
110
+ - css.properties.break-after.avoid
111
+ - css.properties.break-before.avoid
112
+
107
113
# baseline: false
108
114
# support:
109
115
# firefox: "65"
Original file line number Diff line number Diff line change @@ -193,8 +193,12 @@ compat_features:
193
193
- api.SubtleCrypto.generateKey.x25519
194
194
- api.SubtleCrypto.importKey.x25519
195
195
196
- # baseline: false
196
+ # baseline: low
197
+ # baseline_low_date: 2025-05-29
197
198
# support:
199
+ # chrome: "137"
200
+ # chrome_android: "137"
201
+ # edge: "137"
198
202
# firefox: "129"
199
203
# firefox_android: "129"
200
204
# safari: "17"
Original file line number Diff line number Diff line change 8
8
chrome_android: "121"
9
9
edge: "113"
10
10
compat_features:
11
+ # baseline: false
12
+ # support:
13
+ # chrome: "113"
14
+ # chrome_android: "121"
15
+ # edge: "113"
16
+ # safari: "18.5"
17
+ # safari_ios: "18.5"
18
+ - api.GPUOutOfMemoryError
19
+ - api.GPUOutOfMemoryError.GPUOutOfMemoryError
20
+
11
21
# ⬇️ Same status as overall feature ⬇️
12
22
# baseline: false
13
23
# support:
@@ -117,8 +127,6 @@ compat_features:
117
127
- api.GPUExternalTexture.label
118
128
- api.GPUInternalError
119
129
- api.GPUInternalError.GPUInternalError
120
- - api.GPUOutOfMemoryError
121
- - api.GPUOutOfMemoryError.GPUOutOfMemoryError
122
130
- api.GPUPipelineError
123
131
- api.GPUPipelineError.GPUPipelineError
124
132
- api.GPUPipelineError.GPUPipelineError.message_optional
Original file line number Diff line number Diff line change 39
39
"devDependencies" : {
40
40
"@eslint/js" : " ^9.29.0" ,
41
41
"@js-temporal/polyfill" : " ^0.5.1" ,
42
- "@mdn/browser-compat-data" : " ^6.0.23 " ,
42
+ "@mdn/browser-compat-data" : " ^6.0.24 " ,
43
43
"@types/caniuse-lite" : " ^1.0.4" ,
44
44
"@types/node" : " ^20.19.1" ,
45
45
"ajv" : " ^8.17.1" ,
You can’t perform that action at this time.
0 commit comments