- From: Oriol via GitHub <sysbot+gh@w3.org>
- Date: Sun, 13 Aug 2017 13:03:46 +0000
- To: public-css-archive@w3.org
It's true that appending to the shortest column is a greedy approach to minimize the height of the container. But it also has downsides, e.g. you animate the height of an item a little bit, and bam!, the order of the following items completely changes. It's not a stable layout. Recalculating it all seems more expensive for browsers, and as an user I get confused by these spooky actions at a distance. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/945#issuecomment-322040971 using your GitHub account
Received on Sunday, 13 August 2017 13:03:47 UTC