Re: [csswg-drafts] [css-view-transitions-1] UA CSS adds `pointer-events: none` to view-transition (#8278)

This is a more reasonable change. It prevents the case where the developer applies an opaque backdrop, but clicks still go through to the real DOM underneath, because they didn't set `point-events: auto`.

With this proposal, if the developer successfully creates a backdrop (eg `inset: 0; background: black`, it will also capture clicks, which is ideal.

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


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

Received on Wednesday, 22 February 2023 16:32:23 UTC