File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments