Skip to content

Commit 8ca61c1

Browse files
committed
Revert "reorder devtools and mathml sections"
This reverts commit fc430ad.
1 parent fc430ad commit 8ca61c1

File tree

1 file changed

+12
-12
lines changed
  • files/en-us/mozilla/firefox/releases/146

1 file changed

+12
-12
lines changed

files/en-us/mozilla/firefox/releases/146/index.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,22 @@ Firefox 146 was released on [December 9, 2025](https://whattrainisitnow.com/rele
1111

1212
## Changes for web developers
1313

14+
### Developer Tools
15+
16+
- In the Rule view of the Inspector, when a displayed ruleset declares 10 or more [CSS custom properties](/en-US/docs/Web/CSS/Reference/Properties/--*) that are unused, those properties are hidden by default. This reduces clutter, and in some cases also speeds up the rendering of the Inspector panel. In such cases, the hidden properties can be displayed via a "Show..." button provided at the bottom of the ruleset.
17+
([Firefox bug 1719461](https://bugzil.la/1719461)).
18+
1419
### HTML
1520

1621
No notable changes.
1722

23+
### MathML
24+
25+
- Operator mirroring in right-to-left (RTL) modes and stretching now work properly when used in combination.
26+
([Firefox bug 1994172](https://bugzil.la/1994172)).
27+
- The {{cssxref("math-shift")}} property is now supported. This allows developers to indicate whether superscript rendering in MathML formulas should be normal or compact, affecting the height to which superscript text is shifted.
28+
([Firefox bug 1994171](https://bugzil.la/1994171)).
29+
1830
### CSS
1931

2032
- The {{cssxref("color_value/contrast-color()")}} function is now supported. This function takes a [`<color>`](/en-US/docs/Web/CSS/Reference/Values/color_value) value and returns a contrasting color that ensures at least [WCAG AA minimum contrast](https://w3c.github.io/wcag/guidelines/22/#contrast-minimum).
@@ -40,13 +52,6 @@ No notable changes.
4052

4153
- {{domxref("SubtleCrypto.importKey()")}} now allows you to import keys defined as compressed elliptic curve points when using the [ECDSA](/en-US/docs/Web/API/SubtleCrypto/sign#ecdsa) or [ECDH](/en-US/docs/Web/API/SubtleCrypto/deriveKey#ecdh) algorithms. ([Firefox bug 1971499](https://bugzil.la/1971499)).
4254

43-
### MathML
44-
45-
- Operator mirroring in right-to-left (RTL) modes and stretching now work properly when used in combination.
46-
([Firefox bug 1994172](https://bugzil.la/1994172)).
47-
- The {{cssxref("math-shift")}} property is now supported. This allows developers to indicate whether superscript rendering in MathML formulas should be normal or compact, affecting the height to which superscript text is shifted.
48-
([Firefox bug 1994171](https://bugzil.la/1994171)).
49-
5055
### WebDriver conformance (WebDriver BiDi, Marionette)
5156

5257
#### WebDriver BiDi
@@ -66,11 +71,6 @@ No notable changes.
6671
- Fixed a bug in the `WebFrame` JSON deserialization that incorrectly raised a `no such window` error instead of `no such frame` when handling invalid frames. ([Firefox bug 1996540](https://bugzil.la/1996540)).
6772
- Added a WebDriver extension to control the [Global Privacy Control](https://w3c.github.io/gpc/) signal. ([Firefox bug 1969865](https://bugzil.la/1969865)).
6873

69-
### Developer Tools
70-
71-
- In the Rule view of the Inspector, when a displayed ruleset declares 10 or more [CSS custom properties](/en-US/docs/Web/CSS/Reference/Properties/--*) that are unused, those properties are hidden by default. This reduces clutter, and in some cases also speeds up the rendering of the Inspector panel. In such cases, the hidden properties can be displayed via a "Show..." button provided at the bottom of the ruleset.
72-
([Firefox bug 1719461](https://bugzil.la/1719461)).
73-
7474
## Changes for add-on developers
7575

7676
- {{WebExtAPIRef("browsingData.removeLocalStorage")}} and {{WebExtAPIRef("browsingData.remove")}} (when `localStorage` is set in {{WebExtAPIRef("browsingData.DataTypeSet")}}) now delete objects from [`sessionStorage`](/en-US/docs/Web/API/Window/sessionStorage). ([Firefox bug 1886894](https://bugzil.la/1886894))

0 commit comments

Comments
 (0)