From 8262255fae143b8e5d337bdedbe35a6aaa6cb1ef Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Wed, 15 May 2024 15:43:57 +0200 Subject: [PATCH] Add operators adjustment removal to Firefox 126 release (#33626) --- files/en-us/mozilla/firefox/releases/126/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/files/en-us/mozilla/firefox/releases/126/index.md b/files/en-us/mozilla/firefox/releases/126/index.md index 881979883a3759e..a16be3b6e2d9bce 100644 --- a/files/en-us/mozilla/firefox/releases/126/index.md +++ b/files/en-us/mozilla/firefox/releases/126/index.md @@ -18,6 +18,12 @@ This article provides information about the changes in Firefox 126 that affect d No notable changes. +### MathML + +#### Removals + +- The automatic adjustment for vertically centered operators (+, =, <, etc.) has been disabled by default. This behavior is not defined in MathML Core and was only necessary as a workaround for non-math fonts. It can still be enabled by setting the `mathml.centered_operators.disabled` config to `false`. ([Firefox bug 1890531](https://bugzil.la/1890531)). + ### CSS - The {{cssxref("zoom")}} property is now supported. It can be used to increase or decrease the size of an element and its contents ([Firefox bug 390936](https://bugzil.la/390936)).