From cc76f328764a3cf462e914b3a867fecae7a58f66 Mon Sep 17 00:00:00 2001 From: Brian Birtles Date: Wed, 18 May 2016 13:39:52 +0900 Subject: [PATCH] [css-flexbox] Fix animation type of 'flex-basis' 'width' is not an animation type and quoting width like this links to the width property. --- css-flexbox/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-flexbox/Overview.bs b/css-flexbox/Overview.bs index 3165a2120c0..4b847aec486 100644 --- a/css-flexbox/Overview.bs +++ b/css-flexbox/Overview.bs @@ -1715,7 +1715,7 @@ The 'flex-basis' property Computed value: as specified, with lengths made absolute Percentages: relative to the flex container's inner main size Media: visual - Animation type: as 'width' + Animation type: length, percentage, or calc Advisement: Authors are encouraged to control flexibility using the 'flex' shorthand