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

@smaug---- commented on this pull request.



> @@ -28,6 +28,7 @@
     constructor(DOMString type, optional UIEventInit eventInitDict = {});
     readonly attribute Window? view;
     readonly attribute long detail;
+    readonly attribute CSSPseudoElement? pseudoTarget;

Hmm, actually, why are we adding pseudoTarget to UIEvent? Which all events this will be used with?

I'm just pondering if this could be in MouseEvent

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

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

Received on Wednesday, 11 February 2026 15:50:49 UTC