Skip to content

Commit 7da8ff2

Browse files
committed
Merge pull request #122 from w3c/birtles/fix-flex-basis-animation-type
[css-flexbox] Fix animation type of 'flex-basis'
2 parents 2506a24 + cc76f32 commit 7da8ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-flexbox/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1715,7 +1715,7 @@ The 'flex-basis' property</h4>
17151715
Computed value: as specified, with lengths made absolute
17161716
Percentages: relative to the <a>flex container's</a> inner <a>main size</a>
17171717
Media: visual
1718-
Animation type: as 'width'
1718+
Animation type: length, percentage, or calc
17191719
</pre>
17201720

17211721
Advisement: Authors are encouraged to control flexibility using the 'flex' shorthand

0 commit comments

Comments
 (0)