Re: [css3-flexbox] Computed value and flex-align/flex-item-align.

On 01/26/2012 08:15 PM, Alex Mogilevsky wrote:
> I can't see any problems with getting 'auto' for
 > alignment, so if we insist on treating that as 'inherit'

Just to be sure we're on the same page -- we're not quite talking about 
treating auto as 'inherit'.

Rather:
* flex-item-align:inherit means "use my parent's flex-item-align value"
* flex-item-align:auto means "use my parent's flex-align value" (NOT its 
flex-item-align value)

So, unlike "inherit", "auto" queries a *different* (but related) property 
on the parent.

~Daniel

Received on Friday, 27 January 2012 04:42:04 UTC