[csswg-drafts] [css-flexbox] Incorrect initial values (#3636)

ewilligers has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-flexbox] Incorrect initial values ==
[CSS Flexible Box Layout Module Level 1](https://drafts.csswg.org/css-flexbox-1/#propdef-align-content) states that the initial value for `align-content` is `stretch`. Browsers and [CSS Box Alignment Module Level 3](https://drafts.csswg.org/css-align-3/#align-justify-content) give the initial value as 'normal'.

[CSS Flexible Box Layout Module Level 1](https://drafts.csswg.org/css-flexbox-1/#propdef-align-items) states that the initial value for `align-items` is `stretch`. Browsers and [CSS Box Alignment Module Level 3](https://drafts.csswg.org/css-align-3/#propdef-align-items) give the initial value as 'normal'.

[CSS Flexible Box Layout Module Level 1](https://drafts.csswg.org/css-flexbox-1/#propdef-justify-content)  states that the initial value for `justify-content` is `flex-start`. Browsers and [CSS Box Alignment Module Level 3](https://drafts.csswg.org/css-align-3/#align-justify-content) give the initial value as 'normal'.



Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3636 using your GitHub account

Received on Friday, 8 February 2019 13:03:57 UTC