From 1cfb99605da16c74c393851c52352d9f4cbebb74 Mon Sep 17 00:00:00 2001 From: Zach Hoffman Date: Thu, 3 Aug 2023 04:42:42 -0600 Subject: [PATCH] [css-properties-values-api] Specify syntax component name Fixes #1103 --- css-properties-values-api/Overview.bs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css-properties-values-api/Overview.bs b/css-properties-values-api/Overview.bs index 78ef19a3..64859d9a 100644 --- a/css-properties-values-api/Overview.bs +++ b/css-properties-values-api/Overview.bs @@ -236,6 +236,9 @@ and "<percentage>" values: (such as a [=math function=]), the computed value is defined by that function. +For "<string>" values, +the computed value is as specified. + For "<color>" values, the value is computed by [=resolving color values=]. @@ -943,6 +946,8 @@ corresponding types accepted by the resulting syntax component. : "<length-percentage>" :: Any valid <> or <> value, any valid <> expression combining <> and <> components. +: "<string>" +:: Any valid <> value : "<color>" :: Any valid <> value : "<image>"