From c8bd7142acafc876bf4463b07f19db98d939ce3d Mon Sep 17 00:00:00 2001 From: Boris Chiou Date: Tue, 13 Aug 2019 15:44:24 -0700 Subject: [PATCH] [css-transforms-2] Use reference-box for translate property. Fixes #4193. --- css-transforms-2/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-transforms-2/Overview.bs b/css-transforms-2/Overview.bs index 7f5415870a5..ebdaf8c1b6a 100644 --- a/css-transforms-2/Overview.bs +++ b/css-transforms-2/Overview.bs @@ -552,7 +552,7 @@ Value: none | <> [ <> <>? ]? Initial: none Applies to: transformable elements Inherited: no -Percentages: relative to the width of the containing block (for the first value) or the height (for the second value) +Percentages: relative to the width of the reference box (for the first value) or the height (for the second value) Computed Value: the keyword ''translate/none'' or a pair of computed <> values and optionally an absolute length Animation type: by computed value, adding a third ''0'' value if needed to match components, but see below for ''translate/none''