Re: [csswg-drafts] [css-sizing][css-multicol] taking into account column-gap in min-content inline size

> Similarly, I think
> 
>     The min-content inline size of a multi-column element with a 
computed column-width not auto is the smaller of its column-width and 
the largest min-content inline-size contribution of its contents.
> 
> should be
> 
>     The min-content inline size of a multi-column element with a 
computed column-width not auto is the smaller of its column-width and 
the largest min-content inline-size contribution of its contents, 
multiplied by by its column-count (treating auto as 1), plus the 
column-gap multiplied by column-count minus 1.

Actually, scrap that, this part is wrong. The rest still stands.

-- 
GitHub Notification of comment by frivoal
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/163#issuecomment-223504695 
using your GitHub account

Received on Friday, 3 June 2016 06:54:19 UTC