Skip to content

Commit d19bfe0

Browse files
committed
[css-flexbox] Remove some issues.
1 parent 91abe89 commit d19bfe0

2 files changed

Lines changed: 29 additions & 66 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2076,9 +2076,6 @@ Line Length Determination</h3>
20762076
then the <i>flex base size</i> is calculated from its inner <i>cross size</i>
20772077
and the <i>flex item</i>&rsquo;s intrinsic aspect ratio.
20782078

2079-
<p class='issue'>
2080-
This substep needs review, see thread at <a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0781.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0781.html</a>.
2081-
20822079
<li>
20832080
If the <a>flex basis</a> is <a value for=width>auto</a> or depends on its available size,
20842081
and the flex container is being sized under a min-content or max-content constraint
@@ -2170,12 +2167,6 @@ Cross Size Determination</h3>
21702167
by performing layout with the used main size and the available space,
21712168
treating <a value for=width>auto</a> as ''fit-content''.
21722169

2173-
<p class='note issue'>
2174-
Note that if the flex item's cross size is indefinite,
2175-
any children with percentage cross sizes will be resolved as for <a value for=width>auto</a>.
2176-
However, if the flex item is ''align-self: stretch'',
2177-
these will be resolved in a later step.
2178-
21792170
<li id='algo-cross-line'>
21802171
<strong>Calculate the cross size of each flex line.</strong>
21812172

@@ -2247,16 +2238,14 @@ Cross Size Determination</h3>
22472238
Otherwise,
22482239
the used cross size is the item's <i>hypothetical cross size</i>.
22492240

2241+
If the flex item has ''align-self: stretch'',
2242+
redo layout for its contents,
2243+
treating this used size as its definite cross size
2244+
so that percentage-sized children can be resolved.
2245+
22502246
<p class='note'>
22512247
Note that this step does not affect the main size of the flex item,
22522248
even if it has an intrinsic aspect ratio.
2253-
2254-
<p class='issue'>
2255-
Proposed text:
2256-
If the flex item has ''align-self: stretch'',
2257-
redo layout for its contents,
2258-
treating this used size as its definite cross size
2259-
so that percentage-sized children can be resolved.
22602249
</ol>
22612250

22622251
<h3 id='main-alignment'>

0 commit comments

Comments
 (0)