ResizeObserverEntry has a constructor in the spec |
||||
Issue descriptionhttps://wicg.github.io/ResizeObserver/#resize-observer-entry-interface Blink's ResizeObserverEntry.idl does not have a constructor.
,
Dec 28 2016
@foolip My code and spec format are similar to IntersectionObserver. idl files: https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/observer/ResizeObserverEntry.idl https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl - both do not define constructor in implementation idl specs: https://wicg.github.io/IntersectionObserver/#intersection-observer-entry https://wicg.github.io/ResizeObserver/#resize-observer-entry-interface - both define constructor in spec idl - only ResizeObserver specifies constructor implementation. What do you suggest I fix?
,
Jan 2 2017
IntersectionObserverEntry is issue 674519, so filing a spec issue for that too would be a good idea. If there's no particularly good reason to have the constructors, just removing them from the spec seems fine to me. Reopening to keep track of this until spec and implementation agree.
,
Jan 3 2017
,
Aug 13
|
||||
►
Sign in to add a comment |
||||
Comment 1 by atotic@chromium.org
, Dec 16 2016