From 5db1194b6dbbf99b44694a9226c93beaebc34639 Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Thu, 9 May 2024 12:16:43 +0100 Subject: [PATCH 1/3] added release note for css zoom in ff126 --- files/en-us/mozilla/firefox/releases/126/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/en-us/mozilla/firefox/releases/126/index.md b/files/en-us/mozilla/firefox/releases/126/index.md index a153b2d6134a4b7..e2b2c11f9608efa 100644 --- a/files/en-us/mozilla/firefox/releases/126/index.md +++ b/files/en-us/mozilla/firefox/releases/126/index.md @@ -20,6 +20,8 @@ This article provides information about the changes in Firefox 126 that affect d ### CSS +- The {{cssxref("zoom")}} property has been enabled by default, following lots of web compatibility work, and standardization work in the CSSWG. This feature allows the zooming of an element and it's contents. It differs from {{cssxref("transform")}} [`scale()`](/en-US/docs/Web/CSS/transform-function/scale) which allows scaling in `x`, `y` or both and uses a {{cssxref("transform-origin")}} to determin from what point an element is scaled where as `zoom` scales from `top` `center`. ([Firefox bug 390936](https://bugzil.la/390936)). + #### Removals ### JavaScript From 2c8f5d1a271fb2088403bcdf6332fa330360d0f5 Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Fri, 10 May 2024 16:22:59 +0100 Subject: [PATCH 2/3] remove the difference between zoom and scale as this is moved to zoom page --- files/en-us/mozilla/firefox/releases/126/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/mozilla/firefox/releases/126/index.md b/files/en-us/mozilla/firefox/releases/126/index.md index e2b2c11f9608efa..ce2835dc70e9a76 100644 --- a/files/en-us/mozilla/firefox/releases/126/index.md +++ b/files/en-us/mozilla/firefox/releases/126/index.md @@ -20,7 +20,7 @@ This article provides information about the changes in Firefox 126 that affect d ### CSS -- The {{cssxref("zoom")}} property has been enabled by default, following lots of web compatibility work, and standardization work in the CSSWG. This feature allows the zooming of an element and it's contents. It differs from {{cssxref("transform")}} [`scale()`](/en-US/docs/Web/CSS/transform-function/scale) which allows scaling in `x`, `y` or both and uses a {{cssxref("transform-origin")}} to determin from what point an element is scaled where as `zoom` scales from `top` `center`. ([Firefox bug 390936](https://bugzil.la/390936)). +- The {{cssxref("zoom")}} property has been enabled, following lots of web compatibility work, and standardization work in the CSSWG. This feature allows the zooming of an element and it's contents. ([Firefox bug 390936](https://bugzil.la/390936)). #### Removals From 5fdc4ffd93ff54bdcc69217f8336d38ae4695408 Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Mon, 13 May 2024 12:30:53 +0200 Subject: [PATCH 3/3] Update files/en-us/mozilla/firefox/releases/126/index.md Co-authored-by: Hamish Willee --- files/en-us/mozilla/firefox/releases/126/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/mozilla/firefox/releases/126/index.md b/files/en-us/mozilla/firefox/releases/126/index.md index ce2835dc70e9a76..533e5af5c8ab993 100644 --- a/files/en-us/mozilla/firefox/releases/126/index.md +++ b/files/en-us/mozilla/firefox/releases/126/index.md @@ -20,7 +20,7 @@ This article provides information about the changes in Firefox 126 that affect d ### CSS -- The {{cssxref("zoom")}} property has been enabled, following lots of web compatibility work, and standardization work in the CSSWG. This feature allows the zooming of an element and it's contents. ([Firefox bug 390936](https://bugzil.la/390936)). +- The {{cssxref("zoom")}} property has been enabled, following significant CSSWG web compatibility and standardization effort. This feature allows the zooming of an element and it's contents. ([Firefox bug 390936](https://bugzil.la/390936)). #### Removals