File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030 < h1 id =head-box-flexible > CSS Flexible Box Layout Module</ h1 >
3131
32- < h2 class ="no-num no-toc " id =w3c-working > Editor's Draft, 6 February 2012</ h2 >
32+ < h2 class ="no-num no-toc " id =w3c-working > Editor's Draft, 7 February 2012</ h2 >
3333
3434 < dl >
3535 < dt > This version:
36- <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120206 /">http://www.w3.org/TR/2012/ED-css3-flexbox-20120206 /</a>-->
36+ <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120207 /">http://www.w3.org/TR/2012/ED-css3-flexbox-20120207 /</a>-->
3737
3838
3939 < dd > < a
@@ -908,7 +908,7 @@ <h3 id=flex-flow><span class=secno>3.3. </span> Flex Direction and Wrap:
908908 < tr >
909909 < td >
910910 < pre >
911- div { writing-mode: tb -rl;
911+ div { writing-mode: vertical -rl;
912912 flex-flow: column wrap-reverse; }
913913/* Main axis is block direction (right to
914914 left). New lines wrap upwards. */</ pre >
Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ <h3 id='flex-flow'>
399399 < td > < img src ='images/flex-flow2.svg ' width =170 height =200 >
400400 < tr >
401401 < td > < pre >
402- div { writing-mode: tb -rl;
402+ div { writing-mode: vertical -rl;
403403 flex-flow: column wrap-reverse; }
404404/* Main axis is block direction (right to
405405 left). New lines wrap upwards. */</ pre >
You can’t perform that action at this time.
0 commit comments