Skip to content

Commit 1fb4bf7

Browse files
committed
Fix typo in example
1 parent 4e0c7d6 commit 1fb4bf7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
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>

css3-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)