File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -416,12 +416,20 @@ <h4 id="wrap-flow-property">The 'wrap-flow' property</h4>
416416 < td > < img src ="images/exclusion_wrap_side_right.png " alt ="Example rendering for wrap-side: end " /> </ td >
417417 </ tr >
418418 < tr >
419+ < td > < code class ="html "> #exclusion{ wrap-flow: minimum; }</ code > </ td >
419420 < td > < code class ="html "> #exclusion{ wrap-flow: maximum; }</ code > </ td >
420- < td > < code class ="html "> #exclusion{ wrap-flow: clear; }</ code > </ td >
421421 </ tr >
422422 < tr >
423+ < td > < img src ="images/exclusion_wrap_side_minimum.png " alt ="Example rendering for wrap-side: minimum " /> </ td >
423424 < td > < img src ="images/exclusion_wrap_side_maximum.png " alt ="Example rendering for wrap-side: maximum " /> </ td >
424- < td > < img src ="images/exclusion_wrap_side_clear.png " alt ="Example rendering for wrap-side: clear " /> </ td >
425+ </ tr >
426+ < tr >
427+ < td > < code class ="html "> #exclusion{ wrap-flow: clear; }</ code > </ td >
428+ < td > </ td >
429+ </ tr >
430+ < tr >
431+ < td > < img src ="images/exclusion_wrap_side_clear.png " alt ="Example rendering for wrap-side: clear " /> </ td >
432+ < td > </ td >
425433 </ tr >
426434 </ table >
427435 </ div >
Original file line number Diff line number Diff line change @@ -777,16 +777,27 @@ <h4 id=wrap-flow-property><span class=secno>3.1.1. </span>The ‘<a
777777 src ="images/exclusion_wrap_side_right.png ">
778778
779779 < tr >
780- < td > < code class =html > #exclusion{ wrap-flow: maximum ; }</ code >
780+ < td > < code class =html > #exclusion{ wrap-flow: minimum ; }</ code >
781781
782- < td > < code class =html > #exclusion{ wrap-flow: clear ; }</ code >
782+ < td > < code class =html > #exclusion{ wrap-flow: maximum ; }</ code >
783783
784784 < tr >
785+ < td > < img alt ="Example rendering for wrap-side: minimum "
786+ src ="images/exclusion_wrap_side_minimum.png ">
787+
785788 < td > < img alt ="Example rendering for wrap-side: maximum "
786789 src ="images/exclusion_wrap_side_maximum.png ">
787790
791+ < tr >
792+ < td > < code class =html > #exclusion{ wrap-flow: clear; }</ code >
793+
794+ < td >
795+
796+ < tr >
788797 < td > < img alt ="Example rendering for wrap-side: clear "
789798 src ="images/exclusion_wrap_side_clear.png ">
799+
800+ < td >
790801 </ table >
791802 </ div >
792803 <!-- End section "wrap-flow Property" -->
You can’t perform that action at this time.
0 commit comments