Re: [css3-flexbox] Typos in updated flexbox spec

On Wed, Sep 7, 2011 at 2:28 PM, Tab Atkins Jr. <jackalmage@gmail.com> wrote:

> On Wed, Sep 7, 2011 at 1:51 PM, Daniel Holbert <dholbert@mozilla.com>
> wrote:>> 5.2. Cross Axis Alignment: the ‘flex-align’ property
> > [...]
> >> Value:        start | end | center | baseline | stretch
> > [...]
> >> [definitions of values' meaning, including "before",
> >> "after", "middle", "baseline", "stretch"]
> >
> > The labels "before"/"after"/"middle" in the value definitions here don't
> > match the labels in the "Values:" line.
>
> Hmm, dunno how I missed that.  Changed them to start/end/center as
> they should be.


A couple more nits:
- There's an example in section 2 that uses flex-align: middle. It should
also be changed to center.
- In section 6.1, the initial value of flex-line-pack is 'before', which
isn't one of the possible values.

tony

Received on Wednesday, 7 September 2011 22:11:06 UTC