[css3-flexbox] Typo: "must be specified with a unit" seems to exclude keywords as flex-basis values

Nit: the chunk of spec text describing the "flex-basis" component of the
flex shorthand currently says:

  # The <'flex-basis'> component must be specified with a unit.
  http://dev.w3.org/csswg/css3-flexbox/#flex-basis

Of course, this isn't true (and makes no sense) for keywords like "auto"
or "fit-content".  These keywords do *not* include a unit, but we still
want them to be valid as the <'flex-basis'> component.

This sentence probably wants something at the beginning like "Numeric
values for..." or (more precisely) "Zero values for...", or some other
equivalent wordsmithing.

Thanks,
~Daniel

Received on Tuesday, 5 June 2012 21:49:07 UTC