- From: Morten Stenshorne <mstensho@opera.com>
- Date: Thu, 23 May 2013 11:53:26 +0200
- To: www-style@w3.org
http://dev.w3.org/csswg/css-sizing/#multicol-intrinsic It says: The min-content measure of a multi-column element with a computed ‘column-width’ of ‘auto’ is the largest min-measure contribution of its contents multiplied by its ‘column-count’ (treating ‘auto’ as ‘1’). Aren't we forgetting the column gaps here? Also, column-count cannot be auto, since column-width is auto too. I'd expect something like: The min-content measure of a multi-column element with a computed ‘column-width’ of ‘auto’ is the largest min-measure contribution of its contents multiplied by its ‘column-count’, with the accumulated width occupied by all the gaps between the columns added to that number (('column-count' - 1) multiplied with used 'column-gap'). Similar issue with the paragraph following it (calculating max-content measure when 'column-count' is non-auto). -- ---- Morten Stenshorne, developer, Opera Software ASA ---- ---- Office: +47 23692400 ------ Mobile: +47 93440112 ---- ------------------ http://www.opera.com/ -----------------
Received on Thursday, 23 May 2013 09:53:54 UTC