Skip to content

Commit 583b2e0

Browse files
authored
Include CSSContainerRule in container queries but override support data (web-platform-dx#556)
Fixes web-platform-dx#546.
1 parent 9c77951 commit 583b2e0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

feature-group-definitions/container-queries.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,23 @@ status:
66
baseline: low
77
baseline_low_date: 2023-02-14
88
support:
9+
# Chrome 105 is an editorial override. The containerName and containerQuery
10+
# CSSOM properties were shipped in Chrome 111, but aren't needed to use the
11+
# feature in the typical way, with `@container` in CSS.
912
chrome: "105"
1013
chrome_android: "105"
1114
edge: "105"
1215
firefox: "110"
1316
firefox_android: "110"
17+
# Safari 16 is an editorial override. The containerName and containerQuery
18+
# CSSOM properties were shipped in Safari 17, but aren't needed to use the
19+
# feature in the typical way, with `@container` in CSS.
1420
safari: "16"
1521
safari_ios: "16"
1622
compat_features:
23+
- api.CSSContainerRule
24+
- api.CSSContainerRule.containerName
25+
- api.CSSContainerRule.containerQuery
1726
- css.at-rules.container
1827
- css.properties.contain
1928
- css.properties.contain.inline-size

0 commit comments

Comments
 (0)