Skip to content

Commit 43d3525

Browse files
committed
make it clear that hypothetical cross size is determined by performing layout
1 parent faf8a4c commit 43d3525

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2995,9 +2995,9 @@ <h3 id=main-sizing><span class=secno>9.3. </span> Main Size Determination</h3>
29952995

29962996
<li id=algo-flex> <strong><a href="#resolve-flexible-lengths">Resolve the
29972997
flexible lengths</a></strong> of all the flex items to find their used
2998-
main size, and <strong>determine their <dfn
2999-
id=hypothetical-cross-size>hypothetical cross size</dfn></strong>
3000-
assuming this main size. (See section 9.7.)
2998+
main size (see section 9.7.), and <strong>determine their <dfn
2999+
id=hypothetical-cross-size>hypothetical cross size</dfn></strong> by
3000+
performing layout assuming this used main size and the available space.
30013001
</ol>
30023002

30033003
<h3 id=cross-sizing><span class=secno>9.4. </span> Cross size determination</h3>

css3-flexbox/Overview.src.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2312,8 +2312,10 @@ <h3 id='main-sizing'>
23122312
</ul>
23132313

23142314
<li id='algo-flex'>
2315-
<strong><a href='#resolve-flexible-lengths'>Resolve the flexible lengths</a></strong> of all the flex items to find their used main size,
2316-
and <strong>determine their <dfn>hypothetical cross size</dfn></strong> assuming this main size. (See section 9.7.)
2315+
<strong><a href='#resolve-flexible-lengths'>Resolve the flexible lengths</a></strong> of all the flex items
2316+
to find their used main size (see section 9.7.),
2317+
and <strong>determine their <dfn>hypothetical cross size</dfn></strong>
2318+
by performing layout assuming this used main size and the available space.
23172319
</ol>
23182320

23192321
<h3 id='cross-sizing'>

0 commit comments

Comments
 (0)