- From: Bramus via GitHub <sysbot+gh@w3.org>
- Date: Sun, 26 Jan 2025 19:36:14 +0000
- To: public-css-archive@w3.org
> But consider > > ```js > document.addEventListener("mousemove", e => console.log(e.target)) > ``` IUC the `e.target` is the ultimate originating element in this case, which could be left that way. A new property that distinguishes between the ultimate originating element and the pseudo (or some other way to detect this) could solve this. -- GitHub Notification of comment by bramus Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11559#issuecomment-2614563046 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Sunday, 26 January 2025 19:36:16 UTC