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

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



> +   : 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
+    (which can be either {{Element}} or {{CSSPseudoElement}}) to ensure that |pseudoInstance|
+    is a canonical object representing |pseudoElement|.
+    </p>
+
+   1. Set |event|'s <code>pseudoTarget</code> attribute to |pseudoInstance|
+

just asking if there are tests for this proposed API change.  Those need some reviewing too. But sounds like there will be, but there aren't yet.

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

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

Received on Monday, 9 February 2026 12:30:56 UTC