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

@danielsakhapov 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.

Yeah, so the same way as for elements? If both ends of a click happen on a pseudo-element, it goes into .pseudoTarget, if no, then a common ancestor determines that "the target of a user interaction is not a [=pseudo-element=]" and .pseudoTarget is null?

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

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

Received on Wednesday, 11 February 2026 16:38:54 UTC