|
10 | 10 | <link href="http://purl.org/dc/terms/" rel=schema.DC> |
11 | 11 | <meta content="CSS Exclusions and Shapes Module Level 3" name=DC.title> |
12 | 12 | <meta content=text name=DC.type> |
13 | | - <meta content=2012-09-13 name=DC.issued> |
| 13 | + <meta content=2012-10-01 name=DC.issued> |
14 | 14 | <meta content="http://dev.w3.org/csswg/css3-exclusions/" name=DC.creator> |
15 | 15 | <meta content=W3C name=DC.publisher> |
16 | | - <meta content="http://www.w3.org/TR/2012/ED-css3-exclusions-20120913/" |
| 16 | + <meta content="http://www.w3.org/TR/2012/ED-css3-exclusions-20121001/" |
17 | 17 | name=DC.identifier> |
18 | 18 | <link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" |
19 | 19 | rel=DC.rights> |
|
50 | 50 |
|
51 | 51 | <h1 id=css-exclusions-module>CSS Exclusions and Shapes Module Level 3</h1> |
52 | 52 |
|
53 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 September |
54 | | - 2012</h2> |
| 53 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 October 2012</h2> |
55 | 54 |
|
56 | 55 | <dl> |
57 | 56 | <dt>This version: |
58 | 57 |
|
59 | 58 | <dd><a |
60 | 59 | href="http://dev.w3.org/csswg/css3-exclusions/">http://dev.w3.org/csswg/css3-exclusions/</a></dd> |
61 | | - <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120913/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120913/</a></dd>--> |
| 60 | + <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20121001/">http://www.w3.org/TR/2012/WD-css3-exclusions-20121001/</a></dd>--> |
62 | 61 |
|
63 | 62 | <dt>Latest version: |
64 | 63 |
|
@@ -1953,14 +1952,6 @@ <h4 id=shape-inside-property><span class=secno>4.4.2. </span>The ‘<a |
1953 | 1952 | syntax in the shape-inside, shape-outside properties |
1954 | 1953 | </div> |
1955 | 1954 | </div> |
1956 | | - |
1957 | | - <div class=issue-marker data-bug_id=16460 data-bug_status=NEW> <a |
1958 | | - href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16460">Issue-16460</a> |
1959 | | - |
1960 | | - <div class=issue-details> |
1961 | | - <p class=short-desc>Specify overflow behavior for shape-inside |
1962 | | - </div> |
1963 | | - </div> |
1964 | 1955 | </div> |
1965 | 1956 |
|
1966 | 1957 | <p>The values of this property have the following meanings: |
@@ -2017,6 +2008,24 @@ <h4 id=shape-inside-property><span class=secno>4.4.2. </span>The ‘<a |
2017 | 2008 | src="images/shape-inside-content.png"> |
2018 | 2009 | <p class=caption>Effect of shape-inside on inline content. |
2019 | 2010 | </div> |
| 2011 | + |
| 2012 | + <p>Overflow content can overlap the bottom edge of a shape-inside, and |
| 2013 | + overflow content can be displayed below the content area defined by |
| 2014 | + shape-inside. When content overflows in the block direction, the last line |
| 2015 | + in the content area determines its width(s) by finding the minimum shape |
| 2016 | + width(s) in the remaining area between the line's top edge and the shape's |
| 2017 | + bottom edge. This can result in the line intersecting the shape's bottom |
| 2018 | + edge, or a zero-width line if (for instance) the shape's bottom edge is a |
| 2019 | + continuous curve. Further overflow is laid out as if the shape-inside was |
| 2020 | + set to ‘<code class=property>auto</code>’. |
| 2021 | + |
| 2022 | + <div class=figure> <img alt="Overflow interacting with rounded rect" |
| 2023 | + src="images/rounded-rect-overflow.png" |
| 2024 | + style="display:inline-block;vertical-align:top"> <img |
| 2025 | + alt="Overflow interacting with ellipse" src="images/ellipse-overflow.png" |
| 2026 | + style="display:inline-block;vertical-align:top"> |
| 2027 | + <p class=caption>Overflow interacting with the bottom edge of shapes. |
| 2028 | + </div> |
2020 | 2029 | <!-- End section "The shape-inside property" --> |
2021 | 2030 |
|
2022 | 2031 | <h4 id=shape-image-threshold-property><span class=secno>4.4.3. </span>The |
@@ -2842,26 +2851,29 @@ <h3 id=since-may-3rd-2012><span class=secno>5.7. </span>Since <a |
2842 | 2851 | 2012</a></h3> |
2843 | 2852 |
|
2844 | 2853 | <ul> |
2845 | | - <li>Added wrap-flow:minimum |
| 2854 | + <li>Added overflow behavior for shape-inside. |
| 2855 | + |
| 2856 | + <li>Added wrap-flow:minimum. |
2846 | 2857 |
|
2847 | | - <li>Clarified processing model |
| 2858 | + <li>Clarified processing model. |
2848 | 2859 |
|
2849 | | - <li>Changed wrap-margin and wrap-padding to shape-margin and shape-padding |
| 2860 | + <li>Changed wrap-margin and wrap-padding to shape-margin and |
| 2861 | + shape-padding. |
2850 | 2862 |
|
2851 | | - <li>Removed wrap shorthand |
| 2863 | + <li>Removed wrap shorthand. |
2852 | 2864 | </ul> |
2853 | 2865 |
|
2854 | 2866 | <h3 id=since-december-13th-2011><span class=secno>5.8. </span>Since <a |
2855 | 2867 | href="http://www.w3.org/TR/2011/WD-css3-exclusions-20111213/">December |
2856 | 2868 | 13th 2011</a></h3> |
2857 | 2869 |
|
2858 | 2870 | <ul> |
2859 | | - <li>Clarified processing model |
| 2871 | + <li>Clarified processing model. |
2860 | 2872 |
|
2861 | | - <li>Clarified interaction with floats |
| 2873 | + <li>Clarified interaction with floats. |
2862 | 2874 |
|
2863 | 2875 | <li>Clarified that an exclusion element establishes a new block formatting |
2864 | | - context |
| 2876 | + context. |
2865 | 2877 | </ul> |
2866 | 2878 | </html> |
2867 | 2879 | <!-- Keep this comment at the end of the file |
|
0 commit comments