Re: [css3-flexbox] spec review notes

On Mon, Jan 30, 2012 at 11:54 AM, Alex Mogilevsky <alexmog@microsoft.com>wrote:

> >From: Tab Atkins Jr. [mailto:jackalmage@gmail.com]
> >Sent: Monday, January 30, 2012 10:14 AM
> >>     # By using a vertical flexbox and ‘flex-align’, we can emulate the
> >> functionality of HTML's <center> element:
> >>
> >> Actually not exactly, "flex-align:center" is "true center", right?
> >
> >Sure, it's not exact, but it's pretty close.
>
> Ok, it's awesome that we finally have a way to implement <center>!
> It would be more correct to say "behavior similar to the deprecated
> <center> element"


I thought we decided that flex-align:center would be the usual, broken CSS
centering and that we'd try to add a new value for true centering that
could be used by both flex-align and text-align. Or am I confusing which
centering is "true" centering?

Received on Monday, 30 January 2012 22:00:23 UTC