File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
css-properties-values-api Expand file tree Collapse file tree 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:
236236 (such as a [=math function=] ),
237237 the computed value is defined by that function.
238238
239+ For <code> "<string>"</code> values,
240+ the computed value is as specified.
241+
239242For <code> "<color>"</code> values,
240243the value is computed by [=resolving color values=] .
241244
@@ -943,6 +946,8 @@ corresponding types accepted by the resulting <a>syntax component</a>.
943946: "<length-percentage>"
944947:: Any valid <<length>> or <<percentage>> value, any valid <<calc()>>
945948 expression combining <<length>> and <<percentage>> components.
949+ : "<string>"
950+ :: Any valid <<string>> value
946951: "<color>"
947952:: Any valid <<color>> value
948953: "<image>"
You can’t perform that action at this time.
0 commit comments