Re: [csswg-drafts] [css-view-transitions-2] Figure out a way to make hit-testing work on live (new) elements during a view transition (#10930)

I think this might not be trivial to implement on the WebKit side at least. Pseudo-elements are represented only by layout objects (no DOM object), and you can only assign one node per layout object for hit-testing.  There might be hacks possible, but not something staightforward to implement I think. 

-- 
GitHub Notification of comment by nt1m
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10930#issuecomment-3250625551 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 3 September 2025 20:12:13 UTC