Re: [css-align] vertical-align:baseline

On Mon, Feb 3, 2014 at 10:38 PM, Andrew Fedoniouk
<news@terrainformatica.com> wrote:
> So for horizontal inline-flex elements 'align-content:auto'
> shall mean 'align-content:baseline' if that element has
> vertical-align:baseline defined.
>
> No?

No, it means what it says in the spec:
<http://dev.w3.org/csswg/css-align/#content-distribution>

# All values other than ‘auto’ force the block container to
# establish a new formatting context. ... ‘auto’ otherwise
# behaves as ‘start’.

~TJ

Received on Tuesday, 4 February 2014 19:18:59 UTC