Re: [css-align][css-flexbox] conflicting propdefs for alignment properties

On Mon, Apr 13, 2015 at 12:55 PM, Javier Fernandez
<jfernandez@igalia.com> wrote:
> However, I found out another case that perhaps needs further explanations:
>
> * Flexbox:
>   - justify-content
>       + initial: flex-start
>   - align-content
>        + initial: stretch
>
> * Alignment
>   - justify-content
>       + initial: auto -> *Computes* to 'stretch' -> *Behaves* like
> 'flex-start'
>   - align-content
>       + initial: auto -> *Computes* to 'stretch' (Behaves as specified)
>
> So, I understand that we want both properties to have the same computed
> value (stretch) for the initial value ('auto') resolution, but we
> achieve the functionality described in Flexbox using different initial
> values with the *behavior* concept.
>
> Is this correct ? Is this enough clear?

Yes, that's correct.

> I assume that once we can get
> rid of the Flexbox's alignment properties and just refer to the
> Alignment this issues will disappear, but I wonder whether other people
> have concerns as well regarding this.

Depends on what you mean by "go away".  The current text in the
Alignment spec will stay, as it's the behavior we want.

~TJ

Received on Tuesday, 14 April 2015 22:54:48 UTC