- From: smaug---- <notifications@github.com>
- Date: Wed, 11 Feb 2026 07:50:45 -0800
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 February 2026 15:50:49 UTC
@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