Skip to content

Commit a471d92

Browse files
committed
--HG-- extra : rebase_source : 16325ca7b230012f82803303890b1147f27712b5
1 parent 0617958 commit a471d92

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1736,8 +1736,8 @@ Cross-axis Alignment: the 'align-items' and 'align-self' properties</h3>
17361736

17371737
<p>
17381738
A value of <dfn value for=align-self>auto</dfn> for 'align-self'
1739-
computes to the value of 'align-items' on the flex item’s parent,
1740-
or <a value for=align-self>stretch</a> if the flex item has no parent.
1739+
computes to the value of 'align-items' on the element’s parent,
1740+
or <a value for=align-self>stretch</a> if the element has no parent.
17411741
The alignments are defined as:
17421742

17431743
<dl dfn-type=value dfn-for="align-items align-self">
@@ -2074,8 +2074,8 @@ Line Length Determination</h3>
20742074
<li>
20752075
If the flex item has ...
20762076
<ul>
2077-
<li>an intrinsic aspect ratio
2078-
<li>a <a>flex basis</a> of <a value for=width>auto</a>
2077+
<li>an intrinsic aspect ratio,
2078+
<li>a <a>flex basis</a> of <a value for=width>auto</a>, and
20792079
<li>a definite <i>cross size</i>
20802080
</ul>
20812081
then the <i>flex base size</i> is calculated from its inner <i>cross size</i>

css-flexbox/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,8 +1752,8 @@ <h3 class="heading settled heading" data-level=8.3 id=align-items-property><span
17521752

17531753
<p>
17541754
A value of <dfn class=css-code data-dfn-for=align-self data-dfn-type=value data-export="" id=valuedef-auto>auto<a class=self-link href=#valuedef-auto></a></dfn> for <a class=property data-link-type=propdesc href=#propdef-align-self title=align-self>align-self</a>
1755-
computes to the value of <a class=property data-link-type=propdesc href=#propdef-align-items title=align-items>align-items</a> on the flex item’s parent,
1756-
or <a class=css-code data-link-for=align-self data-link-type=value href=#valuedef-stretch0 title=stretch>stretch</a> if the flex item has no parent.
1755+
computes to the value of <a class=property data-link-type=propdesc href=#propdef-align-items title=align-items>align-items</a> on the element’s parent,
1756+
or <a class=css-code data-link-for=align-self data-link-type=value href=#valuedef-stretch0 title=stretch>stretch</a> if the element has no parent.
17571757
The alignments are defined as:
17581758

17591759
<dl data-dfn-for="align-items align-self" data-dfn-type=value>
@@ -2072,8 +2072,8 @@ <h3 class="heading settled heading" data-level=9.2 id=line-sizing><span class=se
20722072
<li>
20732073
If the flex item has ...
20742074
<ul>
2075-
<li>an intrinsic aspect ratio
2076-
<li>a <a data-link-type=dfn href=#flex-basis title="flex basis">flex basis</a> of <a class=css-code data-link-for=width data-link-type=value title=auto>auto</a>
2075+
<li>an intrinsic aspect ratio,
2076+
<li>a <a data-link-type=dfn href=#flex-basis title="flex basis">flex basis</a> of <a class=css-code data-link-for=width data-link-type=value title=auto>auto</a>, and
20772077
<li>a definite <a data-link-type=dfn href=#cross-size title="cross size">cross size</a>
20782078
</ul>
20792079
then the <a data-link-type=dfn href=#flex-base-size title="flex base size">flex base size</a> is calculated from its inner <a data-link-type=dfn href=#cross-size title="cross size">cross size</a>

0 commit comments

Comments
 (0)