Skip to content

Commit f723162

Browse files
committed
[css-flexbox] Missed some errant width/height words.
1 parent b013975 commit f723162

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -923,13 +923,13 @@ Implied Minimum Size of Flex Items</h3>
923923
<dd>
924924
is defined if the item’s 'flex-basis' is ''main-size''
925925
and its computed <a>main size property</a> is <a>definite</a>,
926-
and is that width (clamped by its <a>max main size property</a> if it's <a>definite</a>).
926+
and is that size (clamped by its <a>max main size property</a> if it's <a>definite</a>).
927927

928928
<dt><var>transferred size</var>
929929
<dd>
930930
is defined if the item has an intrinsic aspect ratio
931931
and its computed <a>cross size property</a> is <a>definite</a>,
932-
and is that height (clamped by its <a title="min cross size property">min and max cross size properties</a> if they are <a>definite</a>),
932+
and is that size (clamped by its <a title="min cross size property">min and max cross size properties</a> if they are <a>definite</a>),
933933
converted through the aspect ratio.
934934

935935
<dt><var>content size</var>

css-flexbox/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,13 +1058,13 @@ <h3 class="heading settled" data-level=4.5 id=min-size-auto><span class=secno>4.
10581058
<dd>
10591059
is defined if the item’s <a class=property data-link-type=propdesc href=#propdef-flex-basis title=flex-basis>flex-basis</a> is <a class=css data-link-type=maybe href=#valdef-flex-basis-main-size title=main-size>main-size</a>
10601060
and its computed <a data-link-type=dfn href=#main-size-property title="main size property">main size property</a> is <a data-link-type=dfn href=#definite title=definite>definite</a>,
1061-
and is that width (clamped by its <a data-link-type=dfn href=#main-size-property title="max main size property">max main size property</a> if it’s <a data-link-type=dfn href=#definite title=definite>definite</a>).
1061+
and is that size (clamped by its <a data-link-type=dfn href=#main-size-property title="max main size property">max main size property</a> if it’s <a data-link-type=dfn href=#definite title=definite>definite</a>).
10621062

10631063
<dt><var>transferred size</var>
10641064
<dd>
10651065
is defined if the item has an intrinsic aspect ratio
10661066
and its computed <a data-link-type=dfn href=#cross-size-property title="cross size property">cross size property</a> is <a data-link-type=dfn href=#definite title=definite>definite</a>,
1067-
and is that height (clamped by its <a data-link-type=dfn href=#cross-size-property title="min cross size property">min and max cross size properties</a> if they are <a data-link-type=dfn href=#definite title=definite>definite</a>),
1067+
and is that size (clamped by its <a data-link-type=dfn href=#cross-size-property title="min cross size property">min and max cross size properties</a> if they are <a data-link-type=dfn href=#definite title=definite>definite</a>),
10681068
converted through the aspect ratio.
10691069

10701070
<dt><var>content size</var>

0 commit comments

Comments
 (0)