- From: Rossen Atanassov via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 29 Jan 2012 06:15:33 +0000
- To: public-css-commits@w3.org
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;
}
</style>
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;
}
</style>
Received on Sunday, 29 January 2012 06:15:35 UTC