[Bug 17548] New: spec says min-width/height:auto is "To provide a more reasonable default minimum size for flex containers" -- it means items, not containers

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

           Summary: spec says min-width/height:auto is "To provide a more
                    reasonable default minimum size for flex containers"
                    -- it means items, not containers
           Product: CSS
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Flexbox
        AssignedTo: jackalmage@gmail.com
        ReportedBy: dholbert@mozilla.com
         QAContact: public-css-bugzilla@w3.org
                CC: fantasai.bugs@inkedblade.net, dbaron@dbaron.org,
                    alexmog@microsoft.com


The flexbox spec currently says
{
4.4. Implied Minimum Size of Flex Items
To provide a more reasonable default minimum size for flex containers, this
specification introduces a new ‘auto’ value ...
}

This text is misleading. The new "auto" value has no effect on the default
minimum size of flex _containers_. Instead, it changes the default minimimum
size of flex _items_.

So: I think this chunk just wants s/containers/items/.

-- 
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, 19 June 2012 19:38:35 UTC