Skip to content

Commit b583bd5

Browse files
committed
[css-properties-values-api] correct computation for transform functions.
1 parent 67ebf96 commit b583bd5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

css-properties-values-api/Overview.bs

+6-3
Original file line numberDiff line numberDiff line change
@@ -413,14 +413,17 @@ For <length-percentage> values, the computed value is one of the following:
413413
length expressed in pixels, and a percentage value.
414414

415415
For <custom-ident>, ident, <color>, <image>, <url>, <integer>,
416-
<angle>, <time>, <resolution>, <transform-function> or "*" values, the
417-
computed value is identical to the specified value.
416+
<angle>, <time>, <resolution> or "*" values, the
417+
computed value is as specified.
418418

419419
For <number> and <percentage> values which are not calc expressions, the
420-
computed value is identical to the specified value. Calc expressions that are
420+
computed value is as specified. Calc expressions that are
421421
<number> and <percentage> values get reduced during computation to simple
422422
numbers and percentages respectively.
423423

424+
For <transform-function> values, the computed value is as specified but with
425+
all lengths resolved to their computed values.
426+
424427
For values specified by a syntax string that include "|" clauses, the computed
425428
value is given by applying the calculation rules for the first clause that
426429
matches to the specified value.

0 commit comments

Comments
 (0)