Skip to content

Commit e3858fb

Browse files
authored
Add CSSImportRule.supportsText key to @supports (#2095)
1 parent f9330aa commit e3858fb

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

features/supports.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ group: css
66
status:
77
compute_from: css.at-rules.supports
88
compat_features:
9-
# TODO: see discussion on https://github.com/web-platform-dx/web-features/pull/1353#discussion_r1673871428
10-
# - api.CSSImportRule.supportsText
9+
- api.CSSImportRule.supportsText
1110
- api.CSSSupportsRule
1211
- css.at-rules.import.supports
1312
- css.at-rules.supports

features/supports.yml.dist

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,18 @@ compat_features:
5555
- css.at-rules.supports.font-format
5656
- css.at-rules.supports.font-tech
5757

58+
# baseline: low
59+
# baseline_low_date: 2024-05-13
60+
# support:
61+
# chrome: "121"
62+
# chrome_android: "121"
63+
# edge: "121"
64+
# firefox: "114"
65+
# firefox_android: "114"
66+
# safari: "17.5"
67+
# safari_ios: "17.5"
68+
- api.CSSImportRule.supportsText
69+
5870
# baseline: false
5971
# support:
6072
# chrome: "122"

0 commit comments

Comments
 (0)