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

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



> @@ -54,6 +54,45 @@
 
   </div><!-- algorithm -->
 
+ <h3 id="pseudo-element-event-dispatch">Pseudo-Element Event Dispatch</h3>
+
+  When the target of a user interaction is a [=pseudo-element=], the
+  {{UIEvent/pseudoTarget}} attribute is set to identify the specific pseudo-element involved.

Is this stuff supposed to work with click events? If so, how? Click events are dispatched to the common ancestor, so the pseudo-element on which mouse/pointerup happens might have nothing to do with the target of the click.

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

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

Received on Wednesday, 11 February 2026 15:57:26 UTC