- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Mar 2011 18:30:46 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-multicol
In directory hutz:/tmp/cvs-serv11411
Modified Files:
Overview.html
Log Message:
x
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-multicol/Overview.html,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- Overview.html 8 Feb 2011 13:54:36 -0000 1.125
+++ Overview.html 1 Mar 2011 18:30:43 -0000 1.126
@@ -29,13 +29,13 @@
<h1>CSS Multi-column Layout Module</h1>
- <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 8 February 2011</h2>
+ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 1 March 2011</h2>
<dl>
<dt>This version:
<dd>
- <!--<a href="http://www.w3.org/TR/2011/CR-css3-multicol-20110208">http://www.w3.org/TR/2011/ED-css3-multicol-20110208</a>-->
+ <!--<a href="http://www.w3.org/TR/2011/CR-css3-multicol-20110301">http://www.w3.org/TR/2011/ED-css3-multicol-20110301</a>-->
<a
href="http://dev.w3.org/csswg/css3-multicol/">http://dev.w3.org/csswg/css3-multicol/</a>
@@ -977,7 +977,7 @@
(21) N := 1;
(22) W := available-width;
(23) else
-(24) N := floor(available-width/column-gap) + 1;
+(24) N := floor(available-width/column-gap);
(25) W := (available-width - ((N - 1) * column-gap))/N;
(26) fi
(27) elsif (column-count = auto) then
@@ -2194,10 +2194,10 @@
<dt id=CSS21>[CSS21]
<dd>Bert Bos; et al. <a
- href="http://www.w3.org/TR/2009/CR-CSS2-20090908"><cite>Cascading Style
- Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 8 September
- 2009. W3C Candidate Recommendation. (Work in progress.) URL: <a
- href="http://www.w3.org/TR/2009/CR-CSS2-20090908">http://www.w3.org/TR/2009/CR-CSS2-20090908</a>
+ href="http://www.w3.org/TR/2010/WD-CSS2-20101207"><cite>Cascading Style
+ Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 December
+ 2010. W3C Working Draft. (Work in progress.) URL: <a
+ href="http://www.w3.org/TR/2010/WD-CSS2-20101207">http://www.w3.org/TR/2010/WD-CSS2-20101207</a>
</dd>
<!---->
Received on Tuesday, 1 March 2011 18:30:47 UTC