- From: smaug---- <notifications@github.com>
- Date: Mon, 09 Feb 2026 01:28:54 -0800
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 9 February 2026 09:28:58 UTC
@smaug---- commented on this pull request.
> + <h4 id="set-pseudo-target-for-event-id"><dfn>set pseudo-target for event</dfn></h4>
+
+ : Input
+ :: |event|, the event being dispatched ({{UIEvent}})
+ :: |pseudoElement|, the [=pseudo-element=] that was the target of the interaction, or null
+
+ : Output
+ :: None
+
+ 1. If |pseudoElement| is null, then exit
+
+ 1. Let |pseudoInstance| be the {{CSSPseudoElement}} representing the |pseudoElement|
+
+ <p class="note">
+ This {{CSSPseudoElement}} must be the same object instance that would be returned
+ by calling <code>.pseudo(type)</code> on the |pseudoElement|'s originating element
What is .pseudo(type) ?
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/pull/413#pullrequestreview-3772181392
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/uievents/pull/413/review/3772181392@github.com>
Received on Monday, 9 February 2026 09:28:58 UTC