firefox also removes 'www' and 'https' in drop-down search results from the address bar[0]. it's a subtle change, but worth knowing. 'http' urls remain in long form apparently (haven't installed yet to check it out). edit: 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] htt…
Firefox 75: Ambitions for April
11–20 of 97 posts
Re: Firefox 75: Ambitions for April
#12There'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.
According to Phoronix it's in: https://www.phoronix.com/scan.php?page=news_item&px=Firefox-...
Re: Firefox 75: Ambitions for April
#13Will lazy-loading images avoid viewport jumping? Because that's a constant headache on mobile Safari.
Re: Firefox 75: Ambitions for April
#14Re: Firefox 75: Ambitions for April
#15Will lazy-loading images avoid viewport jumping? Because that's a constant headache on mobile Safari.
But both Firefox and Chrome have implemented this: when your img tag contains both height and width attributes, the browsers use those to calculate the aspect ratio, and use those to reserve the correct amount of space when rendering the page.
Re: Firefox 75: Ambitions for April
#16Re: Firefox 75: Ambitions for April
#17There'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
#18There'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.
According to Phoronix it's in: https://www.phoronix.com/scan.php?page=news_item&px=Firefox-...
Re: Firefox 75: Ambitions for April
#19Re: Firefox 75: Ambitions for April
#20Built-in support for lazy image loading is pretty nice! No more annoying JS-based hacks to get it to work.