File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030 < h1 > CSS Multi-column Layout Module</ h1 >
3131
32- < h2 class ="no-num no-toc " id =w3c-working > Editor's Draft 4 November 2010 </ h2 >
32+ < h2 class ="no-num no-toc " id =w3c-working > Editor's Draft 8 February 2011 </ h2 >
3333
3434 < dl >
3535 < dt > This version:
3636
3737 < dd >
38- <!--<a href="http://www.w3.org/TR/2010 /CR-css3-multicol-20101104 ">http://www.w3.org/TR/2010 /ED-css3-multicol-20101104 </a>-->
38+ <!--<a href="http://www.w3.org/TR/2011 /CR-css3-multicol-20110208 ">http://www.w3.org/TR/2011 /ED-css3-multicol-20110208 </a>-->
3939 < a
4040 href ="http://dev.w3.org/csswg/css3-multicol/ "> http://dev.w3.org/csswg/css3-multicol/</ a >
4141
@@ -58,7 +58,7 @@ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 4 November 2010</h2>
5858 <!--begin-copyright-->
5959 < p class =copyright > < a
6060 href ="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright "
61- rel =license > Copyright</ a > © 2010 < a
61+ rel =license > Copyright</ a > © 2011 < a
6262 href ="http://www.w3.org/ "> < acronym title ="World Wide Web
6363 Consortium "> W3C</ acronym > </ a > < sup > ®</ sup > (< a
6464 href ="http://www.csail.mit.edu/ "> < acronym title ="Massachusetts Institute
@@ -977,7 +977,7 @@ <h3 id=pseudo-algorithm><span class=secno>3.4. </span>Pseudo-algorithm</h3>
977977(21) N := 1;
978978(22) W := available-width;
979979(23) else
980- (24) N := floor(available-width/column-gap);
980+ (24) N := floor(available-width/column-gap) + 1 ;
981981(25) W := (available-width - ((N - 1) * column-gap))/N;
982982(26) fi
983983(27) elsif (column-count = auto) then
You can’t perform that action at this time.
0 commit comments