- From: Daniil Sakhapov <notifications@github.com>
- Date: Tue, 03 Feb 2026 11:45:56 -0800
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 3 February 2026 19:46:00 UTC
@danielsakhapov commented on this pull request.
> @@ -54,6 +54,47 @@
</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
+ {{MouseEvent/pseudoTarget}}, {{FocusEvent/pseudoTarget}}, or
+ {{KeyboardEvent/pseudoTarget}} attribute is set to identify the specific pseudo-element involved.
+
+ <div class="algorithm" data-algorithm="set-pseudo-target-for-event">
+ <h4 id="set-pseudo-target-for-event-id"><dfn>set pseudo-target for event</dfn></h4>
+
+ : Input
+ :: |event|, the event being dispatched ({{MouseEvent}}, {{FocusEvent}}, or {{KeyboardEvent}})
Moved all to `UIEvent`.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/pull/413#discussion_r2760713348
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/uievents/pull/413/review/3747234640@github.com>
Received on Tuesday, 3 February 2026 19:46:00 UTC