Skip to content

Commit 83f2af1

Browse files
committed
Adjusted boiler plate to align regions and exclusions specifications. Adjusted style to use common one
1 parent 94cccbf commit 83f2af1

2 files changed

Lines changed: 31 additions & 19 deletions

File tree

css3-exclusions/Exclusions.src.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head profile="http://www.w3.org/2006/03/hcard">
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<title>CSS Exclusions and Shapes Module Level 3</title>
6-
<link rel="stylesheet" type="text/css" href="default.css" />
6+
<link rel="stylesheet" type="text/css" href="../default.css" />
77

88

99
<style type="text/css">
@@ -104,14 +104,21 @@
104104
</style>
105105
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" />
106106

107-
<link id="st" href="alternate-spec-style.css" rel="alternate stylesheet"
107+
<link id="st" href="../alternate-spec-style.css" rel="stylesheet"
108108
type="text/css" title="alternate spec styles">
109109

110110

111111
</head>
112112
<body>
113113
<div id="div-head" class="head">
114-
<!--logo-->
114+
<p><a href="http://www.w3.org/"><img id="mobile-logo" alt="W3C" height="53" src=
115+
"http://www.w3.org/2008/site/images/logo-w3c-mobile-lg" width="90"></a>
116+
117+
118+
<!--begin-logo-->
119+
120+
<p><a href="http://www.w3.org/"><img id="logo" alt="W3C" height="48" src=
121+
"http://www.w3.org/Icons/w3c_home" width="72"></a> <!--end-logo--></p>
115122
<h1 id="css-exclusions-module">CSS Exclusions and Shapes Module Level 3</h1>
116123
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
117124
<dl>
@@ -133,10 +140,10 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
133140
<dd class="vcard"><span class="fn">Rossen Atanassov</span>, <span class="org">Microsoft Corporation</span>, <span class="email">ratan@microsoft.com</span></dd>
134141

135142
<dt>Issues List:</dt>
136-
<dd><a href="http://wiki.csswg.org/spec/css3-exclusions">http://wiki.csswg.org/spec/css3-exclusions</a></dd>
143+
<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>
137144

138145
<dt>Discussion:</dt>
139-
<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>"
146+
<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>"
140147

141148
</dl>
142149
<!--copyright-->

css3-exclusions/Overview.html

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
content="text/html; charset=utf-8" http-equiv=Content-Type>
77

88
<title>CSS Exclusions and Shapes Module Level 3</title>
9-
<link href=default.css rel=stylesheet type="text/css">
9+
<link href="../default.css" rel=stylesheet type="text/css">
1010

1111
<style type="text/css">
1212

@@ -106,25 +106,28 @@
106106
</style>
107107
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
108108
type="text/css">
109-
<link href=alternate-spec-style.css id=st rel="alternate stylesheet"
109+
<link href="../alternate-spec-style.css" id=st rel=stylesheet
110110
title="alternate spec styles" type="text/css">
111111

112112
<body>
113-
<div class=head id=div-head> <!--begin-logo-->
113+
<div class=head id=div-head>
114+
<p><a href="http://www.w3.org/"><img alt=W3C height=53 id=mobile-logo
115+
src="http://www.w3.org/2008/site/images/logo-w3c-mobile-lg" width=90></a>
116+
<!--begin-logo-->
117+
114118
<p><a href="http://www.w3.org/"><img alt=W3C height=48
115-
src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
119+
src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo--></p>
116120

117121
<h1 id=css-exclusions-module>CSS Exclusions and Shapes Module Level 3</h1>
118122

119-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 February
120-
2012</h2>
123+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 March 2012</h2>
121124

122125
<dl>
123126
<dt>This version:
124127

125128
<dd><a
126129
href="http://dev.w3.org/csswg/css3-exclusions/">http://dev.w3.org/csswg/css3-exclusions/</a></dd>
127-
<!--<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>-->
130+
<!--<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>-->
128131

129132
<dt>Latest version:
130133

@@ -154,13 +157,14 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 February
154157
<dt>Issues List:
155158

156159
<dd><a
157-
href="http://wiki.csswg.org/spec/css3-exclusions">http://wiki.csswg.org/spec/css3-exclusions</a>
160+
href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&product=CSS&component=Exclusions&resolution=---&cmdtype=doit">in
161+
Bugzilla</a>
158162

159163
<dt>Discussion:
160164

161165
<dd><a
162166
href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a>
163-
with subject line "<code>[css3-exclusions] message topic</code>"
167+
with subject line "<code>[css3-exclusions] message topic</code>"
164168
</dl>
165169
<!--begin-copyright-->
166170
<p class=copyright><a
@@ -412,11 +416,12 @@ <h2 id=definitions><span class=secno>2. </span>Definitions</h2>
412416
</div>
413417
</div>
414418

415-
<p> The wrapping context of an element is a collection of &lsquo;<code
416-
class=css>exclusion areas</code>&rsquo;. The wrapping context is used to
417-
wrap around inline flow content during layout. An element will wrap its
418-
inline flow content in the area that corresponds to the subtraction of its
419-
wrapping context from its own <a href="#content-area">content area</a>.
419+
<p> The wrapping context of an element is a collection of &lsquo;<a
420+
href="#exclusion-area"><code class=css>exclusion areas</code></a>&rsquo;.
421+
The wrapping context is used to wrap around inline flow content during
422+
layout. An element will wrap its inline flow content in the area that
423+
corresponds to the subtraction of its wrapping context from its own <a
424+
href="#content-area">content area</a>.
420425

421426
<p> An element inherits its <a
422427
href="http://www.w3.org/TR/CSS2/visudet.html#containing-block-details">containing

0 commit comments

Comments
 (0)