Are there any existing UI related features (CSS, JS or HTML) that aren't available cross-browser (or are buggy) that you wish were? If so can you say which and explain the use cases?
Specifically looking at existing things rather than new things you want (though feel free to share those too).
Specifically looking at existing things rather than new things you want (though feel free to share those too).
Comments
Every other browser uses an overlay message.
https://gist.github.com/iangrunert/1fd515f0741e6676d312aed8393fd31b
https://github.com/atlassian/pragmatic-drag-and-drop
I think the only missing one is Firefox and they are in nightly, but they have been in nightly for a while so probably something is blocking them.
Use case would be to make the life of developers easier and less prone to errors when configuring responsive images which are not the hero image.
Currently still only supported in Chrome.
Use case: https://schepp.dev/posts/rethinking-find-in-page-accessibility-making-hidden-text-work-for-everyone/
It's part of the Interop 2025 project, but I wouldn't mind if it came a little earlier than end of year.
https://codepen.io/matthewmorete/pen/raBozxj
However, I have to admit that Safari has too many problems with animated SVGs.
I had to bake shadows into an image 🥲
(I like my apps having zero Browser chrome outside of close and minimise 😎)
ya.. that's the web :) there's always _something_
recently learned that you should not try to mix view-transitions with filter drop shadows. which makes sense but was very wtf :D