File tree Expand file tree Collapse file tree 5 files changed +29
-27
lines changed Expand file tree Collapse file tree 5 files changed +29
-27
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ status:
9
9
chrome: "83"
10
10
chrome_android: "83"
11
11
edge: "83"
12
- firefox: ≤72
12
+ firefox: "69"
13
13
firefox_android: "79"
14
- safari: ≤13.1
15
- safari_ios: ≤13.4
14
+ safari: "13"
15
+ safari_ios: "13"
16
16
compat_features:
17
17
# baseline: high
18
18
# baseline_low_date: 2020-07-28
@@ -34,12 +34,16 @@ compat_features:
34
34
# chrome: "58"
35
35
# chrome_android: "58"
36
36
# edge: "79"
37
- # firefox: ≤72
37
+ # firefox: "69"
38
38
# firefox_android: "79"
39
39
# safari: "11"
40
40
# safari_ios: "11"
41
+ - css.properties.line-break.auto
42
+ - css.properties.line-break.loose
41
43
- css.properties.line-break.normal
44
+ - css.properties.line-break.strict
42
45
46
+ # ⬇️ Same status as overall feature ⬇️
43
47
# baseline: high
44
48
# baseline_low_date: 2020-07-28
45
49
# baseline_high_date: 2023-01-28
@@ -52,18 +56,3 @@ compat_features:
52
56
# safari: "13"
53
57
# safari_ios: "13"
54
58
- css.properties.line-break.anywhere
55
-
56
- # baseline: high
57
- # baseline_low_date: 2020-07-28
58
- # baseline_high_date: 2023-01-28
59
- # support:
60
- # chrome: ≤83
61
- # chrome_android: ≤83
62
- # edge: ≤83
63
- # firefox: ≤72
64
- # firefox_android: "79"
65
- # safari: ≤13.1
66
- # safari_ios: ≤13.4
67
- - css.properties.line-break.auto
68
- - css.properties.line-break.loose
69
- - css.properties.line-break.strict
Original file line number Diff line number Diff line change @@ -172,8 +172,9 @@ compat_features:
172
172
# safari_ios: "14.5"
173
173
- api.WritableStream.close
174
174
175
- # baseline: low
175
+ # baseline: high
176
176
# baseline_low_date: 2022-06-28
177
+ # baseline_high_date: 2024-12-28
177
178
# support:
178
179
# chrome: "59"
179
180
# chrome_android: "59"
@@ -184,8 +185,9 @@ compat_features:
184
185
# safari_ios: "10.3"
185
186
- api.ReadableStream.pipeThrough
186
187
187
- # baseline: low
188
+ # baseline: high
188
189
# baseline_low_date: 2022-06-28
190
+ # baseline_high_date: 2024-12-28
189
191
# support:
190
192
# chrome: "67"
191
193
# chrome_android: "67"
Original file line number Diff line number Diff line change @@ -990,7 +990,6 @@ compat_features:
990
990
- svg.elements.radialGradient.r
991
991
- svg.elements.radialGradient.spreadMethod
992
992
- svg.elements.script.type
993
- - svg.elements.script.xlink_href
994
993
- svg.elements.style.media
995
994
- svg.elements.style.title
996
995
- svg.elements.style.type
@@ -1663,6 +1662,17 @@ compat_features:
1663
1662
- api.SVGImageElement.crossOrigin
1664
1663
- svg.elements.image.crossorigin
1665
1664
1665
+ # baseline: false
1666
+ # support:
1667
+ # chrome: "1"
1668
+ # chrome_android: "18"
1669
+ # edge: "79"
1670
+ # firefox: "1.5"
1671
+ # firefox_android: "4"
1672
+ # safari: "3"
1673
+ # safari_ios: "2"
1674
+ - svg.elements.script.xlink_href
1675
+
1666
1676
# baseline: false
1667
1677
# support:
1668
1678
# chrome: "1"
Original file line number Diff line number Diff line change 38
38
"devDependencies" : {
39
39
"@eslint/js" : " ^9.17.0" ,
40
40
"@js-temporal/polyfill" : " ^0.4.4" ,
41
- "@mdn/browser-compat-data" : " ^5.6.26 " ,
41
+ "@mdn/browser-compat-data" : " ^5.6.27 " ,
42
42
"@types/caniuse-lite" : " ^1.0.4" ,
43
43
"@types/diff" : " ^5.2.3" ,
44
44
"@types/node" : " ^18.19.68" ,
You can’t perform that action at this time.
0 commit comments