Re: [csswg-drafts] Element's display property affects composedPath() calculation unexpectedly (#13070)

Seems like [this explains the behavior](https://www.w3.org/TR/uievents/#event-type-click:~:text=The%20click%20event%20type%20MUST%20be%20dispatched%20on%20the%20topmost%20event%20target%20indicated%20by%20the%20pointer%2C%20when%20the%20user%20presses%20down%20and%20releases%20the%20primary%20pointer%20button).

When you pointer down on `<div class="loading">` and pointer up on `<div class="box">`, the topmost event target encompassing both is `<div class="out">`.

-- 
GitHub Notification of comment by sorvell
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13070#issuecomment-3502501528 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 7 November 2025 13:16:07 UTC