- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Fri, 16 Dec 2022 22:52:13 +0000
- To: public-css-archive@w3.org
`getClientRects()` has no problem returning the actual sizes of a non-atomic inline, so I think that ResizeObserver should just stop pretending that the size is zero and just populate the arrays with the fragment sizes. It may be fine (or even required by compat) to keep `contentRect` being an empty rect or something special, but populating `borderBoxSize`, `contentBoxSize` and `devicePixelContentBoxSize` as normal seems useful. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6358#issuecomment-1355748257 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 16 December 2022 22:52:15 UTC