- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Wed, 28 Sep 2022 17:41:01 +0000
- To: public-css-archive@w3.org
Regarding `box-decoration-break: clone`, Blink doesn't support it in the block axis. And as I said Gecko only uses the content size, so e.g. in a multicol which is 100px tall, an element with a 10px border and a content height of 125px will have 2 fragments: one with a content height of 80px / border height of 100px, and another with a content height of 45px / border height of 65px. Then the last remembered height will be 80px + 45px = 125px. Then when using the last remembered size, it will keep a content height of 125px. In other words, when "stitching together in block axis", cloned box decorations are removed, then we take the bounding content size. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7598#issuecomment-1261244376 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 28 September 2022 17:41:02 UTC