Re: [csswg-drafts] [resize-observer] observe() not triggering initial callback (#5529)

In the following example, I am using a `<p>` inside a `<div>` (instead of a `<span>` inside a `<p>`) to achieve almost the same effect, and the example shows that `observe` does fire initially when used on the `<p>`: https://plnkr.co/edit/uxo1Fal0SGD6tqmJ

But also, I see that the `borderBoxSize` and `contentBoxSize` arrays contain only one item each. I thought there would be 3 items each because the column splits the `<p>` into three parts. Is this a bug?

-- 
GitHub Notification of comment by trusktr
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5529#issuecomment-695068095 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 18 September 2020 20:22:11 UTC