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

@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