Files
servo/components/script
Simon Wülker d5f02b6f15 script: Fire pointer, mouseenter, and mouseleaveevents respecting the flat tree (#42987)
The [spec](https://w3c.github.io/pointerevents/#the-pointerenter-event)
says that pointer events should be fired for the element hovered by the
pointer and all its ancestors. That implies using the flat tree, which
we were not doing before.

Testing: This change fixes a web platform test and makes
https://github.com/simeydotme/hover-tilt work in servo

---------

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
2026-03-03 11:37:26 +00:00
..
2026-03-01 14:15:27 +00:00
2025-10-02 07:51:19 +00:00