Skip to content

Commit b8ff3ab

Browse files
authored
[css-properties-values-api] Specify <string> syntax component name (#1104)
Fixes #1103
1 parent 13c9a01 commit b8ff3ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css-properties-values-api/Overview.bs

+5
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ and <code>"&lt;percentage>"</code> values:
236236
(such as a [=math function=]),
237237
the computed value is defined by that function.
238238

239+
For <code>"&lt;string>"</code> values,
240+
the computed value is as specified.
241+
239242
For <code>"&lt;color>"</code> values,
240243
the value is computed by resolving color values,
241244
per [[css-color-4#resolving-color-values]].
@@ -944,6 +947,8 @@ corresponding types accepted by the resulting <a>syntax component</a>.
944947
: "&lt;length-percentage>"
945948
:: Any valid <<length>> or <<percentage>> value, any valid <<calc()>>
946949
expression combining <<length>> and <<percentage>> components.
950+
: "&lt;string>"
951+
:: Any valid <<string>> value
947952
: "&lt;color>"
948953
:: Any valid <<color>> value
949954
: "&lt;image>"

0 commit comments

Comments
 (0)