File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
feature-group-definitions Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,23 @@ status:
6
6
baseline : low
7
7
baseline_low_date : 2023-02-14
8
8
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.
9
12
chrome : " 105"
10
13
chrome_android : " 105"
11
14
edge : " 105"
12
15
firefox : " 110"
13
16
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.
14
20
safari : " 16"
15
21
safari_ios : " 16"
16
22
compat_features :
23
+ - api.CSSContainerRule
24
+ - api.CSSContainerRule.containerName
25
+ - api.CSSContainerRule.containerQuery
17
26
- css.at-rules.container
18
27
- css.properties.contain
19
28
- css.properties.contain.inline-size
You can’t perform that action at this time.
0 commit comments