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

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,
~Daniel

Received on Thursday, 26 June 2014 23:56:10 UTC