- From: L. David Baron via GitHub <sysbot+gh@w3.org>
- Date: Wed, 18 Dec 2024 18:11:11 +0000
- To: public-css-archive@w3.org
I think the problem with option 4 is that you get different `div:hover-new` behavior for `<div>This is text.</div>` and for `<div>This <span>is text</span>.</div>`... you'll fail to get the `:hover-new` when the pointer is inside the `<span>`. And we don't want to solve this by using the `div`'s rectangle, because we actually *don't* want the hover effect if the popup partially occludes the div and the pointer is in the popup but inside the `div`'s rectangle. -- GitHub Notification of comment by dbaron Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11185#issuecomment-2551973386 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 18 December 2024 18:11:12 UTC