[csswg-drafts] [resize-observer] "calculate box size" should specify it's using a ResizeObserverSize (#7615)

Loirooriol has just created a new issue for https://github.com/w3c/csswg-drafts:

== [resize-observer] "calculate box size" should specify it's using a ResizeObserverSize ==
https://drafts.csswg.org/resize-observer-1/#calculate-box-size just starts like

> Set *computedSize*.inlineSize to *target*’s [...]
> [...]
> return *computedSize*

But it never says what this `computedSize` is. I guess it's a [`ResizeObserverSize`](https://drafts.csswg.org/resize-observer-1/#resizeobserversize)?

So the algorithm should start like

> Let *computedSize* be a new ResizeObserverSize object.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7615 using your GitHub account


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

Received on Wednesday, 17 August 2022 20:36:11 UTC