Skip to content

Commit

Permalink
Add operators adjustment removal to Firefox 126 release (#33626)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelsbey committed May 15, 2024
1 parent 10609d3 commit 8262255
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions files/en-us/mozilla/firefox/releases/126/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down

0 comments on commit 8262255

Please sign in to comment.