The pseudo-algorithm [1] to detemine the number width of columns currently prescribes: width: 100px; column-gap: 49px; column-count: 3 /* results in 3 columns of 0.66px each */ width: 100px; column-gap: 50px; column-count: 3 /* results in 2 columns of 0px each */ width: 100px; column-gap: 51px; column-count: 3 /* results in 1 column of 100px */ The very narrow columns are problematic. Implementors may impose minimium column widths. Unless the specification gives guidance on what the minimum width should be, we are likely to see different solutions. [1] http://dev.w3.org/csswg/css3-multicol/#pseudo-algorithm Suggestions welcome. -h&kon Håkon Wium Lie CTO °þe®ª howcome@opera.com http://people.opera.com/howcomeReceived on Friday, 26 November 2010 13:19:44 UTC
This archive was generated by hypermail 2.4.0 : Friday, 25 March 2022 10:07:53 UTC