Skip to content

Commit a51a66a

Browse files
committed
[css-flexbox] Fix Tab's 'typo'.
1 parent 4bd3fe4 commit a51a66a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-flexbox/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2088,7 +2088,7 @@ <h3 class="heading settled heading" data-level=9.2 id=line-sizing><span class=se
20882088
using its <a data-link-type=dfn href=#flex-basis title="flex basis">flex basis</a> in place of its <a data-link-type=dfn href=#main-size title="main size">main size</a>,
20892089
treating a <a data-link-type=dfn href=#main-size title="main size">main size</a> of <a class=css-code data-link-for=width data-link-type=value title=auto>auto</a> as <span class=css data-link-type=maybe title=max-content>max-content</span>.
20902090
If a <a data-link-type=dfn href=#cross-size title="cross size">cross size</a> is needed to determine the <a data-link-type=dfn href=#main-size title="main size">main size</a>
2091-
(e.g. when the <a data-link-type=dfn href=#flex-item title="flex item">flex item</a>’s <a data-link-type=dfn href=#main-size title="main size">main size</a> is in it’s block axis)
2091+
(e.g. when the <a data-link-type=dfn href=#flex-item title="flex item">flex item</a>’s <a data-link-type=dfn href=#main-size title="main size">main size</a> is in its block axis)
20922092
and the <a data-link-type=dfn href=#flex-item title="flex item">flex item</a>’s cross size is <a class=css data-link-type=maybe href=#valuedef-auto0 title=auto>auto</a> and not <a data-link-type=dfn href=#definite title=definite>definite</a>,
20932093
in this calculation use <span class=css data-link-type=maybe title=fit-content>fit-content</span> as the <a data-link-type=dfn href=#flex-item title="flex item">flex item</a>’s <a data-link-type=dfn href=#cross-size title="cross size">cross size</a>.
20942094
The <a data-link-type=dfn href=#flex-base-size title="flex base size">flex base size</a> is the item’s resulting <a data-link-type=dfn href=#main-size title="main size">main size</a>.

css-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2075,7 +2075,7 @@ <h3 id='line-sizing'>
20752075
using its <i>flex basis</i> in place of its <i>main size</i>,
20762076
treating a <i>main size</i> of <a value for=width>auto</a> as ''max-content''.
20772077
If a <i>cross size</i> is needed to determine the <i>main size</i>
2078-
(e.g. when the <i>flex item</i>’s <i>main size</i> is in it’s block axis)
2078+
(e.g. when the <i>flex item</i>’s <i>main size</i> is in its block axis)
20792079
and the <i>flex item</i>’s cross size is ''auto'' and not <i>definite</i>,
20802080
in this calculation use ''fit-content'' as the <i>flex item</i>’s <i>cross size</i>.
20812081
The <i>flex base size</i> is the item's resulting <i>main size</i>.

0 commit comments

Comments
 (0)