|
6 | 6 | content="text/html; charset=utf-8" http-equiv=Content-Type> |
7 | 7 |
|
8 | 8 | <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"> |
10 | 10 |
|
11 | 11 | <style type="text/css"> |
12 | 12 |
|
|
106 | 106 | </style> |
107 | 107 | <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet |
108 | 108 | 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 |
110 | 110 | title="alternate spec styles" type="text/css"> |
111 | 111 |
|
112 | 112 | <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 | + |
114 | 118 | <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> |
116 | 120 |
|
117 | 121 | <h1 id=css-exclusions-module>CSS Exclusions and Shapes Module Level 3</h1> |
118 | 122 |
|
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> |
121 | 124 |
|
122 | 125 | <dl> |
123 | 126 | <dt>This version: |
124 | 127 |
|
125 | 128 | <dd><a |
126 | 129 | 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>--> |
128 | 131 |
|
129 | 132 | <dt>Latest version: |
130 | 133 |
|
@@ -154,13 +157,14 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 February |
154 | 157 | <dt>Issues List: |
155 | 158 |
|
156 | 159 | <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> |
158 | 162 |
|
159 | 163 | <dt>Discussion: |
160 | 164 |
|
161 | 165 | <dd><a |
162 | 166 | 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>" |
164 | 168 | </dl> |
165 | 169 | <!--begin-copyright--> |
166 | 170 | <p class=copyright><a |
@@ -412,11 +416,12 @@ <h2 id=definitions><span class=secno>2. </span>Definitions</h2> |
412 | 416 | </div> |
413 | 417 | </div> |
414 | 418 |
|
415 | | - <p> The wrapping context of an element is a collection of ‘<code |
416 | | - class=css>exclusion areas</code>’. 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 ‘<a |
| 420 | + href="#exclusion-area"><code class=css>exclusion areas</code></a>’. |
| 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>. |
420 | 425 |
|
421 | 426 | <p> An element inherits its <a |
422 | 427 | href="http://www.w3.org/TR/CSS2/visudet.html#containing-block-details">containing |
|
0 commit comments