Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid WebIDL for ResizeObserverEntry #4782

Closed
tidoust opened this issue Feb 17, 2020 · 2 comments
Closed

Invalid WebIDL for ResizeObserverEntry #4782

tidoust opened this issue Feb 17, 2020 · 2 comments

Comments

@tidoust
Copy link
Member

tidoust commented Feb 17, 2020

The Web IDL definitions of the borderBoxSize, contentBoxSize, and devicePixelContentBoxSize attributes of the ResizeObserverEntry interface are not valid per the Web IDL spec because "Sequences must not be used as the type of an attribute".

The Web IDL spec recommends using a getter operation instead.

@stephenmcgruer
Copy link
Contributor

Dupe of #4683 ?

@tidoust
Copy link
Member Author

tidoust commented Feb 21, 2020

Indeed, I missed that one!

@tidoust tidoust closed this as completed Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants