07:33
<Domenic>
Anyone able to be a good reviewer for CSSOMView / MouseEvents stuff? A community contributor to jsdom is trying to improve the test coverage, and it looks like browsers aren't doing great, so getting some opinion on which of the browser/test/specs should change would be helpful: https://github.com/web-platform-tests/wpt/pull/38912
13:44
<Noam Rosenthal>
Domenic: yes I encountered these exact issues when I was chasing layout thrashing in wikipedia. e.g. https://bugs.chromium.org/p/chromium/issues/detail?id=1054515. My opinion is that interop around mouse events is terrible. Perhaps this can go into interop2024?
13:45
<Noam Rosenthal>
it needs a concentrated cross-vendor effort to get fixed
13:52
<Noam Rosenthal>
IIRC there was some reluctancy to touch any of this because of backwards compatibility