07:16
<Noam Rosenthal>
A mictotask check point only takes effect when the js stack is empty. When you call dispatchEvent from within a script you are still inside a js stack
07:17
<Noam Rosenthal>
Event dispatching itself is synchronous, however most/some events are fired within their own task and the spec would say something like "queue a task to fire an event".
07:21
<Noam Rosenthal>
Link to the mdn thread @yuval.rio:matrix.org?
07:37
<Noam Rosenthal>
Native events are synchronous in the sense that if multiple event dispatches or callbacks or promise resolutions occur in the same task, each can observe each other's side effects in order. It is roughly "call all the event listeners and then perform a mictotask checkpoint".
16:46
<mfreed>
Hi all, just a friendly reminder to post any discussion topics for this Thursday's joint CSSWG/WHATWG/OpenUI task force meeting to the meeting agenda issue: https://github.com/whatwg/html/issues/12291
17:05
<foolip>
@hsivonen:mozilla.org: we want to advance