Re: [w3c/uievents] Add .pseudoTarget property to selected event types (PR #413)

josepharhar left a comment (w3c/uievents#413)

> This doesn't seem to handle event dispatch in Shadow DOM. We don't want to leak pseudo element usage in shadow DOM to light DOM.

I just tested this out in chrome, and it does leak the shadow root for a composed click event. Do you think that we should remove the pseudoTarget property completely for composed events? Or keep it with the pseudo-element name (`type` property) and retarget the `element` and `parent` properties?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/pull/413#issuecomment-4423692081
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/uievents/pull/413/c4423692081@github.com>

Received on Monday, 11 May 2026 18:38:30 UTC