@@ -848,15 +848,42 @@ <h3 id=flex-flow><span class=secno>3.1. </span> Flexbox Flow Direction: the
848848 < div class =example >
849849 < p > Some examples of valid flows:</ p >
850850
851- < pre >
852- div { flex-flow: row; } /* Initial value. Main axis is inline,
853- no wrap. */
854- div { flex-flow: column wrap; } /* Main axis is block-direction and lines
855- wrap in the inline direction. For an
856- English page, the main axis is top-to-bottom
857- and lines wrap to the right. */
858- div { writing-mode: tb-rl; /* Main axis is block direction (right to left).
859- flex-flow: column wrap-reverse; } /* New lines wrap upwards. */</ pre >
851+ < div class =code-and-figure >
852+ < div >
853+ < pre >
854+ div { flex-flow: row; }
855+ /* Initial value. Main axis is
856+ inline, no wrap. */</ pre >
857+ </ div >
858+
859+ < div > < img height =80 src ="images/flex-flow1.svg " width =200 > </ div >
860+ </ div >
861+
862+ < div class =code-and-figure >
863+ < div >
864+ < pre >
865+ div { flex-flow: column wrap; }
866+ /* Main axis is block-direction and lines
867+ wrap in the inline direction. For an
868+ English page, the main axis is top-to-bottom
869+ and lines wrap to the right. */</ pre >
870+ </ div >
871+
872+ < div > < img height =200 src ="images/flex-flow2.svg " width =170 > </ div >
873+ </ div >
874+
875+ < div class =code-and-figure >
876+ < div >
877+ < pre >
878+ div { writing-mode: tb-rl;
879+ flex-flow: column wrap-reverse; }
880+ /* Main axis is block direction (right to
881+ left). New lines wrap upwards. */
882+ </ pre >
883+ </ div >
884+
885+ < div > < img height =170 src ="images/flex-flow3.svg " width =200 > </ div >
886+ </ div >
860887 </ div >
861888
862889 < h3 id =flex-order > < span class =secno > 3.2. </ span > Display Order: the
0 commit comments