|
40 | 40 |
|
41 | 41 | <h1 id=css-exclusions-module>CSS Exclusions and Shapes Module Level 3</h1> |
42 | 42 |
|
43 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 August 2012</h2> |
| 43 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 August 2012</h2> |
44 | 44 |
|
45 | 45 | <dl> |
46 | 46 | <dt>This version: |
47 | 47 |
|
48 | 48 | <dd><a |
49 | 49 | href="http://dev.w3.org/csswg/css3-exclusions/">http://dev.w3.org/csswg/css3-exclusions/</a></dd> |
50 | | - <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120828/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120828/</a></dd>--> |
| 50 | + <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120830/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120830/</a></dd>--> |
51 | 51 |
|
52 | 52 | <dt>Latest version: |
53 | 53 |
|
@@ -2176,7 +2176,8 @@ <h4 id=shape-margin-property><span class=secno>4.4.4. </span>The ‘<a |
2176 | 2176 | <div class=example> |
2177 | 2177 | <p>A ‘<a href="#shape-margin"><code |
2178 | 2178 | class=property>shape-margin</code></a>’ creating an offset from a |
2179 | | - circle shape.</p> |
| 2179 | + circlular shape-outside. The blue rectangles represent inline content |
| 2180 | + affected by the shape created by the margin.</p> |
2180 | 2181 | <img alt="Example of a shape-margin offset" src="images/wrap-margin.png"></div> |
2181 | 2182 | <!-- End secion "shape-margin property" --> |
2182 | 2183 |
|
@@ -2232,6 +2233,14 @@ <h4 id=shape-padding-property><span class=secno>4.4.5. </span>The ‘<a |
2232 | 2233 |
|
2233 | 2234 | <td>the absolute length |
2234 | 2235 | </table> |
| 2236 | + |
| 2237 | + <div class=example> |
| 2238 | + <p>A ‘<a href="#shape-padding"><code |
| 2239 | + class=property>shape-padding</code></a>’ creating an offset from a |
| 2240 | + circlular shape-inside. The light blue rectangles represent inline |
| 2241 | + content affected by the shape created by the padding.</p> |
| 2242 | + <img alt="Example of a shape-padding offset" |
| 2243 | + src="images/shape-padding.png"></div> |
2235 | 2244 | <!-- End section "shape-padding property" --> |
2236 | 2245 |
|
2237 | 2246 | <div class=note>Note that the ‘<a href="#shape-padding"><code |
|
0 commit comments