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,
241244per [[css-color-4#resolving-color-values]] .
@@ -944,6 +947,8 @@ corresponding types accepted by the resulting <a>syntax component</a>.
944947: "<length-percentage>"
945948:: Any valid <<length>> or <<percentage>> value, any valid <<calc()>>
946949 expression combining <<length>> and <<percentage>> components.
950+ : "<string>"
951+ :: Any valid <<string>> value
947952: "<color>"
948953:: Any valid <<color>> value
949954: "<image>"
You can’t perform that action at this time.
0 commit comments