[csswg-drafts] [resize-observer] The initial size of ResizeObservation (#3664)

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

== [resize-observer] The initial size of ResizeObservation ==
https://drafts.csswg.org/resize-observer/#dom-resizeobservation-resizeobservation-target-options

> 4. Set this internal lastReportedSize slot to (0,0)

Not very strong opinion about this.
We might miss this:
- Element's size isn't (0, 0)
- ro.observe(Element)
- Element's size change to (0, 0)

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

Received on Wednesday, 20 February 2019 04:56:09 UTC