Re: [csswg-drafts] [resize-observer] Unclear if ResizeObservation constructor takes a ResizeObserverOptions or a ResizeObserverBoxOptions (#7548)

Aligned spec with implementations: `ResizeObservation` takes a `ResizeObserverBoxOptions` in Chromium, WebKit and Firefox. It's extracted in `observe()`:

 - https://searchfox.org/mozilla-central/rev/14781effaa15c12b1652beb75f021489567bad8f/dom/base/ResizeObserver.cpp#278
 - https://searchfox.org/wubkat/rev/39f864825530508e840e70c8510536e47e229e8c/Source/WebCore/page/ResizeObserver.cpp#83
 - https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/resize_observer/resize_observer.cc;drc=a3f948a7ac95532f49df95f248cad3be656f1f98;l=102

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


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

Received on Thursday, 4 August 2022 15:44:16 UTC