Skip to content

Commit cf170cc

Browse files
foolipcaugner
andauthored
Chrome 138 adds CSS sibling-count() and sibling-index() (#27019)
* Add sibling-count() and sibling-index() The data was collected from Chrome 137 (stable) and 138 (beta) using new tests in the collector: openwebdocs/mdn-bcd-collector#2453 These will be a single feature in web-features, so the same tag is used. * Update sibling-count.json * Update sibling-index.json * Update sibling-count.json * Update sibling-index.json * Apply suggestions from code review Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com> --------- Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
1 parent 90bf194 commit cf170cc

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed

css/types/sibling-count.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"css": {
3+
"types": {
4+
"sibling-count": {
5+
"__compat": {
6+
"description": "`sibling-count()`",
7+
"spec_url": "https://drafts.csswg.org/css-values-5/#funcdef-sibling-count",
8+
"support": {
9+
"chrome": {
10+
"version_added": "138"
11+
},
12+
"chrome_android": "mirror",
13+
"edge": "mirror",
14+
"firefox": {
15+
"version_added": false,
16+
"impl_url": "https://bugzil.la/1953973"
17+
},
18+
"firefox_android": "mirror",
19+
"ie": {
20+
"version_added": false
21+
},
22+
"oculus": "mirror",
23+
"opera": "mirror",
24+
"opera_android": "mirror",
25+
"safari": {
26+
"version_added": false
27+
},
28+
"safari_ios": "mirror",
29+
"samsunginternet_android": "mirror",
30+
"webview_android": "mirror",
31+
"webview_ios": "mirror"
32+
},
33+
"status": {
34+
"experimental": true,
35+
"standard_track": true,
36+
"deprecated": false
37+
}
38+
}
39+
}
40+
}
41+
}
42+
}

css/types/sibling-index.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"css": {
3+
"types": {
4+
"sibling-index": {
5+
"__compat": {
6+
"description": "`sibling-index()`",
7+
"spec_url": "https://drafts.csswg.org/css-values-5/#funcdef-sibling-index",
8+
"support": {
9+
"chrome": {
10+
"version_added": "138"
11+
},
12+
"chrome_android": "mirror",
13+
"edge": "mirror",
14+
"firefox": {
15+
"version_added": false,
16+
"impl_url": "https://bugzil.la/1953973"
17+
},
18+
"firefox_android": "mirror",
19+
"ie": {
20+
"version_added": false
21+
},
22+
"oculus": "mirror",
23+
"opera": "mirror",
24+
"opera_android": "mirror",
25+
"safari": {
26+
"version_added": false
27+
},
28+
"safari_ios": "mirror",
29+
"samsunginternet_android": "mirror",
30+
"webview_android": "mirror",
31+
"webview_ios": "mirror"
32+
},
33+
"status": {
34+
"experimental": true,
35+
"standard_track": true,
36+
"deprecated": false
37+
}
38+
}
39+
}
40+
}
41+
}
42+
}

0 commit comments

Comments
 (0)