Skip to content

Commit 011d0c6

Browse files
committed
[css-flexbox] Fix definition of inflexibe
1 parent ba59369 commit 011d0c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ Flexibility</h2>
14691469
A flex container distributes free space to its items (proportional to their <a>flex grow factor</a>) to fill the container,
14701470
or shrinks them (proportional to their <a>flex shrink factor</a>) to prevent overflow.
14711471

1472-
A <a>flex item</a> is <dfn>inflexible</dfn>
1472+
A <a>flex item</a> is <dfn>fully inflexible</dfn>
14731473
if both its 'flex-grow' and 'flex-shrink' values are zero,
14741474
and <dfn>flexible</dfn> otherwise.
14751475

@@ -1616,7 +1616,7 @@ Basic Values of 'flex'</h4>
16161616
<dd>
16171617
Equivalent to ''flex: 0 0 auto''.
16181618
This value sizes the item according to the 'width'/'height' properties,
1619-
but makes the flex item fully inflexible.
1619+
but makes the flex item <a>fully inflexible</a>.
16201620
This is similar to ''initial'',
16211621
except that flex items are not allowed to shrink,
16221622
even in overflow situations.
@@ -2706,7 +2706,7 @@ Definite and Indefinite Sizes</h3>
27062706
definite for the purpose of layout; see <a href="#algo-stretch">step 11</a>.
27072707
</ol>
27082708

2709-
Note: The main size of an inflexible item with a <a>definite</a> <a>flex basis</a>
2709+
Note: The main size of a <a>fully inflexible</a> item with a <a>definite</a> <a>flex basis</a>
27102710
is, by definition, <a>definite</a>.
27112711

27122712

0 commit comments

Comments
 (0)