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>"