From 7575d22be71b89e0a54db9ebb3a5f43f224de94f Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Thu, 7 May 2026 19:37:14 +0200 Subject: [PATCH] Fix grammar typo in Firefox 150 release notes --- files/en-us/mozilla/firefox/releases/150/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/mozilla/firefox/releases/150/index.md b/files/en-us/mozilla/firefox/releases/150/index.md index 2a77ba7f7e35846..c1eba0e9fa0708c 100644 --- a/files/en-us/mozilla/firefox/releases/150/index.md +++ b/files/en-us/mozilla/firefox/releases/150/index.md @@ -21,7 +21,7 @@ Firefox 150 was released on [April 21, 2026](https://whattrainisitnow.com/releas - The `"auto"` keyword is now supported as an option for the [`sizes`](/en-US/docs/Web/HTML/Reference/Elements/img#sizes) attribute of `` elements (and [`HTMLImageElement.sizes`](/en-US/docs/Web/API/HTMLImageElement/sizes)). This allows lazy-loaded `` elements to use the calculated image layout size, after any CSS has been applied, to select which image to display from a [`srcset`](/en-US/docs/Web/HTML/Reference/Elements/img#srcset). - This is simpler that specifying media conditions and their associated sizes in the attribute, which likely duplicates behavior that is already captured in CSS media queries. + This is simpler than specifying media conditions and their associated sizes in the attribute, which likely duplicates behavior that is already captured in CSS media queries. ([Firefox bug 1819581](https://bugzil.la/1819581)). ### CSS