File tree Expand file tree Collapse file tree 9 files changed +32
-43
lines changed Expand file tree Collapse file tree 9 files changed +32
-43
lines changed Original file line number Diff line number Diff line change 2
2
# Do not edit this file by hand. Edit the source file instead!
3
3
4
4
status:
5
- baseline: false
5
+ baseline: low
6
+ baseline_low_date: 2025-04-29
6
7
support:
7
8
chrome: "91"
8
9
chrome_android: "91"
9
10
edge: "91"
11
+ firefox: "138"
12
+ firefox_android: "138"
10
13
safari: "15"
11
14
safari_ios: "15"
12
15
compat_features:
Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ compat_features:
104
104
# firefox_android: "105"
105
105
# safari: "15"
106
106
# safari_ios: "15"
107
+ - api.FontFace.worker_support
108
+ - api.FontFaceSet.worker_support
107
109
- api.WorkerGlobalScope.fonts
108
110
109
111
# baseline: low
@@ -138,16 +140,6 @@ compat_features:
138
140
# firefox_android: "41"
139
141
- api.FontFaceSetLoadEvent.FontFaceSetLoadEvent
140
142
141
- # baseline: false
142
- # support:
143
- # chrome: "69"
144
- # chrome_android: "69"
145
- # edge: "79"
146
- # firefox: "105"
147
- # firefox_android: "105"
148
- - api.FontFace.worker_support
149
- - api.FontFaceSet.worker_support
150
-
151
143
# baseline: false
152
144
# support:
153
145
# firefox: "62"
Original file line number Diff line number Diff line change 2
2
# Do not edit this file by hand. Edit the source file instead!
3
3
4
4
status:
5
- baseline: low
5
+ baseline: high
6
6
baseline_low_date: 2022-11-15
7
+ baseline_high_date: 2025-05-15
7
8
support:
8
9
chrome: "101"
9
10
chrome_android: "101"
Original file line number Diff line number Diff line change 2
2
# Do not edit this file by hand. Edit the source file instead!
3
3
4
4
status:
5
- baseline: false
5
+ baseline: low
6
+ baseline_low_date: 2025-04-29
6
7
support:
7
8
chrome: "123"
8
9
chrome_android: "123"
9
10
edge: "123"
11
+ firefox: "138"
12
+ firefox_android: "138"
10
13
safari: "17.2"
11
14
safari_ios: "17.2"
12
15
compat_features:
16
+ # baseline: low
17
+ # baseline_low_date: 2025-04-29
18
+ # support:
19
+ # chrome: "91"
20
+ # chrome_android: "91"
21
+ # edge: "91"
22
+ # firefox: "138"
23
+ # firefox_android: "138"
24
+ # safari: "15"
25
+ # safari_ios: "15"
26
+ - javascript.grammar.trailing_commas.trailing_commas_in_dynamic_import
27
+
28
+ # ⬇️ Same status as overall feature ⬇️
13
29
# baseline: low
14
30
# baseline_low_date: 2025-04-29
15
31
# support:
@@ -21,12 +37,3 @@ compat_features:
21
37
# safari: "17.2"
22
38
# safari_ios: "17.2"
23
39
- javascript.statements.import.import_attributes.type_json
24
-
25
- # baseline: false
26
- # support:
27
- # chrome: "91"
28
- # chrome_android: "91"
29
- # edge: "91"
30
- # safari: "15"
31
- # safari_ios: "15"
32
- - javascript.grammar.trailing_commas.trailing_commas_in_dynamic_import
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ status:
12
12
firefox: "2"
13
13
firefox_android: "57"
14
14
safari: "5.1"
15
- safari_ios: "9.3 "
15
+ safari_ios: "5 "
16
16
compat_features:
17
17
# baseline: high
18
18
# baseline_low_date: 2015-07-29
@@ -38,5 +38,5 @@ compat_features:
38
38
# firefox: "2"
39
39
# firefox_android: "57"
40
40
# safari: "5.1"
41
- # safari_ios: "9.3 "
41
+ # safari_ios: "5 "
42
42
- html.global_attributes.spellcheck
Original file line number Diff line number Diff line change @@ -45,6 +45,5 @@ compat_features:
45
45
- html.elements.textarea.readonly
46
46
- html.elements.textarea.required
47
47
- html.elements.textarea.rows
48
- - html.elements.textarea.spellcheck
49
48
- html.elements.textarea.wrap
50
49
- html.elements.textarea.wrap.hard
Original file line number Diff line number Diff line change @@ -127,19 +127,6 @@ compat_features:
127
127
- html.elements.textarea.placeholder
128
128
- html.elements.textarea.required
129
129
130
- # baseline: high
131
- # baseline_low_date: 2015-07-29
132
- # baseline_high_date: 2018-01-29
133
- # support:
134
- # chrome: "9"
135
- # chrome_android: "18"
136
- # edge: "12"
137
- # firefox: "2"
138
- # firefox_android: "4"
139
- # safari: "5.1"
140
- # safari_ios: "5"
141
- - html.elements.textarea.spellcheck
142
-
143
130
# baseline: high
144
131
# baseline_low_date: 2015-07-29
145
132
# baseline_high_date: 2018-01-29
Original file line number Diff line number Diff line change 39
39
"devDependencies" : {
40
40
"@eslint/js" : " ^9.26.0" ,
41
41
"@js-temporal/polyfill" : " ^0.5.1" ,
42
- "@mdn/browser-compat-data" : " ^6.0.14 " ,
42
+ "@mdn/browser-compat-data" : " ^6.0.15 " ,
43
43
"@types/caniuse-lite" : " ^1.0.4" ,
44
44
"@types/node" : " ^20.17.47" ,
45
45
"ajv" : " ^8.17.1" ,
You can’t perform that action at this time.
0 commit comments