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] Referred step from HTML Processing Model should now be 16 #7546

Closed
Loirooriol opened this issue Jul 31, 2022 · 0 comments
Closed

Comments

@Loirooriol
Copy link
Contributor

https://drafts.csswg.org/resize-observer/#integrations

ResizeObserver processing happens inside the step 7.12 of the HTML Processing Model event loop.
Step 12 is currently underspecified as:
"For each fully active Document in docs, update the rendering or user interface of that Document and its browsing context to reflect the current state.".

But looking at https://html.spec.whatwg.org/multipage/webappapis.html#update-the-rendering, this is now step 16

  1. For each fully active Document in docs, update the rendering or user interface of that Document and its browsing context to reflect the current state.
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

1 participant