Skip to content

Commit 3faec38

Browse files
committed
[css-flexbox] Minor wording tweak to previous commit.
1 parent cf2426f commit 3faec38

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

css-flexbox/Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1998,8 +1998,9 @@ <h2 class="heading settled heading" data-level=9 id=layout-algorithm><span class
19981998
<p>
19991999
As a special case for handling stretched <a data-link-type=dfn href=#flex-item title="flex items">flex items</a>,
20002000
if a <a data-link-type=dfn href=#single-line title=single-line>single-line</a> <a data-link-type=dfn href=#flex-container title="flex container">flex container</a> has a definite cross size,
2001-
any <a data-link-type=dfn href=#flex-item title="flex items">flex items</a> with <a class=css data-link-type=propdesc href=#propdef-align-self title=align-self>align-self: stretch</a> must also be treated as having a definite cross size
2002-
of the flex container’s inner cross size (clamped to the <a data-link-type=dfn href=#flex-item title="flex item">flex item</a>’s min and max <a data-link-type=dfn href=#cross-size title="cross size">cross size</a>).
2001+
the outer <a data-link-type=dfn href=#cross-size title="cross size">cross size</a> of any <a data-link-type=dfn href=#flex-item title="flex items">flex items</a> with <a class=css data-link-type=propdesc href=#propdef-align-self title=align-self>align-self: stretch</a>
2002+
is the flex container’s inner cross size (clamped to the <a data-link-type=dfn href=#flex-item title="flex item">flex item</a>’s min and max <a data-link-type=dfn href=#cross-size title="cross size">cross size</a>)
2003+
and is considered <a data-link-type=dfn href=#definite title=definite>definite</a>.
20032004

20042005
<p>
20052006
The following sections define the algorithm for laying out a flex container and its contents.

css-flexbox/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1981,8 +1981,9 @@ <h2 id='layout-algorithm'>
19811981
<p>
19821982
As a special case for handling stretched <i>flex items</i>,
19831983
if a <i>single-line</i> <i>flex container</i> has a definite cross size,
1984-
any <i>flex items</i> with ''align-self: stretch'' must also be treated as having a definite cross size
1985-
of the flex container's inner cross size (clamped to the <i>flex item</i>&rsquo;s min and max <i>cross size</i>).
1984+
the outer <i>cross size</i> of any <i>flex items</i> with ''align-self: stretch''
1985+
is the flex container's inner cross size (clamped to the <i>flex item</i>’s min and max <i>cross size</i>)
1986+
and is considered <i>definite</i>.
19861987

19871988
<p>
19881989
The following sections define the algorithm for laying out a flex container and its contents.

0 commit comments

Comments
 (0)