|
13 | 13 | <meta content="CSS Exclusions and Shapes Module Level 3" |
14 | 14 | name=dcterms.title> |
15 | 15 | <meta content=text name=dcterms.type> |
16 | | - <meta content=2012-11-22 name=dcterms.issued> |
| 16 | + <meta content=2012-11-29 name=dcterms.issued> |
17 | 17 | <meta content="http://dev.w3.org/csswg/css3-exclusions/" |
18 | 18 | name=dcterms.creator> |
19 | 19 | <meta content=W3C name=dcterms.publisher> |
20 | | - <meta content="http://www.w3.org/TR/2012/ED-css3-exclusions-20121122/" |
| 20 | + <meta content="http://www.w3.org/TR/2012/ED-css3-exclusions-20121129/" |
21 | 21 | name=dcterms.identifier> |
22 | 22 | <link href="../shared/style/default.css" rel=stylesheet type="text/css"> |
23 | 23 | <script defer=defer |
|
55 | 55 |
|
56 | 56 | <h1 id=css-exclusions-module>CSS Exclusions and Shapes Module Level 3</h1> |
57 | 57 |
|
58 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 November |
| 58 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 November |
59 | 59 | 2012</h2> |
60 | 60 |
|
61 | 61 | <dl> |
62 | 62 | <dt>This version: |
63 | 63 |
|
64 | 64 | <dd><a |
65 | 65 | href="http://dev.w3.org/csswg/css3-exclusions/">http://dev.w3.org/csswg/css3-exclusions/</a></dd> |
66 | | - <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20121122/">http://www.w3.org/TR/2012/WD-css3-exclusions-20121122/</a></dd>--> |
| 66 | + <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20121129/">http://www.w3.org/TR/2012/WD-css3-exclusions-20121129/</a></dd>--> |
67 | 67 |
|
68 | 68 | <dt>Latest version: |
69 | 69 |
|
@@ -2039,7 +2039,9 @@ <h4 id=shape-inside-property><span class=secno>4.4.2. </span>The ‘<a |
2039 | 2039 |
|
2040 | 2040 | <dd> The shape is computed based on the computed value of the ‘<a |
2041 | 2041 | href="#shape-outside"><code class=property>shape-outside</code></a>’ |
2042 | | - property. |
| 2042 | + property. E.g., when shape-outside computes to ‘<code |
| 2043 | + class=property>auto</code>’, use the meaning of ‘<code |
| 2044 | + class=property>auto</code>’ below to compute the shape. |
2043 | 2045 | </dl> |
2044 | 2046 |
|
2045 | 2047 | <dl> |
@@ -2095,9 +2097,9 @@ <h4 id=shape-inside-property><span class=secno>4.4.2. </span>The ‘<a |
2095 | 2097 | zero-width line if (for instance) the shape's bottom edge is a continuous |
2096 | 2098 | curve. In degenerate cases, there may be no content that fits inside the |
2097 | 2099 | content area defined by the shape. Further overflow is laid out below the |
2098 | | - shape's bottom edge as if ‘<a href="#shape-inside"><code |
2099 | | - class=property>shape-inside</code></a>’ computes to ‘<code |
2100 | | - class=property>auto</code>’. |
| 2100 | + bottom edge of the shape's bounding box as if ‘<a |
| 2101 | + href="#shape-inside"><code class=property>shape-inside</code></a>’ |
| 2102 | + computes to ‘<code class=property>auto</code>’. |
2101 | 2103 |
|
2102 | 2104 | <div class=figure> <img alt="Overflow interacting with rounded rect" |
2103 | 2105 | src="images/rounded-rect-overflow.png" |
|
0 commit comments