Skip to content

Commit 1cfb996

Browse files
committed
[css-properties-values-api] Specify <string> syntax component name
Fixes #1103
1 parent 808c87a commit 1cfb996

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css-properties-values-api/Overview.bs

Lines changed: 5 additions & 0 deletions
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

@@ -943,6 +946,8 @@ corresponding types accepted by the resulting <a>syntax component</a>.
943946
: "&lt;length-percentage>"
944947
:: Any valid <<length>> or <<percentage>> value, any valid <<calc()>>
945948
expression combining <<length>> and <<percentage>> components.
949+
: "&lt;string>"
950+
:: Any valid <<string>> value
946951
: "&lt;color>"
947952
:: Any valid <<color>> value
948953
: "&lt;image>"

0 commit comments

Comments
 (0)