Skip to content

Commit

Permalink
[css-rhythm] Handle truncated margins. #1260
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Aug 4, 2017
1 parent 6c647cc commit 45d60cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css-rhythm/Overview.bs
Expand Up @@ -245,6 +245,15 @@ Specifying Alignment: the 'block-step-align' property {#block-step-align}
is inserted on the <a>end</a> side of the box.
</dl>

In all cases,
additional spacing cannot be added to margins
that are truncated due to unforced page breaks
(see [[CSS3-PAGE]]);
therefore if 'block-step-insert' is ''margin'',
all extra space derived from applying 'block-step-size'
must be inserted on the opposite side of the box
(regardless of 'block-step-align').

Rounding Method: the 'block-step-round' property {#block-step-round}
------------------------------------------------

Expand Down

0 comments on commit 45d60cd

Please sign in to comment.