[csswg-drafts] [resize-observer] attributes cannot be sequence<T> (#4683)

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

== [resize-observer] attributes cannot be sequence<T> ==
There are 3 such attributes in https://drafts.csswg.org/resize-observer/#resize-observer-entry-interface

https://heycam.github.io/webidl/#idl-sequence says "Sequences must not be used as the type of an attribute or constant." This is because it would return a new JS array every time.

These should probably be FrozenArray<T> instead.


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

Received on Saturday, 18 January 2020 15:50:09 UTC