[csswg-drafts] [css-rhythm-1] Intro should list block boxes use-case before line boxes

tantek has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-rhythm-1] Intro should list block boxes use-case before line boxes ==
https://drafts.csswg.org/css-rhythm/#intro

Basically switch:
* Adjust heights of line boxes to multiples of the specified length.
* Adjust heights of block-level boxes to multiples of the specified length.

To:
* Adjust heights of block-level boxes to multiples of the specified length.
* Adjust heights of line boxes to multiples of the specified length.

And switch this:

By controlling heights of line boxes, lines of text in different fonts can create consistent visuals to help readability.

Also by stacking such line boxes, authors can align lines across columns, pages, scroll-snapped blocks, or multiple blocks placed absolutely, to produce vertical rhythm.

to (something like) :

By stacking blocks at multiples, authors can align lines across columns, pages, scroll-snapped blocks, or multiple blocks placed absolutely, to produce vertical rhythm.

Also, by controlling heights of line boxes, lines of text in different fonts can create consistent visuals to help readability.



Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1152 using your GitHub account

Received on Friday, 31 March 2017 20:41:06 UTC