From 9168970db13106c0c99b06f71f5c6a9917344bb3 Mon Sep 17 00:00:00 2001 From: Brian Thomas Smith Date: Tue, 10 Dec 2024 21:53:01 +0100 Subject: [PATCH 1/2] calc-constant renamed to calc-keyword --- .../{calc-constant.json => calc-keyword.json} | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) rename css/types/{calc-constant.json => calc-keyword.json} (93%) diff --git a/css/types/calc-constant.json b/css/types/calc-keyword.json similarity index 93% rename from css/types/calc-constant.json rename to css/types/calc-keyword.json index a0039c2105abf2..105fb8d15833ee 100644 --- a/css/types/calc-constant.json +++ b/css/types/calc-keyword.json @@ -1,12 +1,13 @@ { "css": { "types": { - "calc-constant": { + "calc-keyword": { "__compat": { - "description": "`<calc-constant>`", - "spec_url": "https://drafts.csswg.org/css-values/#calc-constants", + "description": "`<calc-keyword>`", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/calc-keyword", + "spec_url": "https://drafts.csswg.org/css-values/#calc-syntax", "tags": [ - "web-features:calc-constants" + "web-features:calc-keywords" ], "support": { "chrome": { @@ -42,7 +43,7 @@ "__compat": { "description": "`NaN` constant", "tags": [ - "web-features:calc-constants" + "web-features:calc-keywords" ], "support": { "chrome": { @@ -79,7 +80,7 @@ "__compat": { "description": "`e` constant", "tags": [ - "web-features:calc-constants" + "web-features:calc-keywords" ], "support": { "chrome": { @@ -116,7 +117,7 @@ "__compat": { "description": "`infinity` and `-infinity` constants", "tags": [ - "web-features:calc-constants" + "web-features:calc-keywords" ], "support": { "chrome": { @@ -153,7 +154,7 @@ "__compat": { "description": "`pi` constant", "tags": [ - "web-features:calc-constants" + "web-features:calc-keywords" ], "support": { "chrome": { From 93b51b7da6ba35d3d531506678148264cd38a1a8 Mon Sep 17 00:00:00 2001 From: Brian Thomas Smith Date: Tue, 10 Dec 2024 21:58:07 +0100 Subject: [PATCH 2/2] calc-constant renamed to calc-keyword --- css/types/calc-keyword.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/types/calc-keyword.json b/css/types/calc-keyword.json index 105fb8d15833ee..3a7847c8318cd9 100644 --- a/css/types/calc-keyword.json +++ b/css/types/calc-keyword.json @@ -5,9 +5,9 @@ "__compat": { "description": "`<calc-keyword>`", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/calc-keyword", - "spec_url": "https://drafts.csswg.org/css-values/#calc-syntax", + "spec_url": "https://drafts.csswg.org/css-values/#typedef-calc-keyword", "tags": [ - "web-features:calc-keywords" + "web-features:calc-constants" ], "support": { "chrome": { @@ -43,7 +43,7 @@ "__compat": { "description": "`NaN` constant", "tags": [ - "web-features:calc-keywords" + "web-features:calc-constants" ], "support": { "chrome": { @@ -80,7 +80,7 @@ "__compat": { "description": "`e` constant", "tags": [ - "web-features:calc-keywords" + "web-features:calc-constants" ], "support": { "chrome": { @@ -117,7 +117,7 @@ "__compat": { "description": "`infinity` and `-infinity` constants", "tags": [ - "web-features:calc-keywords" + "web-features:calc-constants" ], "support": { "chrome": { @@ -154,7 +154,7 @@ "__compat": { "description": "`pi` constant", "tags": [ - "web-features:calc-keywords" + "web-features:calc-constants" ], "support": { "chrome": {