[Webkit-unassigned] [Bug 148645] [CSS Grid Layout] Layout is wrong for flex factor sum between 0 and 1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 31 13:52:57 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=148645

--- Comment #1 from Javier Fernandez <jfernandez at igalia.com> ---
In particular, the correct result is achieved by <https://drafts.csswg.org/css-grid/#algo-find-fr-size>, step 2, second sentence. If you don't do this, you'll normalize sums less than 1.

This is necessary to do for the same reason as it is in Flexbox - to make transitions/animations work correctly and smoothly to/from 0.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150831/44a5a4f1/attachment.html>


More information about the webkit-unassigned mailing list