Skip to content

Commit b9b5408

Browse files
foolipcaugner
andauthored
Apply suggestions from code review
Co-authored-by: Claas Augner <[email protected]>
1 parent 8aaa26b commit b9b5408

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

css/types/sibling-count.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"types": {
44
"sibling-count": {
55
"__compat": {
6+
"description": "`sibling-count()`",
67
"spec_url": "https://drafts.csswg.org/css-values-5/#funcdef-sibling-count",
78
"support": {
89
"chrome": {
@@ -11,7 +12,8 @@
1112
"chrome_android": "mirror",
1213
"edge": "mirror",
1314
"firefox": {
14-
"version_added": false
15+
"version_added": false,
16+
"impl_url": "https://bugzil.la/1953973"
1517
},
1618
"firefox_android": "mirror",
1719
"ie": {

css/types/sibling-index.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"types": {
44
"sibling-index": {
55
"__compat": {
6+
"description": "`sibling-index()`",
67
"spec_url": "https://drafts.csswg.org/css-values-5/#funcdef-sibling-index",
78
"support": {
89
"chrome": {
@@ -11,7 +12,8 @@
1112
"chrome_android": "mirror",
1213
"edge": "mirror",
1314
"firefox": {
14-
"version_added": false
15+
"version_added": false,
16+
"impl_url": "https://bugzil.la/1953973"
1517
},
1618
"firefox_android": "mirror",
1719
"ie": {

0 commit comments

Comments
 (0)