Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[css-properties-values-api] Resolve lengths for <image> values.
Values with <image> syntax can contain lengths, for example:
linear-gradient(red 1em, blue);
  • Loading branch information
andruud committed Jul 11, 2018
commit e01df0d99359cf700aab822b7f2db01f1445ea57
2 changes: 1 addition & 1 deletion css-properties-values-api/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ For &lt;url> values, the computed value is one of the following:

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

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