From c15c453fcb6129bed25eea25e9a173e871f667e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Fern=C3=A1ndez=20Garc=C3=ADa-Boente?= Date: Tue, 25 Nov 2025 10:33:23 +0100 Subject: [PATCH] The @keyframs-name style rule should not allow empty . --- css-animations-1/Overview.bs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css-animations-1/Overview.bs b/css-animations-1/Overview.bs index 3408c98121d8..1e441c74623c 100644 --- a/css-animations-1/Overview.bs +++ b/css-animations-1/Overview.bs @@ -228,6 +228,8 @@ Declaring Keyframes the names are fully case-sensitive; two names are equal only if they are codepoint-by-codepoint equal. The <> additionally excludes the ''animation-name/none'' keyword. + The empty <> should be parsed as invalid, any other should be serialized as <> + when possible, or as <> otherwise (eg, CSS Wide Keywords).
For example, the following two ''@keyframes'' rules have the same name,