[csswg-drafts] [css-resizeobserver] The monkey patching of the event loop processing model appears to be outdated (#4824)

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

== [css-resizeobserver] The monkey patching of the event loop processing model appears to be outdated ==
The entire section about [HTML event loop processing model](https://drafts.csswg.org/resize-observer-1/#html-event-loop) appears to be outdated.

I think this section is trying to monkey patch step 14 of [updating the rendering](https://html.spec.whatwg.org/multipage/webappapis.html#update-the-rendering) step in the current processing model.

The spec also mentions steps like "recall styles" and "update layout". Since these aren't concepts formally defined anywhere, it's probably best to consolidate as a single step to generate or update the CSS boxes and their geometry or something instead too.

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

Received on Wednesday, 4 March 2020 06:18:22 UTC