Skip to content

Commit f7472af

Browse files
andruudtabatkins
authored andcommitted
[css-properties-values-api] Resolve lengths for <image> values. (#780)
Values with <image> syntax can contain lengths, for example: linear-gradient(red 1em, blue);
1 parent 6fd40ed commit f7472af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-properties-values-api/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ For &lt;url> values, the computed value is one of the following:
417417

418418
For &lt;image> values, the computed value is as specified, except that relative
419419
URLs that appear in the value are resolved to absolute URLs as described in
420-
[[!css3-values]].
420+
[[!css3-values]], and all lengths are resolved to their computed values.
421421

422422
For &lt;number> and &lt;percentage> values which are not calc expressions, the
423423
computed value is as specified. Calc expressions that are

0 commit comments

Comments
 (0)