File tree 1 file changed +5
-0
lines changed
css-properties-values-api
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -236,6 +236,9 @@ and <code>"<percentage>"</code> values:
236
236
(such as a [=math function=] ),
237
237
the computed value is defined by that function.
238
238
239
+ For <code> "<string>"</code> values,
240
+ the computed value is as specified.
241
+
239
242
For <code> "<color>"</code> values,
240
243
the value is computed by resolving color values,
241
244
per [[css-color-4#resolving-color-values]] .
@@ -944,6 +947,8 @@ corresponding types accepted by the resulting <a>syntax component</a>.
944
947
: "<length-percentage>"
945
948
:: Any valid <<length>> or <<percentage>> value, any valid <<calc()>>
946
949
expression combining <<length>> and <<percentage>> components.
950
+ : "<string>"
951
+ :: Any valid <<string>> value
947
952
: "<color>"
948
953
:: Any valid <<color>> value
949
954
: "<image>"
You can’t perform that action at this time.
0 commit comments