- From: Rossen Atanassov via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 31 Oct 2011 18:18:45 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-exclusions
In directory hutz:/tmp/cvs-serv7676
Modified Files:
Exclusions.src.html Overview.html
Log Message:
Adding "Issues List" link.
Adding missing commas to the 'circle' example.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-exclusions/Overview.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Overview.html 30 Oct 2011 16:18:02 -0000 1.15
+++ Overview.html 31 Oct 2011 18:18:43 -0000 1.16
@@ -87,14 +87,14 @@
<h1 id=css-exclusions-module>CSS exclusions and shapes</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 October
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 October
2011</h2>
<dl>
<dt>This version:
<dd><a
- href="http://www.w3.org/TR/2011/ED-css3-exclusions-20111030/">http://www.w3.org/csswg/css3-exclusions/</a>
+ href="http://www.w3.org/TR/2011/ED-css3-exclusions-20111031/">http://www.w3.org/csswg/css3-exclusions/</a>
<dt>Latest version:
@@ -114,6 +114,11 @@
<dd class=vcard><span class=fn>Rossen Atanassov</span>, <span
class=org>Microsoft Corporation</span>, <span
class=email>ratan@microsoft.com</span>
+
+ <dt>Issues List
+
+ <dd><a
+ href="http://wiki.csswg.org/ideas/css3-exclusions">http://wiki.csswg.org/ideas/css3-exclusions</a>
</dl>
<!--begin-copyright-->
<p class=copyright id=copyright-copy-year-2000-w3creg-mit-erci><a
@@ -1085,7 +1090,7 @@
.exclusion {
wrap-flow: both;
position: absolute;
- shape-outside: circle(50% 50% 50%);
+ shape-outside: circle(50%, 50%, 50%);
border: 1px solid red;
}
</style>
Index: Exclusions.src.html
===================================================================
RCS file: /sources/public/csswg/css3-exclusions/Exclusions.src.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Exclusions.src.html 30 Oct 2011 16:18:02 -0000 1.15
+++ Exclusions.src.html 31 Oct 2011 18:18:43 -0000 1.16
@@ -95,6 +95,8 @@
<dt>Editors:</dt>
<dd class="vcard"><span class="fn">Vincent Hardy</span>, <span class="org">Adobe Systems, Inc.</span>, <span class="email">vhardy@adobe.com</span></dd>
<dd class="vcard"><span class="fn">Rossen Atanassov</span>, <span class="org">Microsoft Corporation</span>, <span class="email">ratan@microsoft.com</span></dd>
+ <dt>Issues List</dt>
+ <dd><a href="http://wiki.csswg.org/ideas/css3-exclusions">http://wiki.csswg.org/ideas/css3-exclusions</a></dd>
</dl>
<!--copyright-->
<hr title="Separator for header">
@@ -727,7 +729,7 @@
.exclusion {
wrap-flow: both;
position: absolute;
- shape-outside: circle(50% 50% 50%);
+ shape-outside: circle(50%, 50%, 50%);
border: 1px solid red;
}
</style>
Received on Monday, 31 October 2011 18:20:53 UTC