Luke Warlow
Luke Warlow
It would also be good to add a utility for `transition: overlay`. https://drafts.csswg.org/css-position-4/#overlay The overlay property shipped in Chrome 117 See https://chromestatus.com/feature/5138724910792704 While transition-behavior allows styling entry animations for popover...
See https://developer.chrome.com/blog/entry-exit-animations/ for a good overview on all these new capabilities in Chrome
https://github.com/WebKit/standards-positions/issues/148 WebKit have a positive standards position on this and look like they have it implemented as well.
This is part of Interop 2024 so should be in all 3 browsers by the end of the year
I have no clue what's happened to the branch and why there's so many conflicts and commits but I imagine it's a simple fix
See https://developer.chrome.com/blog/entry-exit-animations/ for a good overview on all these new capabilities in Chrome
https://github.com/WebKit/WebKit/pull/23501 - this will soon be supported in WebKit also.
If we ignored the compat risk and I'm not sure if it's possible but ideally we could mutate the parameter list argument and the return from the default policy in...
cc @koto @otherdaniel Unfortunately we're potentially limited on changes we can make due to Chrome already shipping Function constructor default policy handling which requires the compiled string. And returning the...
CLosing this for now, we can reopen a more dedicated issue regarding giving the default policy more useful information in this case in future if we feel it warranted.