- From: Xiaocheng Hu via GitHub <sysbot+gh@w3.org>
- Date: Mon, 26 Jun 2023 22:30:17 +0000
- To: public-css-archive@w3.org
What if the `position-fallback-bounds` element's box is fragmented? The current Chromium implementation can only use the axis-aligned bounding rect as the bounding box. And it would be super complicated to use the union of the fragments instead (which looks a bit more natural I guess?), so I don't think this is going to happen. Anyway, I don't think this is an important case. I think we can keep using the axis-aligned bounding rect for now, just for the sake of spec completeness. (plus we haven't figured out how to do position fallback with fragmented containing block yet...) -- GitHub Notification of comment by xiaochengh Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8724#issuecomment-1608407646 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 26 June 2023 22:30:19 UTC