- From: Ian Kilpatrick via GitHub <noreply@w3.org>
- Date: Thu, 29 May 2025 18:06:40 +0000
- To: public-css-archive@w3.org
> Should block-in-inline be skipped too? There's also the bidi reordering, and column-spanner-in-block cases. A block-in-inline doesn't have more than one fragment so it shouldn't be skipped right? IMO this would be pretty bad to skip all block-in-inlines from a web-dev point of view as things like: ``` <my-component> <div></div> </my-component> ``` Creates a block-in-inline by default. The current wording is only when a box itself produces more than one fragment, e.g. if it spans a column break. -- GitHub Notification of comment by bfgeek Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12217#issuecomment-2920178401 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 29 May 2025 18:06:41 UTC