- From: L. David Baron via GitHub <sysbot+gh@w3.org>
- Date: Thu, 14 May 2020 23:25:00 +0000
- To: public-css-archive@w3.org
dbaron has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-break-3] sentence on truncating cloned margins/border/padding at break points says block-end twice == The [section on unforced breaks](https://drafts.csswg.org/css-break-3/#unforced-breaks) currently has the text: > If even that does not lead to sufficient break points, [cloned margins/border/padding](https://drafts.csswg.org/css-break-3/#valdef-box-decoration-break-clone) at the block-end side are truncated; and if more room is still needed, [cloned margins/border/padding](https://drafts.csswg.org/css-break-3/#valdef-box-decoration-break-clone) are truncated at the block-end side as well. The "if more room is needed" clause is saying the same thing as the previous clause, which doesn't make sense. I suspect it probably intended to say **block-start** rather than **block-end** side for the "if more room is needed" behavior at the end of the sentence. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5070 using your GitHub account
Received on Thursday, 14 May 2020 23:25:02 UTC