From d1d7321efff2b284f846d8cb8c94a83f94cd9732 Mon Sep 17 00:00:00 2001 From: Brian Thomas Smith Date: Fri, 13 Dec 2024 10:27:03 +0100 Subject: [PATCH] chore(css): calc-constant renamed to calc-keyword --- features/calc-constants.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/calc-constants.yml b/features/calc-constants.yml index f9b5997c34c..f1be63e2c17 100644 --- a/features/calc-constants.yml +++ b/features/calc-constants.yml @@ -1,4 +1,4 @@ -name: calc() constants -description: The `e`, `pi`, `infinity`, and `NaN` constants are accepted in CSS math functions such as `calc()`. +name: calc() keywords +description: The `e`, `pi`, `infinity`, and `NaN` keywords represent well-defined constants accepted in CSS math functions such as `calc()`. spec: https://drafts.csswg.org/css-values-4/#calc-keywords group: css