|
29 | 29 |
|
30 | 30 | <h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1> |
31 | 31 |
|
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> |
33 | 33 |
|
34 | 34 | <dl> |
35 | 35 | <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>--> |
37 | 37 |
|
38 | 38 |
|
39 | 39 | <dd><a |
@@ -1082,8 +1082,7 @@ <h2 id=flexibility><span class=secno>4. </span> Flexibility: the ‘<a |
1082 | 1082 | <tr> |
1083 | 1083 | <th><a href="http://dev.w3.org/csswg/css-module/#values">Value</a>: |
1084 | 1084 |
|
1085 | | - <td>[[ <pos-flex> <neg-flex>? ]? && |
1086 | | - [<preferred-size>]?] | none |
| 1085 | + <td>[ [ <pos-flex> <neg-flex>? ] || <preferred-size> ] | none |
1087 | 1086 |
|
1088 | 1087 | <tr> |
1089 | 1088 | <th>Initial: |
@@ -1126,7 +1125,7 @@ <h2 id=flexibility><span class=secno>4. </span> Flexibility: the ‘<a |
1126 | 1125 | class=property>none</code></a>’ is the way around it. |
1127 | 1126 |
|
1128 | 1127 | <p>The ‘<a href="#flex"><code class=property>flex</code></a>’ |
1129 | | - property specifiex the parameters of a <dfn id=flexible-length |
| 1128 | + property specifies the parameters of a <dfn id=flexible-length |
1130 | 1129 | title="flexible length|flexible lengths|flexible length's">flexible |
1131 | 1130 | length</dfn>: the <dfn id=positive-flexibility |
1132 | 1131 | title="positive flexibility">positive</dfn> and <dfn |
@@ -2673,8 +2672,7 @@ <h2 class=no-num id=property>Property index</h2> |
2673 | 2672 | <tr> |
2674 | 2673 | <th><a class=property href="#flex">flex</a> |
2675 | 2674 |
|
2676 | | - <td>[[ <pos-flex> <neg-flex>? ]? && |
2677 | | - [<preferred-size>]?] | none |
| 2675 | + <td>[ [ <pos-flex> <neg-flex>? ] || <preferred-size> ] | none |
2678 | 2676 |
|
2679 | 2677 | <td>none |
2680 | 2678 |
|
|
0 commit comments