Re: [css-flexbox] Typo in index: double-comma in "value for min-width,, min-height"

On Thu, Jun 26, 2014 at 4:55 PM, Daniel Holbert <dholbert@mozilla.com> wrote:
> Hi Tab,
>
> I just ran across a typo in the index in the flexbox ED:
> http://dev.w3.org/csswg/css-flexbox/#index
>   # auto
>   #   value for min-width,, min-height, 4.5
>
> The double-comma after "min-width" there looks wrong.
>
> I think the problem is that the following line of Overview.bs has a
> hard-coded comma, when it should not:
>  <dl dfn-type=value dfn-for="min-width, min-height">
> https://dvcs.w3.org/hg/csswg/annotate/488058ee161d/css-flexbox/Overview.bs#l881
>
> I'm guessing there shouldn't be a comma there, based on this line later
> in Overview.bs:
>  <dl dfn-type=value dfn-for="align-items align-self">
> https://dvcs.w3.org/hg/csswg/annotate/488058ee161d/css-flexbox/Overview.bs#l1925

Thanks, fixed.

~TJ

Received on Friday, 27 June 2014 00:03:58 UTC