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

@danielsakhapov commented on this pull request.



> +
+   1. Let |pseudoInstance| be the result of calling |originatingElement|.<code>pseudo(|type|)</code>
+
+    <p class="note">
+    This step ensures that |pseudoInstance| is the canonical {{CSSPseudoElement}} object
+    for that pseudo-element. It must be the same object instance that would be returned
+    by calling <code>originatingElement.pseudo(type)</code>.
+    </p>
+
+   1. Set |event|'s <code>pseudoTarget</code> attribute to |pseudoInstance|
+
+  </div><!-- algorithm -->
+
+  <p class="note">
+  The hit testing algorithm used to determine which element or pseudo-element
+  is at a given point is implementation-defined. When the result of hit testing

Changed the wording

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

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

Received on Tuesday, 3 February 2026 19:46:38 UTC