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).