[csswg-drafts] [css-break] Minimum for a break is sum of 'orphans' and 'widows' (#6229)

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

== [css-break] Minimum for a break is sum of 'orphans' and 'widows' ==
https://drafts.csswg.org/css-break/#widows-orphans contains:

> If a block contains fewer lines than the value of widows or orphans, the rule simply becomes that all lines in the block must be kept together.

The lines in the block must be kept together if the block contains fewer lines than the sum of 'orphans' and 'widows'. For example, with `orphans: 2;` and `widows: 2;`, a three-line block cannot be broken because that would leave one line either before or after the break.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 20 April 2021 20:55:14 UTC