- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Tue, 06 Mar 2018 04:45:44 +0000
- To: public-css-archive@w3.org
I don't see any reason why there would be fragmentation of an inline box due to a source line break; that seems really weird to me. Fragmentation is caused by needing to split up the box, e.g. due to splitting across lines or bidi reordering or block-in-inline splits... In some cases you might have adjacent fragments, due to bidi, but there shouldn't be adjacent fragments in the general case. Turning on box-decoration-break: clone would give non-interoperable, random results otherwise. -- GitHub Notification of comment by fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1545#issuecomment-370661066 using your GitHub account
Received on Tuesday, 6 March 2018 04:46:15 UTC