Skip to content

Commit 35f9407

Browse files
committed
Make flex-flow take its values in any order, with either optional.
1 parent 7625bd6 commit 35f9407

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
@@ -646,8 +646,8 @@ <h3 id=flex-flow><span class=secno>3.1. </span> Flexbox Flow Direction: the
646646
<th>Values:
647647

648648
<td>&lt;&lsquo;<a href="#flex-direction"><code
649-
class=property>flex-direction</code></a>&rsquo;> &lt;&lsquo;<a
650-
href="#flex-wrap"><code class=property>flex-wrap</code></a>&rsquo;>?
649+
class=property>flex-direction</code></a>&rsquo;> || &lt;&lsquo;<a
650+
href="#flex-wrap"><code class=property>flex-wrap</code></a>&rsquo;>
651651

652652
<tr>
653653
<th>Initial:
@@ -1815,7 +1815,7 @@ <h2 class=no-num id=property>Property index</h2>
18151815
<tr>
18161816
<th><a class=property href="#flex-flow0">flex-flow</a>
18171817

1818-
<td>&lt;&lsquo;flex-direction&rsquo;> &lt;&lsquo;flex-wrap&rsquo;>?
1818+
<td>&lt;&lsquo;flex-direction&rsquo;> || &lt;&lsquo;flex-wrap&rsquo;>
18191819

18201820
<td>see individual properties
18211821

css3-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ <h3 id='flex-flow'>
264264
<td><dfn>flex-flow</dfn>
265265
<tr>
266266
<th>Values:
267-
<td>&lt;'flex-direction'> &lt;'flex-wrap'>?
267+
<td>&lt;'flex-direction'> || &lt;'flex-wrap'>
268268
<tr>
269269
<th>Initial:
270270
<td>see individual properties

0 commit comments

Comments
 (0)