Re: [csswg-drafts] `::backdrop` does not prevent clicks below when `pointer-events: none;` applied. Should it? (#13100)

`pointer-events: none` means that the pointer events can't target the `::backdrop`, so, for purposes of pointering, it's as if the backdrop wasn't there.
Meaning: Clicks passing through something is the whole point of `pointer-events: none`.

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


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

Received on Wednesday, 12 November 2025 20:01:34 UTC