Re: [csswg-drafts] [resize-observer] Why does ResizeObserver not fire on non-replaced inline elements? (#6358)

`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