File tree Expand file tree Collapse file tree 6 files changed +22
-14
lines changed Expand file tree Collapse file tree 6 files changed +22
-14
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,6 @@ compat_features:
125125 - http.headers.Origin-Agent-Cluster
126126 - http.headers.Permissions-Policy.autoplay
127127 - http.headers.Permissions-Policy.cross-origin-isolated
128- - http.headers.Permissions-Policy.document-domain
129128 - http.headers.Refresh
130129 - http.headers.X-Frame-Options
131130 - http.headers.X-Frame-Options.SAMEORIGIN
Original file line number Diff line number Diff line change @@ -951,4 +951,3 @@ compat_features:
951951 - api.Navigator.authentication
952952 - html.elements.hr.hr_in_select
953953 - html.elements.track.kind.descriptions
954- - http.headers.Permissions-Policy.document-domain
Original file line number Diff line number Diff line change @@ -111,6 +111,19 @@ compat_features:
111111 # safari_ios: "12"
112112 - css.at-rules.media.calc
113113
114+ # baseline: high
115+ # baseline_low_date: 2021-04-26
116+ # baseline_high_date: 2023-10-26
117+ # support:
118+ # chrome: "87"
119+ # chrome_android: "87"
120+ # edge: "87"
121+ # firefox: "78"
122+ # firefox_android: "79"
123+ # safari: "14.1"
124+ # safari_ios: "14.5"
125+ - css.types.ratio.number_value
126+
114127 # baseline: low
115128 # baseline_low_date: 2023-03-27
116129 # support:
@@ -140,9 +153,3 @@ compat_features:
140153 # firefox: "59"
141154 # firefox_android: "59"
142155 - css.at-rules.media.media_query_values
143-
144- # baseline: false
145- # support:
146- # firefox: "78"
147- # firefox_android: "79"
148- - css.types.ratio.number_value
Original file line number Diff line number Diff line change @@ -67,11 +67,14 @@ compat_features:
6767 # safari_ios: "17.5"
6868 - api.CSSImportRule.supportsText
6969
70- # baseline: false
70+ # baseline: low
71+ # baseline_low_date: 2024-05-13
7172 # support:
7273 # chrome: "122"
7374 # chrome_android: "122"
7475 # edge: "122"
7576 # firefox: "115"
7677 # firefox_android: "115"
78+ # safari: "17.5"
79+ # safari_ios: "17.5"
7780 - css.at-rules.import.supports
Original file line number Diff line number Diff line change 3939 "devDependencies" : {
4040 "@eslint/js" : " ^9.27.0" ,
4141 "@js-temporal/polyfill" : " ^0.5.1" ,
42- "@mdn/browser-compat-data" : " ^6.0.15 " ,
42+ "@mdn/browser-compat-data" : " ^6.0.16 " ,
4343 "@types/caniuse-lite" : " ^1.0.4" ,
4444 "@types/node" : " ^20.17.50" ,
4545 "ajv" : " ^8.17.1" ,
You can’t perform that action at this time.
0 commit comments