From e01df0d99359cf700aab822b7f2db01f1445ea57 Mon Sep 17 00:00:00 2001 From: Anders Hartvoll Ruud Date: Wed, 11 Jul 2018 10:04:09 +0200 Subject: [PATCH] [css-properties-values-api] Resolve lengths for values. Values with syntax can contain lengths, for example: linear-gradient(red 1em, blue); --- css-properties-values-api/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-properties-values-api/Overview.bs b/css-properties-values-api/Overview.bs index 5dd3c86b..719949d5 100644 --- a/css-properties-values-api/Overview.bs +++ b/css-properties-values-api/Overview.bs @@ -417,7 +417,7 @@ For <url> values, the computed value is one of the following: For <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 <number> and <percentage> values which are not calc expressions, the computed value is as specified. Calc expressions that are