- From: Daniil Sakhapov <notifications@github.com>
- Date: Wed, 11 Feb 2026 08:28:12 -0800
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 February 2026 16:28:16 UTC
@danielsakhapov 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;
I initially added it only to selected list of events, but David suggested to put it on UIEvent.
But your comment made me realize I didn't include a note saying that mouse boundary events are disabled for .pseudoTarget! Which I was sure I added... Coming with a fix now
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/pull/413#discussion_r2794199317
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/uievents/pull/413/review/3785838145@github.com>
Received on Wednesday, 11 February 2026 16:28:16 UTC