Skip to content

Commit 1d69131

Browse files
authored
Rename css.types.calc-constant to css.types.calc-keyword (#25395)
* calc-constant renamed to calc-keyword * calc-constant renamed to calc-keyword
1 parent ee05bd5 commit 1d69131

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css/types/calc-constant.json renamed to css/types/calc-keyword.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"css": {
33
"types": {
4-
"calc-constant": {
4+
"calc-keyword": {
55
"__compat": {
6-
"description": "`<calc-constant>`",
7-
"spec_url": "https://drafts.csswg.org/css-values/#calc-constants",
6+
"description": "`<calc-keyword>`",
7+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/calc-keyword",
8+
"spec_url": "https://drafts.csswg.org/css-values/#typedef-calc-keyword",
89
"tags": [
910
"web-features:calc-constants"
1011
],

0 commit comments

Comments
 (0)