Skip to content

Commit 3b02837

Browse files
committed
Fixed the 'flex' grammar. Fixed a typo.
1 parent 3417216 commit 3b02837

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 5 additions & 7 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, 16 February 2012</h2>
32+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 17 February 2012</h2>
3333

3434
<dl>
3535
<dt>This version:
36-
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120216/">http://www.w3.org/TR/2012/ED-css3-flexbox-20120216/</a>-->
36+
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120217/">http://www.w3.org/TR/2012/ED-css3-flexbox-20120217/</a>-->
3737

3838

3939
<dd><a
@@ -1082,8 +1082,7 @@ <h2 id=flexibility><span class=secno>4. </span> Flexibility: the &lsquo;<a
10821082
<tr>
10831083
<th><a href="http://dev.w3.org/csswg/css-module/#values">Value</a>:
10841084

1085-
<td>[[ &lt;pos-flex> &lt;neg-flex>? ]? &amp;&amp;
1086-
[&lt;preferred-size>]?] | none
1085+
<td>[ [ &lt;pos-flex> &lt;neg-flex>? ] || &lt;preferred-size> ] | none
10871086

10881087
<tr>
10891088
<th>Initial:
@@ -1126,7 +1125,7 @@ <h2 id=flexibility><span class=secno>4. </span> Flexibility: the &lsquo;<a
11261125
class=property>none</code></a>&rsquo; is the way around it.
11271126

11281127
<p>The &lsquo;<a href="#flex"><code class=property>flex</code></a>&rsquo;
1129-
property specifiex the parameters of a <dfn id=flexible-length
1128+
property specifies the parameters of a <dfn id=flexible-length
11301129
title="flexible length|flexible lengths|flexible length's">flexible
11311130
length</dfn>: the <dfn id=positive-flexibility
11321131
title="positive flexibility">positive</dfn> and <dfn
@@ -2673,8 +2672,7 @@ <h2 class=no-num id=property>Property index</h2>
26732672
<tr>
26742673
<th><a class=property href="#flex">flex</a>
26752674

2676-
<td>[[ &lt;pos-flex> &lt;neg-flex>? ]? &amp;&amp;
2677-
[&lt;preferred-size>]?] | none
2675+
<td>[ [ &lt;pos-flex> &lt;neg-flex>? ] || &lt;preferred-size> ] | none
26782676

26792677
<td>none
26802678

css3-flexbox/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ <h2 id='flexibility'>
520520
<td><dfn>flex</dfn>
521521
<tr>
522522
<th><a href="http://dev.w3.org/csswg/css-module/#values">Value</a>:
523-
<td>[[ &lt;pos-flex> &lt;neg-flex>? ]? &amp;&amp; [&lt;preferred-size>]?] | none
523+
<td>[ [ &lt;pos-flex> &lt;neg-flex>? ] || &lt;preferred-size> ] | none
524524
<tr>
525525
<th>Initial:
526526
<td>none
@@ -546,7 +546,7 @@ <h2 id='flexibility'>
546546
But if flex is specified, we want default preferred size of 0px.
547547
The new keyword 'none' is the way around it.
548548

549-
<p>The 'flex' property specifiex the parameters of a <dfn title="flexible length|flexible lengths|flexible length's">flexible length</dfn>: the <dfn id="positive-flexibility" title="positive flexibility">positive</dfn> and <dfn>negative flexibility</dfn>, and the <dfn>preferred size</dfn>.
549+
<p>The 'flex' property specifies the parameters of a <dfn title="flexible length|flexible lengths|flexible length's">flexible length</dfn>: the <dfn id="positive-flexibility" title="positive flexibility">positive</dfn> and <dfn>negative flexibility</dfn>, and the <dfn>preferred size</dfn>.
550550

551551
<p><code>&lt;pos-flex></code> and <code>&lt;neg-flex></code> are non-negative <code>&lt;numbers>s</code>,
552552
while <code>&lt;preferred-size></code> is any value that would be valid in the

0 commit comments

Comments
 (0)