You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css3-flexbox/Overview.src.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -593,7 +593,7 @@ <h2 id='flexibility'>
593
593
<td>visual
594
594
<tr>
595
595
<th>Animatable:
596
-
<td>yes
596
+
<td>yes, as <number> and <length> or <percentage>, but see prose
597
597
</table>
598
598
599
599
<p>The 'flex' property specifies the parameters of a <dfntitle="flexible length|flexible lengths|flexible length's">flexible length</dfn>: the <dfnid="positive-flexibility" title="positive flexibility">positive</dfn> and <dfn>negative flexibility</dfn>, and the <dfn>preferred size</dfn>. When the element containing 'flex' is a <i>flexbox item</i>, 'flex' is consulted <em>instead of</em> the <i>main size property</i> to determine the <i>main size</i> of the element. If an element is not a <i>flexbox item</i>, 'flex' has no effect.</p>
@@ -605,8 +605,8 @@ <h2 id='flexibility'>
605
605
<p>If the <code><preferred-size></code> is ''0'', it <strong>must</strong> be specified with a unit (like ''0px'') to avoid ambiguity; unitless zero will either be interpreted as as one of the flexibilities, or is a syntax error.</p>
606
606
607
607
<p>The keyword 'none' computes to "0 0 auto". </p>
608
-
609
-
<p>A ''<flex>'' value is transitionable, by transitioning the <i>preferred size</i>, <i>positive flexibility</i>, and <i>negative flexibility</i> independently. ''<flex>'' can also transition to and from a <length>, by treating the length as if it were a flexible length with a positive and negative flexibility of zero and a preferred size of the length.</p>
608
+
609
+
<p>The 'flex' property is transitionable if the <i>preferred size</i> is transitionable, by transitioning the <i>positive flexibility</i>, <i>negative flexibility</i>, and <i>preferred size</i> independently.</p>
610
610
611
611
<divclass='example'>
612
612
<p>Flexibility allows elements to respond directly to the available space,
0 commit comments