- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Wed, 27 Sep 2023 16:25:25 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-view-transitions-1] Animate backdrop-filter for named elements`, and agreed to the following: * `RESOLVED: animate backdrop-filter for view transitions similar to transform/size` <details><summary>The full IRC log of that discussion</summary> <jensimmons> I just wrote a Mastodon question to get a bit feedback:https://front-end.social/@jensimmons/111138016628140950<br> <emeyer> khush: There was a case where the author has put a backdrop filter on a transition with a name<br> <emeyer> …This ran into the mix blend problem<br> <emeyer> …During view transitions, the property gets dropped on the floor<br> <emeyer> …It doesn’t get applied<br> <emeyer> …The proposal is to treat it similar to mix-blend-mode, where the computed value of the backdrop filter gets copied to its group pseudo<br> <emeyer> …Just like anything else, authors can override it<br> <emeyer> …See the issue for visual examples of what this looks like<br> <emeyer> …A complicated problem is in the context of cross-document navigation<br> <emeyer> …Cross-origin restrictions can create problems<br> <emeyer> …If we serialize the state and transition to another document, if they have different policies, it gets blocked, which is fine from a security perspective<br> <emeyer> …The alternative is to transfer resources across, which could leak information<br> <emeyer> …Proposed resolution: animate backdrop-filter for view transition similar to transform/size<br> <emeyer> emilio: Why is this not a problem with mix-blend-mode?<br> <emeyer> khush: We came up with a similar solution there, but it’s not interpolatable so it just switches over<br> <emeyer> …In this case, I’m proposing we set up an animation<br> <emeyer> astearns: Any concerns with adding backdrop-filter to the list of things that get copied over? Any objections?<br> <emeyer> (silence)<br> <emeyer> RESOLVED: animate backdrop-filter for view transitions similar to transform/size<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9358#issuecomment-1737718423 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 27 September 2023 16:25:27 UTC