diff --git a/css-rhythm/Overview.bs b/css-rhythm/Overview.bs index 51aafb14e95..b586d712a6e 100644 --- a/css-rhythm/Overview.bs +++ b/css-rhythm/Overview.bs @@ -245,6 +245,15 @@ Specifying Alignment: the 'block-step-align' property {#block-step-align} is inserted on the end side of the box. + 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} ------------------------------------------------