fantasai wrote:
Oh, hm. I think that reaches way beyond my knowledge areas then.
As someone completely ignorant of the relevant issues, I'd say
"any style changes triggered by the same event are simultaneous".

Can you define "same event"?  :(

DOM event?

There's no concept of "the DOM event triggering the change". A number of changes are not associated with DOM events at all, or happen significantly after the DOM event that "really" triggered them.

Further, while a DOM event is "active", one can have arbitrary changes happening (think DOM events that spin the event loop).

-Boris
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to