@@ -1660,34 +1660,16 @@ <h4 id="shape-inside-property">The 'shape-inside' Property</h4>
16601660 < p class ="caption "> Effect of shape-inside on inline content.</ p >
16611661 </ div >
16621662
1663- < p > Overflow content can overlap
1664- the after edge of a wrapping area,
1665- and overflow content can be displayed
1666- below that edge.
1667- When content overflows in the block direction,
1668- the last line in the wrapping area determines its width(s)
1669- by finding the minimum shape width(s)
1670- in the remaining wrapping area
1671- between the line's before edge
1672- and the after edge of the wrapping area.
1673- This can result
1674- in the line intersecting the wrapping area's after edge,
1675- or a zero-width line
1676- if (for instance) the wrapping area's after edge
1677- is a continuous curve.
1678- In degenerate cases,
1679- there may be no content
1680- that fits inside the wrapping area.
1681- Further overflow is laid out
1682- below the after edge
1683- of the wrapping area
1684- as if the wrapping context
1685- did not apply.</ p >
1663+ < p > Overflow content avoids
1664+ the exclusion area added
1665+ by 'shape-inside' and 'shape-padding'
1666+ (as well as any other exclusion areas
1667+ in the element's wrapping context).</ p >
16861668
16871669 < div class ='figure '>
16881670 < img alt ="Overflow interacting with rounded rect " style ="display:inline-block;vertical-align:top " src ="images/rounded-rect-overflow.png "/>
16891671 < img alt ="Overflow interacting with ellipse " style ="display:inline-block;vertical-align:top " src ="images/ellipse-overflow.png "/>
1690- < p class ="caption "> Overflow interacting with the after edge of wrapping contexts defined by 'shape-inside' and 'shape-padding'.</ p >
1672+ < p class ="caption "> Overflow interacting with exclusion areas defined by 'shape-inside' and 'shape-padding'.</ p >
16911673 </ div >
16921674
16931675 <!-- End section "The shape-inside property" -->
@@ -1975,6 +1957,7 @@ <h2 class="no-num" id="change-log">Change Log</h2>
19751957
19761958 < h3 class ="no-num " > Since < a href ="http://www.w3.org/TR/2012/WD-css3-exclusions-20120503/ "> May 3rd 2012</ a > </ h3 >
19771959 < ul >
1960+ < li > Changed shape-inside overflow diagrams to show exclusion behavior</ li >
19781961 < li > Changed shape-inside to contribute to the wrapping context</ li >
19791962 < li > Defined exclusion edges relative to wrapping content's writing mode</ li >
19801963 < li > Made use of start, end, before and after consistent</ li >
0 commit comments