Skip to content

Commit c3b63f7

Browse files
committed
[css-rhythm-1] Flip order of descriptions in introduction to match order of features in specification, as requested by Tantek Çelik. Fixes #1152
1 parent 4657275 commit c3b63f7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

css-rhythm-1/Overview.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ Introduction {#intro}
3737
is desired in many cases.
3838
This level of the specification focuses on following cases.
3939

40-
* Adjust heights of line boxes to multiples of the specified length.
4140
* Adjust heights of block-level boxes to multiples of the specified length.
41+
* Adjust heights of line boxes to multiples of the specified length.
4242

43-
By controlling heights of line boxes,
43+
By stacking blocks at multiples,
44+
authors can align content across columns, pages, scroll-snapped bocks
45+
or multiple blocks placed absolutely
46+
to maintain vertical rhythm.
47+
48+
Also by controlling heights of line boxes,
4449
lines of text in different fonts can create consistent visuals
4550
to help readability.
4651

47-
Also by stacking such line boxes,
48-
authors can align lines across columns,
49-
pages, scroll-snapped blocks, or multiple blocks placed absolutely,
50-
to produce vertical rhythm.
51-
5252
<div class="figure">
5353
<a href="examples/snap-height.html">
5454
<img src="images/snap-height-sample.png"></a>

0 commit comments

Comments
 (0)