csswg/css3-exclusions Exclusions.src.html,1.24,1.25 Overview.html,1.25,1.26

Update of /sources/public/csswg/css3-exclusions
In directory hutz:/tmp/cvs-serv667

Modified Files:
	Exclusions.src.html Overview.html 
Log Message:
Updating Example 3 - ordering of exclusions per feedback from TPAC f2f. The example is supposed to use exclusions with auto height to better illustrate the effect of the exclusoins area.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-exclusions/Overview.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Overview.html	16 Jan 2012 04:30:19 -0000	1.25
+++ Overview.html	29 Jan 2012 06:15:31 -0000	1.26
@@ -64,7 +64,7 @@
 
    <h1 id=css-exclusions-module>CSS Exclusions and Shapes Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 January
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 January
     2012</h2>
 
    <dl>
@@ -72,7 +72,7 @@
 
     <dd><a
      href="http://dev.w3.org/csswg/css3-exclusions/">http://dev.w3.org/csswg/css3-exclusions/</a></dd>
-    <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120116/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120116/</a></dd>-->
+    <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120129/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120129/</a></dd>-->
 
     <dt>Latest version:
 
@@ -990,7 +990,7 @@
     	wrap-flow: both; 
     	position: absolute; 
     	width: 50%; 
-    	height: 50%; 
+    	height: auto; 
     } 
 &lt;/style&gt; 
 

Index: Exclusions.src.html
===================================================================
RCS file: /sources/public/csswg/css3-exclusions/Exclusions.src.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Exclusions.src.html	16 Jan 2012 04:30:18 -0000	1.24
+++ Exclusions.src.html	29 Jan 2012 06:15:31 -0000	1.25
@@ -640,7 +640,7 @@
     	wrap-flow: both; 
     	position: absolute; 
     	width: 50%; 
-    	height: 50%; 
+    	height: auto; 
     } 
 &lt;/style&gt; 
 

Received on Sunday, 29 January 2012 06:15:35 UTC