Skip to content

Commit 7ee7706

Browse files
committed
Make sure that we consistently refer to 'positive/negative flex ratio' everywhere.
1 parent a50ba0d commit 7ee7706

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css3-flexbox/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -791,8 +791,8 @@ <h2 id='flexibility'>
791791
The defining aspect of flexbox layout is the ability to make the <i>flexbox items</i> "flex",
792792
altering their width or height to fill the available space.
793793
This is done with the 'flex' property.
794-
A flexbox distributes free space to its items proportional to their positive flexibility,
795-
or shrinks them to prevent overflow proportional to their negative flexibility.
794+
A flexbox distributes free space to its items proportional to their <i>positive flex ratio</i>,
795+
or shrinks them to prevent overflow proportional to their <i>negative flex ratio</i>.
796796

797797
<table class=propdef>
798798
<tr>
@@ -1683,8 +1683,8 @@ <h3 id='resolve-flexible-lengths'>
16831683
Sum the hypothetical outer main sizes of all items on the line,
16841684
clamped according to their min and max main size properties.
16851685
If the sum is greater than the flexbox's inner main size,
1686-
use positive flexibility for the rest of this algorithm;
1687-
otherwise, use negative flexibility.
1686+
use the <i>positive flex ratio</i> for the rest of this algorithm;
1687+
otherwise, use the <i>negative flex ratio</i>.
16881688

16891689
<li>
16901690
<strong>Check that you can distribute any space.</strong>

0 commit comments

Comments
 (0)