[css3-multicol] Error in latest pseudo-algorithm

I implemented the new pseudo-algorithm in the latest draft of CSS3 multi-column and we ended up running into a divide-by-zero issue.  The error is on line 20.  It needs a max(1, ....) just like line 16 has to avoid setting N to 0.

dave
(hyatt@apple.com)

Received on Monday, 11 April 2011 20:05:13 UTC