- From: Vincent Hardy via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 02 Mar 2012 17:23:01 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-exclusions
In directory hutz:/tmp/cvs-serv15162
Modified Files:
Exclusions.src.html Overview.html
Log Message:
Adjusted boiler plate to align regions and exclusions specifications. Adjusted style to use common one
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-exclusions/Overview.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Overview.html 9 Feb 2012 13:33:04 -0000 1.30
+++ Overview.html 2 Mar 2012 17:22:59 -0000 1.31
@@ -6,7 +6,7 @@
content="text/html; charset=utf-8" http-equiv=Content-Type>
<title>CSS Exclusions and Shapes Module Level 3</title>
- <link href=default.css rel=stylesheet type="text/css">
+ <link href="../default.css" rel=stylesheet type="text/css">
<style type="text/css">
@@ -106,25 +106,28 @@
</style>
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
type="text/css">
- <link href=alternate-spec-style.css id=st rel="alternate stylesheet"
+ <link href="../alternate-spec-style.css" id=st rel=stylesheet
title="alternate spec styles" type="text/css">
<body>
- <div class=head id=div-head> <!--begin-logo-->
+ <div class=head id=div-head>
+ <p><a href="http://www.w3.org/"><img alt=W3C height=53 id=mobile-logo
+ src="http://www.w3.org/2008/site/images/logo-w3c-mobile-lg" width=90></a>
+ <!--begin-logo-->
+
<p><a href="http://www.w3.org/"><img alt=W3C height=48
- src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
+ src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo--></p>
<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 9 February
- 2012</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 March 2012</h2>
<dl>
<dt>This version:
<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-20120209/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120209/</a></dd>-->
+ <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120302/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120302/</a></dd>-->
<dt>Latest version:
@@ -154,13 +157,14 @@
<dt>Issues List:
<dd><a
- href="http://wiki.csswg.org/spec/css3-exclusions">http://wiki.csswg.org/spec/css3-exclusions</a>
+ href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&product=CSS&component=Exclusions&resolution=---&cmdtype=doit">in
+ Bugzilla</a>
<dt>Discussion:
<dd><a
href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a>
- with subject line "<code>[css3-exclusions] …message topic…</code>"
+ with subject line "<code>[css3-exclusions] message topic</code>"
</dl>
<!--begin-copyright-->
<p class=copyright><a
@@ -412,11 +416,12 @@
</div>
</div>
- <p> The wrapping context of an element is a collection of ‘<code
- class=css>exclusion areas</code>’. The wrapping context is used to
- wrap around inline flow content during layout. An element will wrap its
- inline flow content in the area that corresponds to the subtraction of its
- wrapping context from its own <a href="#content-area">content area</a>.
+ <p> The wrapping context of an element is a collection of ‘<a
+ href="#exclusion-area"><code class=css>exclusion areas</code></a>’.
+ The wrapping context is used to wrap around inline flow content during
+ layout. An element will wrap its inline flow content in the area that
+ corresponds to the subtraction of its wrapping context from its own <a
+ href="#content-area">content area</a>.
<p> An element inherits its <a
href="http://www.w3.org/TR/CSS2/visudet.html#containing-block-details">containing
Index: Exclusions.src.html
===================================================================
RCS file: /sources/public/csswg/css3-exclusions/Exclusions.src.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Exclusions.src.html 9 Feb 2012 13:33:04 -0000 1.29
+++ Exclusions.src.html 2 Mar 2012 17:22:59 -0000 1.30
@@ -3,7 +3,7 @@
<head profile="http://www.w3.org/2006/03/hcard">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSS Exclusions and Shapes Module Level 3</title>
- <link rel="stylesheet" type="text/css" href="default.css" />
+ <link rel="stylesheet" type="text/css" href="../default.css" />
<style type="text/css">
@@ -104,14 +104,21 @@
</style>
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" />
- <link id="st" href="alternate-spec-style.css" rel="alternate stylesheet"
+ <link id="st" href="../alternate-spec-style.css" rel="stylesheet"
type="text/css" title="alternate spec styles">
</head>
<body>
<div id="div-head" class="head">
- <!--logo-->
+ <p><a href="http://www.w3.org/"><img id="mobile-logo" alt="W3C" height="53" src=
+ "http://www.w3.org/2008/site/images/logo-w3c-mobile-lg" width="90"></a>
+
+
+ <!--begin-logo-->
+
+ <p><a href="http://www.w3.org/"><img id="logo" alt="W3C" height="48" src=
+ "http://www.w3.org/Icons/w3c_home" width="72"></a> <!--end-logo--></p>
<h1 id="css-exclusions-module">CSS Exclusions and Shapes Module Level 3</h1>
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
<dl>
@@ -133,10 +140,10 @@
<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/spec/css3-exclusions">http://wiki.csswg.org/spec/css3-exclusions</a></dd>
+ <dd><a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&product=CSS&component=Exclusions&resolution=---&cmdtype=doit">in Bugzilla</a></dd>
<dt>Discussion:</dt>
- <dd><a href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a> with subject line "<code>[css3-exclusions] …message topic…</code>"
+ <dd><a href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a> with subject line "<code>[css3-exclusions] message topic</code>"
</dl>
<!--copyright-->
Received on Friday, 2 March 2012 17:23:03 UTC