Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
spec:css-flexbox-2 [2015/06/17 17:29] – Collapsible items tabatkinsspec:css-flexbox-2 [2015/07/17 13:20] – alternate solution to a problem fantasai
Line 1: Line 1:
-  * Solve the "items on the last line get way too big when you're flexing" problem.  More generally, "make items have a consistent flexed size, regardless of how much extra space is on each line" Possible solution - fill out the last line with "phantom copies" of the last item, flex with them in, then remove them.+  * Solve the "items on the last line get way too big when you're flexing" problem.  More generally, "make items have a consistent flexed size, regardless of how much extra space is on each line" 
 +    * Possible solution - fill out the last line with "phantom copies" of the last item, flex with them in, then remove them
 +    * Possible solution - calculate minimum values of 1fr and alignment free space across the entire flexbox (instead of per-line) and use that.
   * Flex line balancing.   * Flex line balancing.
   * Tight packing - if items don't fit on one line, try to pack them again with their min-content size instead, causing line wraps inside the item before wrapping the flex line (good for toolbars).   * Tight packing - if items don't fit on one line, try to pack them again with their min-content size instead, causing line wraps inside the item before wrapping the flex line (good for toolbars).
 
spec/css-flexbox-2.txt · Last modified: 2015/11/30 11:53 by tabatkins
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki