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

[resize-observer-1] attributes cannot be sequence<T> #4683 #4909

Merged
merged 1 commit into from
Mar 27, 2020

Conversation

sahirv
Copy link
Contributor

@sahirv sahirv commented Mar 27, 2020

Fix invalid WebIDL by changing sequence to FrozenArray for lastReportedSizes in the ResizeObservation interface. Currently there are still normative references to this non-normative interface, discussed in #3839. These will be addressed in a follow-up.

* Update Overview.bs

* Remove "frozen" from lastReportedSizes description
Copy link
Contributor

@dlibby- dlibby- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@dlibby- dlibby- merged commit 28c0053 into w3c:master Mar 27, 2020
JTensai pushed a commit to JTensai/csswg-drafts that referenced this pull request May 13, 2020
Fix invalid WebIDL by changing sequence to FrozenArray for lastReportedSizes in the ResizeObservation interface. Currently there are still normative references to this non-normative interface, discussed in w3c#3839. These will be addressed in a follow-up.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants