Skip to content

Commit 4b29e6e

Browse files
committed
x
1 parent cb83e30 commit 4b29e6e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

css3-multicol/Overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929

3030
<h1>CSS Multi-column Layout Module</h1>
3131

32-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 8 February 2011</h2>
32+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 1 March 2011</h2>
3333

3434
<dl>
3535
<dt>This version:
3636

3737
<dd>
38-
<!--<a href="http://www.w3.org/TR/2011/CR-css3-multicol-20110208">http://www.w3.org/TR/2011/ED-css3-multicol-20110208</a>-->
38+
<!--<a href="http://www.w3.org/TR/2011/CR-css3-multicol-20110301">http://www.w3.org/TR/2011/ED-css3-multicol-20110301</a>-->
3939
<a
4040
href="http://dev.w3.org/csswg/css3-multicol/">http://dev.w3.org/csswg/css3-multicol/</a>
4141

@@ -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) + 1;
980+
(24) N := floor(available-width/column-gap);
981981
(25) W := (available-width - ((N - 1) * column-gap))/N;
982982
(26) fi
983983
(27) elsif (column-count = auto) then
@@ -2194,10 +2194,10 @@ <h3 class=no-num id=normative-references>Normative references</h3>
21942194
<dt id=CSS21>[CSS21]
21952195

21962196
<dd>Bert Bos; et al. <a
2197-
href="http://www.w3.org/TR/2009/CR-CSS2-20090908"><cite>Cascading Style
2198-
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 8 September
2199-
2009. W3C Candidate Recommendation. (Work in progress.) URL: <a
2200-
href="http://www.w3.org/TR/2009/CR-CSS2-20090908">http://www.w3.org/TR/2009/CR-CSS2-20090908</a>
2197+
href="http://www.w3.org/TR/2010/WD-CSS2-20101207"><cite>Cascading Style
2198+
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 December
2199+
2010. W3C Working Draft. (Work in progress.) URL: <a
2200+
href="http://www.w3.org/TR/2010/WD-CSS2-20101207">http://www.w3.org/TR/2010/WD-CSS2-20101207</a>
22012201
</dd>
22022202
<!---->
22032203

0 commit comments

Comments
 (0)