Skip to content

Commit 5315bee

Browse files
committed
[css-flexbox] Avoid single-line confusion. Linkify more things.
1 parent a51a66a commit 5315bee

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

css-flexbox/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2167,11 +2167,11 @@ <h3 class="heading settled heading" data-level=9.4 id=cross-sizing><span class=s
21672167
<strong>Calculate the cross size of each flex line.</strong>
21682168

21692169
<p>
2170-
If the flex container has only a single line
2171-
(even if it’s a <a data-link-type=dfn href=#multi-line title=multi-line>multi-line</a> flex container)
2172-
and has a <a data-link-type=dfn href=#definite title=definite>definite</a> cross size,
2173-
the cross size of the flex line
2174-
is the flex container’s inner cross size.
2170+
If the flex container has only one <a data-link-type=dfn href=#flex-line title="flex line">flex line</a>
2171+
(even if it’s a <a data-link-type=dfn href=#multi-line title=multi-line>multi-line</a> <a data-link-type=dfn href=#flex-container title="flex container">flex container</a>)
2172+
and has a <a data-link-type=dfn href=#definite title=definite>definite</a> <a data-link-type=dfn href=#cross-size title="cross size">cross size</a>,
2173+
the <a data-link-type=dfn href=#cross-size title="cross size">cross size</a> of the <a data-link-type=dfn href=#flex-line title="flex line">flex line</a>
2174+
is the <a data-link-type=dfn href=#flex-container title="flex container">flex container</a>’s inner <a data-link-type=dfn href=#cross-size title="cross size">cross size</a>.
21752175

21762176
<p>
21772177
Otherwise,

css-flexbox/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,11 +2154,11 @@ <h3 id='cross-sizing'>
21542154
<strong>Calculate the cross size of each flex line.</strong>
21552155

21562156
<p>
2157-
If the flex container has only a single line
2158-
(even if it's a <i>multi-line</i> flex container)
2159-
and has a <i>definite</i> cross size,
2160-
the cross size of the flex line
2161-
is the flex container's inner cross size.
2157+
If the flex container has only one <i>flex line</i>
2158+
(even if it's a <i>multi-line</i> <i>flex container</i>)
2159+
and has a <i>definite</i> <i>cross size</i>,
2160+
the <i>cross size</i> of the <i>flex line</i>
2161+
is the <i>flex container</i>'s inner <i>cross size</i>.
21622162

21632163
<p>
21642164
Otherwise,

0 commit comments

Comments
 (0)