Skip to content

Commit 45d60cd

Browse files
committed
[css-rhythm] Handle truncated margins. #1260
1 parent 6c647cc commit 45d60cd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

css-rhythm/Overview.bs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,15 @@ Specifying Alignment: the 'block-step-align' property {#block-step-align}
245245
is inserted on the <a>end</a> side of the box.
246246
</dl>
247247

248+
In all cases,
249+
additional spacing cannot be added to margins
250+
that are truncated due to unforced page breaks
251+
(see [[CSS3-PAGE]]);
252+
therefore if 'block-step-insert' is ''margin'',
253+
all extra space derived from applying 'block-step-size'
254+
must be inserted on the opposite side of the box
255+
(regardless of 'block-step-align').
256+
248257
Rounding Method: the 'block-step-round' property {#block-step-round}
249258
------------------------------------------------
250259

0 commit comments

Comments
 (0)