Firefox 75: Ambitions for April
hacks.mozilla.org
Firefox 75: Ambitions for April
1–10 of 97 posts
Re: Firefox 75: Ambitions for April
#2Re: Firefox 75: Ambitions for April
#3* Lazy loading images without JavaScript
* Static fields in JavaScript classes - I wanted to use this the other day and was disappointed that FF didn't support static fields yet.
Re: Firefox 75: Ambitions for April
#4edit: min(), max(), and clamp() for css looks useful too.
edit 2: honoring 'nosniff' on mime types on page load is neat too [1]
[0] https://www.ghacks.net/2020/02/28/firefox-75-address-bar-res...
[1] https://blog.mozilla.org/security/2020/04/07/firefox-75-will...
Re: Firefox 75: Ambitions for April
#5Re: Firefox 75: Ambitions for April
#6Will lazy-loading images avoid viewport jumping? Because that's a constant headache on mobile Safari.
Re: Firefox 75: Ambitions for April
#7It's a bit unclear if it hasn't made it to the final release, or if it's just a matter of the Linux userbase being too small for them to announce Linux-specific changes.
Re: Firefox 75: Ambitions for April
#8Will lazy-loading images avoid viewport jumping? Because that's a constant headache on mobile Safari.
Viewport jumping is the scourge of web browsing; if some browser deployed some kind of advanced heuristic to try and get rid of it completely that alone might get me to switch.
1: https://blog.google/products/chrome/taking-aim-annoying-page...
Re: Firefox 75: Ambitions for April
#9There's no mention of any of the promised Wayland improvements (which I'd been looking forward to). It's a bit unclear if it hasn't made it to the final release, or if it's just a matter of the Linux userbase being too small for them to announce Linux-specific changes.
Re: Firefox 75: Ambitions for April
#10Earlier quoted context omitted.
Viewport jumping is the scourge of web browsing; if some browser deployed some kind of advanced heuristic to try and get rid of it completely that alone might get me to switch.
I remembered hearing about Chrome doing it a while ago [1] but I still personally experience it fairly often. 1: https://blog.google/products/chrome/taking-aim-annoying-page...