Skip to content

Commit

Permalink
Tag additional entries for web-features
Browse files Browse the repository at this point in the history
These are cases where the tag already exists in BCD, but additional
entries are being tagged. This is to bring tags in sync with
web-features, so that we can remove compat_keys in most cases.
  • Loading branch information
foolip committed Apr 6, 2024
1 parent e62344a commit 3614e46
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 14 deletions.
9 changes: 9 additions & 0 deletions api/CSSContainerRule.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSSContainerRule",
"spec_url": "https://drafts.csswg.org/css-contain-3/#the-csscontainerrule-interface",
"tags": [
"web-features:container-queries"
],
"support": {
"chrome": {
"version_added": "105"
Expand Down Expand Up @@ -37,6 +40,9 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSSContainerRule/containerName",
"spec_url": "https://drafts.csswg.org/css-contain-3/#dom-csscontainerrule-containername",
"tags": [
"web-features:container-queries"
],
"support": {
"chrome": {
"version_added": "111"
Expand Down Expand Up @@ -71,6 +77,9 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSSContainerRule/containerQuery",
"spec_url": "https://drafts.csswg.org/css-contain-3/#dom-csscontainerrule-containerquery",
"tags": [
"web-features:container-queries"
],
"support": {
"chrome": {
"version_added": "111"
Expand Down
10 changes: 8 additions & 2 deletions api/CSSFontFeatureValuesRule.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:font-variant-alternates"
]
},
"annotation": {
"__compat": {
Expand Down Expand Up @@ -130,7 +133,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:font-variant-alternates"
]
}
},
"ornaments": {
Expand Down
40 changes: 32 additions & 8 deletions css/at-rules/font-feature-values.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:font-variant-alternates"
]
},
"annotation": {
"__compat": {
Expand Down Expand Up @@ -66,7 +69,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:font-variant-alternates"
]
}
},
"character-variant": {
Expand Down Expand Up @@ -100,7 +106,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:font-variant-alternates"
]
}
},
"historical-forms": {
Expand Down Expand Up @@ -133,7 +142,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:font-variant-alternates"
]
}
},
"ornaments": {
Expand Down Expand Up @@ -167,7 +179,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:font-variant-alternates"
]
}
},
"styleset": {
Expand Down Expand Up @@ -201,7 +216,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:font-variant-alternates"
]
}
},
"stylistic": {
Expand Down Expand Up @@ -235,7 +253,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:font-variant-alternates"
]
}
},
"swash": {
Expand Down Expand Up @@ -269,7 +290,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:font-variant-alternates"
]
}
}
}
Expand Down
5 changes: 4 additions & 1 deletion css/properties/animation.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:scroll-driven-animations"
]
}
}
}
Expand Down
5 changes: 4 additions & 1 deletion css/types/length.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:container-queries"
]
}
},
"em": {
Expand Down
5 changes: 4 additions & 1 deletion javascript/builtins/TypedArray.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:array-at"
]
}
},
"buffer": {
Expand Down
5 changes: 4 additions & 1 deletion javascript/operators/super.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"tags": [
"web-features:class-syntax"
]
}
}
}
Expand Down

0 comments on commit 3614e46

Please sign in to comment.