8787
8888 < h1 id =css-exclusions-module > CSS exclusions and shapes</ h1 >
8989
90- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 31 October
90+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 15 November
9191 2011</ h2 >
9292
9393 < dl >
9494 < dt > This version:
9595
9696 < dd > < a
97- href ="http://www.w3.org/TR/2011/ED-css3-exclusions-20111031 / "> http://www.w3.org/csswg/css3-exclusions/</ a >
97+ href ="http://www.w3.org/TR/2011/ED-css3-exclusions-20111115 / "> http://www.w3.org/csswg/css3-exclusions/</ a >
9898
9999 < dt > Latest version:
100100
@@ -447,8 +447,8 @@ <h4 id=wrap-flow-property><span class=secno>3.1.1. </span>The ‘<a
447447 < tr >
448448 < th > Value:
449449
450- < td > < var > auto</ var > | < var > both</ var > | < var > left </ var > |
451- < var > right </ var > | < var > maximum</ var > | < var > clear</ var >
450+ < td > < var > auto</ var > | < var > both</ var > | < var > start </ var > |
451+ < var > end </ var > | < var > maximum</ var > | < var > clear</ var >
452452
453453 < tr >
454454 < th > Initial:
@@ -495,33 +495,34 @@ <h4 id=wrap-flow-property><span class=secno>3.1.1. </span>The ‘<a
495495
496496 < dd > Inline flow content can flow on all sides of the exclusion.
497497
498- < dt > < dfn id =left title ="'wrap-flow'!!'left ' "> left </ dfn >
498+ < dt > < dfn id =start title ="'wrap-flow'!!'start ' "> start </ dfn >
499499
500- < dd > Inline flow content can wrap on the left side of the exclusion but
501- must leave the area to the right of the exclusion empty.
500+ < dd > Inline flow content can wrap on the start edge of the exclusion box
501+ but must leave the area to end edge of the exclusion box empty.
502502
503- < dt > < dfn id =right title ="'wrap-flow'!!'right ' "> right </ dfn >
503+ < dt > < dfn id =end title ="'wrap-flow'!!'end ' "> end </ dfn >
504504
505- < dd > Inline flow content can wrap on the right side of the exclusion but
506- must leave the area to the left of the exclusion empty.
505+ < dd > Inline flow content can wrap on the end side of the exclusion box but
506+ must leave the area to the start edge of the exclusion box empty.
507507
508508 < dt > < dfn id =maximum title ="'wrap-flow'!!'maximum' "> maximum</ dfn >
509509
510510 < dd > Inline flow content can wrap on the side of the exclusion with the
511511 largest available space for the given line, and must leave the other side
512- of the exclusion empty..
512+ of the exclusion empty.
513513
514514 < dt > < dfn id =clear title ="'wrap-flow'!!'clear' "> clear</ dfn >
515515
516516 < dd > Inline flow content can only wrap on top and bottom of the exclusion
517- and must leave the areas to the left and right of the exclusion empty.
517+ and must leave the areas to the start and end edges of the exclusion box
518+ empty.
518519 </ dl >
519520
520- < p id =setting-the-wrap-flow-property-to-both-l > Setting the ‘< a
521+ < p id =setting-the-wrap-flow-property-to-both-s > Setting the ‘< a
521522 href ="#wrap-flow "> < code class =property > wrap-flow</ code > </ a > ’
522523 property to ‘< code class =property > both</ code > ’, ‘< code
523- class =property > left </ code > ’, ‘< code
524- class =property > right </ code > ’, ‘< code
524+ class =property > start </ code > ’, ‘< code
525+ class =property > end </ code > ’, ‘< code
525526 class =property > maximum</ code > ’ or ‘< code
526527 class =property > clear</ code > ’ on an element makes that element an
527528 < span > exclusion element. It's < span > exclusion shape</ span > is contributed
@@ -559,8 +560,8 @@ <h4 id=wrap-flow-property><span class=secno>3.1.1. </span>The ‘<a
559560 ‘< a href ="#wrap-flow "> < code
560561 class =property > wrap-flow</ code > </ a > ’ set to ‘< code
561562 class =property > both</ code > ’, ‘< code
562- class =property > left </ code > ’, ‘< code
563- class =property > right </ code > ’ and ‘< code
563+ class =property > start </ code > ’, ‘< code
564+ class =property > end </ code > ’ and ‘< code
564565 class =property > clear</ code > ’ respectively. The lighter gray areas
565566 show the additional areas that are excluded for inline layout as a result
566567 of the ‘< a href ="#wrap-flow "> < code
@@ -569,7 +570,7 @@ <h4 id=wrap-flow-property><span class=secno>3.1.1. </span>The ‘<a
569570 used for inline layout because the ‘< a href ="#wrap-flow "> < code
570571 class =property > wrap-flow</ code > </ a > ’ for ‘< code
571572 class =property > B</ code > ’ is ‘< code
572- class =property > left </ code > ’.</ p >
573+ class =property > start </ code > ’.</ p >
573574
574575 < p id =the-background-blue-area-shows-what-area > The background ‘< code
575576 class =property > blue</ code > ’ area shows what areas are available for
@@ -612,15 +613,15 @@ <h4 id=wrap-flow-property><span class=secno>3.1.1. </span>The ‘<a
612613 src ="images/exclusion_wrap_side_both.png ">
613614
614615 < tr >
615- < td > < code class =html > #exclusion{ wrap-flow: left ; }</ code >
616+ < td > < code class =html > #exclusion{ wrap-flow: start ; }</ code >
616617
617- < td > < code class =html > #exclusion{ wrap-flow: right ; }</ code >
618+ < td > < code class =html > #exclusion{ wrap-flow: end ; }</ code >
618619
619620 < tr >
620- < td > < img alt ="Example rendering for wrap-side: left "
621+ < td > < img alt ="Example rendering for wrap-side: start "
621622 src ="images/exclusion_wrap_side_left.png ">
622623
623- < td > < img alt ="Example rendering for wrap-side: right "
624+ < td > < img alt ="Example rendering for wrap-side: end "
624625 src ="images/exclusion_wrap_side_right.png ">
625626
626627 < tr >
@@ -1374,8 +1375,8 @@ <h4 id=shape-outside-property><span class=secno>4.3.1. </span>The ‘<a
13741375 and their ‘< a href ="#wrap-flow "> < code
13751376 class =property > wrap-flow</ code > </ a > ’ property set to ‘< code
13761377 class =property > both</ code > ’, ‘< code
1377- class =property > left </ code > ’, ‘< code
1378- class =property > right </ code > ’ and ‘< code
1378+ class =property > start </ code > ’, ‘< code
1379+ class =property > end </ code > ’ and ‘< code
13791380 class =property > clear</ code > ’, respectively.</ p >
13801381
13811382 < p id =as-illustrated-in-the-picture-when-an-ex > As illustrated in the
@@ -1950,15 +1951,15 @@ <h2 class=no-num id=index>Index</h2>
19501951 < li > ‘< code class =property > clear</ code > ’, < a href ="#clear "
19511952 title ="'wrap-flow', 'clear' "> < strong > 3.1.1.</ strong > </ a >
19521953
1953- < li > ‘< code class =property > left </ code > ’, < a href ="#left "
1954- title ="'wrap-flow', 'left ' "> < strong > 3.1.1.</ strong > </ a >
1954+ < li > ‘< code class =property > end </ code > ’, < a href ="#end "
1955+ title ="'wrap-flow', 'end ' "> < strong > 3.1.1.</ strong > </ a >
19551956
19561957 < li > ‘< code class =property > maximum</ code > ’, < a
19571958 href ="#maximum "
19581959 title ="'wrap-flow', 'maximum' "> < strong > 3.1.1.</ strong > </ a >
19591960
1960- < li > ‘< code class =property > right </ code > ’, < a href ="#right "
1961- title ="'wrap-flow', 'right ' "> < strong > 3.1.1.</ strong > </ a >
1961+ < li > ‘< code class =property > start </ code > ’, < a href ="#start "
1962+ title ="'wrap-flow', 'start ' "> < strong > 3.1.1.</ strong > </ a >
19621963 </ ul >
19631964
19641965 < li > ‘< a href ="#wrap-margin "> < code
@@ -2071,7 +2072,7 @@ <h2 class=no-num id=property-index>Property index</h2>
20712072 < tr >
20722073 < th > < a class =property href ="#wrap-flow "> wrap-flow</ a >
20732074
2074- < td > auto | both | left | right | maximum | clear
2075+ < td > auto | both | start | end | maximum | clear
20752076
20762077 < td > auto
20772078
0 commit comments