Skip to content

Commit c704dfb

Browse files
committed
Remove redundant paragraph.
1 parent 4150e65 commit c704dfb

2 files changed

Lines changed: 5 additions & 18 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1778,30 +1778,19 @@ <h2 id=layout-algorithm><span class=secno>7. </span> Flexbox Layout
17781778

17791779
<li>Find the real cross size of the flexbox and its lines.
17801780

1781+
<li>Align the lines, per &lsquo;<a href="#flex-line-pack0"><code
1782+
class=property>flex-line-pack</code></a>&rsquo;.
1783+
17811784
<li>Align in the cross axis, per &lsquo;<a href="#flex-align0"><code
17821785
class=property>flex-align</code></a>&rsquo;.
17831786

17841787
<li>Update layout for the items based on their real cross sizes.
17851788

17861789
<li>Align in the main axis, per &lsquo;<a href="#flex-pack0"><code
17871790
class=property>flex-pack</code></a>&rsquo;.
1788-
1789-
<li>Align the lines, per &lsquo;<a href="#flex-line-pack0"><code
1790-
class=property>flex-line-pack</code></a>&rsquo;.
17911791
</ol>
17921792
</div>
17931793

1794-
<p>The layout algorithm for flexbox is, unfortunately, too complex and
1795-
interdependent to usefully describe in pieces within each property's
1796-
description. As such, the normative layout algorithm is described in this
1797-
chapter. Note that this is the <em>definitive</em> description of the
1798-
flexbox layout algorithm - any information located elsewhere in this spec
1799-
is informative only. Note as well that only the <strong>output</strong> of
1800-
the algorithm is normative. The precise steps described in this section
1801-
are informative, and written with an eye toward clarity and simplicity,
1802-
not efficiency. Any algorithm that achieves the same results is
1803-
acceptable.
1804-
18051794
<p>This section is mainly intended for implementors. Authors writing web
18061795
pages should generally be served well by the individual property
18071796
descriptions, and do not need to read this section unless they have a

css3-flexbox/Overview.src.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -865,18 +865,16 @@ <h2 id='layout-algorithm'>
865865

866866
<li>Find the real cross size of the flexbox and its lines.</li>
867867

868+
<li>Align the lines, per 'flex-line-pack'.</li>
869+
868870
<li>Align in the cross axis, per 'flex-align'.</li>
869871

870872
<li>Update layout for the items based on their real cross sizes.</li>
871873

872874
<li>Align in the main axis, per 'flex-pack'.</li>
873-
874-
<li>Align the lines, per 'flex-line-pack'.</li>
875875
</ol>
876876
</div>
877877

878-
<p>The layout algorithm for flexbox is, unfortunately, too complex and interdependent to usefully describe in pieces within each property's description. As such, the normative layout algorithm is described in this chapter. Note that this is the <em>definitive</em> description of the flexbox layout algorithm - any information located elsewhere in this spec is informative only. Note as well that only the <strong>output</strong> of the algorithm is normative. The precise steps described in this section are informative, and written with an eye toward clarity and simplicity, not efficiency. Any algorithm that achieves the same results is acceptable.</p>
879-
880878
<p>This section is mainly intended for implementors. Authors writing web pages should generally be served well by the individual property descriptions, and do not need to read this section unless they have a deep-seated urge to understand arcane details of CSS layout.</p>
881879

882880
<p>To lay out a flexbox and its contents, follow these steps:</p>

0 commit comments

Comments
 (0)