|
7 | 7 | <meta content="text/html; charset=utf-8" http-equiv=Content-Type> |
8 | 8 | <title>CSS Exclusions and Shapes Module Level 3</title> |
9 | 9 |
|
10 | | - <link href="http://purl.org/dc/terms/" rel=schema.dc> |
| 10 | + <link href="http://purl.org/dc/terms/" rel=schema.dcterms> |
11 | 11 | <link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" |
12 | | - rel=dc.rights> |
13 | | - <meta content="CSS Exclusions and Shapes Module Level 3" name=dc.title> |
14 | | - <meta content=text name=dc.type> |
15 | | - <meta content=2013-04-10 name=dc.date> |
16 | | - <meta content="Vincent Hardy" name=dc.creator> |
17 | | - <meta content="Rossen Atanassov" name=dc.creator> |
18 | | - <meta content="Alan Stearns" name=dc.creator> |
19 | | - <meta content=W3C name=dc.publisher> |
| 12 | + rel=dcterms.rights> |
| 13 | + <meta content="CSS Exclusions and Shapes Module Level 3" |
| 14 | + name=dcterms.title> |
| 15 | + <meta content=text name=dcterms.type> |
| 16 | + <meta content=2013-04-16 name=dcterms.date> |
| 17 | + <meta content="Vincent Hardy" name=dcterms.creator> |
| 18 | + <meta content="Rossen Atanassov" name=dcterms.creator> |
| 19 | + <meta content="Alan Stearns" name=dcterms.creator> |
| 20 | + <meta content=W3C name=dcterms.publisher> |
20 | 21 | <meta content="http://dev.w3.org/csswg/css3-exclusions/" |
21 | | - name=dc.identifier> |
| 22 | + name=dcterms.identifier> |
22 | 23 | <link href="../shared/style/default.css" rel=stylesheet type="text/css"> |
23 | 24 | <script defer=defer |
24 | 25 | src="http://test.csswg.org/harness/annotate.js#CSS3-EXCLUSIONS_DEV" |
|
55 | 56 |
|
56 | 57 | <h1 id=css-exclusions-module>CSS Exclusions and Shapes Module Level 3</h1> |
57 | 58 |
|
58 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 April 2013</h2> |
| 59 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 April 2013</h2> |
59 | 60 |
|
60 | 61 | <dl> |
61 | 62 | <dt>This version: |
62 | 63 |
|
63 | 64 | <dd><a |
64 | 65 | href="http://dev.w3.org/csswg/css3-exclusions/">http://dev.w3.org/csswg/css3-exclusions/</a></dd> |
65 | | - <!--<dd><a href="http://dev.w3.org/csswg/css3-exclusions/">http://www.w3.org/TR/2013/WD-css3-exclusions-20130410/</a></dd>--> |
| 66 | + <!--<dd><a href="http://dev.w3.org/csswg/css3-exclusions/">http://www.w3.org/TR/2013/WD-css3-exclusions-20130416/</a></dd>--> |
66 | 67 |
|
67 | 68 | <dt>Latest version: |
68 | 69 |
|
@@ -1986,11 +1987,12 @@ <h4 id=shape-inside-property><span class=secno>4.4.2. </span>The ‘<a |
1986 | 1987 | Property</h4> |
1987 | 1988 |
|
1988 | 1989 | <p> The ‘<a href="#shape-inside"><code |
1989 | | - class=property>shape-inside</code></a>’ property adds an exclusion area |
1990 | | - to the element's wrapping context. This modifies the normal rectangular |
1991 | | - shape of the content area to a possibly non-rectangular wrapping area. The |
1992 | | - exclusion area added is defined by subtracting the shape from the |
1993 | | - element's content area. |
| 1990 | + class=property>shape-inside</code></a>’ property adds one or more |
| 1991 | + exclusion areas to the element's wrapping context. This modifies the |
| 1992 | + normal rectangular shape of the content area to a possibly non-rectangular |
| 1993 | + wrapping area. The exclusion areas are defined by subtracting the shape |
| 1994 | + from the element's content area. Any part of the shape outside the |
| 1995 | + element's content area has no effect. |
1994 | 1996 |
|
1995 | 1997 | <table class=propdef> |
1996 | 1998 | <tbody> |
@@ -2105,7 +2107,7 @@ <h4 id=shape-inside-property><span class=secno>4.4.2. </span>The ‘<a |
2105 | 2107 | <p class=caption>Effect of shape-inside on inline content. |
2106 | 2108 | </div> |
2107 | 2109 |
|
2108 | | - <p>Overflow content avoids the exclusion area added by ‘<a |
| 2110 | + <p>Overflow content avoids the exclusion area(s) added by ‘<a |
2109 | 2111 | href="#shape-inside"><code class=property>shape-inside</code></a>’ and |
2110 | 2112 | ‘<a href="#shape-padding"><code |
2111 | 2113 | class=property>shape-padding</code></a>’ (as well as any other exclusion |
|
0 commit comments