From b858fa2e7ff3aa4986e22459f5f6830496d6a2de Mon Sep 17 00:00:00 2001 From: Guillaume Date: Tue, 3 Sep 2024 09:58:31 +0200 Subject: [PATCH] [css-color-4] Clarify intended use of the parse a CSS algorithm --- css-color-4/Overview.bs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css-color-4/Overview.bs b/css-color-4/Overview.bs index 8f01a31ac79..f9f6e3d74f2 100644 --- a/css-color-4/Overview.bs +++ b/css-color-4/Overview.bs @@ -1221,6 +1221,13 @@ Parsing a <> Value 4. Return |used color|. +Note: This algorithm is not intented +to parse a CSS <> value +specified in a CSS stylesheet +or with a CSSOM interface, +but in other places +like HTML attributes or Canvas interfaces. +