Re: [css3-flexbox] computing "float" and "clear" on children of a flexbox

On Tue, Jan 24, 2012 at 6:34 PM, Daniel Holbert <dholbert@mozilla.com> wrote:
> This is because the definition of
> "flexbox item" involves more than the style tree -- it depends on whether
> the target element is "atomic" (e.g. a replaced element).

Note that while replaced inlines are "atomic inlines", they're not the
only thing that matches the term.  Any element that participates in
inline layout but doesn't let its children do so is an atomic inline,
such as inline-block elements.

~TJ

Received on Wednesday, 25 January 2012 18:53:01 UTC