[Bug 16991] New: "flex-basis:auto" should be max-content, not fit-content

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16991

           Summary: "flex-basis:auto" should be max-content, not
                    fit-content
           Product: CSS
           Version: unspecified
          Platform: PC
               URL: http://lists.w3.org/Archives/Public/www-style/2012May/
                    0292.html
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Flexbox
        AssignedTo: jackalmage@gmail.com
        ReportedBy: alexmog@microsoft.com
         QAContact: public-css-bugzilla@w3.org
                CC: dbaron@dbaron.org, alexmog@microsoft.com


in step 9.2.3 "Determine the hypothetical main size of each item", 'auto'
should be treated as 'max-content'

"available space" within flexbox is not really what is available to each item,
unless it is a single-item row-direction flexbox. Clipping to that seems
random, it loses valuable sizing information.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 8 May 2012 03:00:20 UTC