📃 July 2025 release notes
Widely available
The following features are now widely available:
- MathML: MathML, or the Mathematical Markup Language, describes mathematical notation, such as expressions and formulas. Also known as MathML Core.
New in Firefox
The following features are now available in Firefox:
-
<dialog closedby>:
The
closedbyHTML attribute for<dialog>sets which user actions close a dialog. For example,closedby="any"allows the dialog to be closed by clicking outside of it. -
Explicit resource management:
The
usingandawait usingdeclarations and thedisposeandasyncDisposesymbols manage the lifecycle of resources such as file handles and streams. TheDisposableStackandAsyncDisposableStackobjects can group, dispose, and coordinate dependencies between multiple disposable resources. -
font-variant-emoji:
The
font-variant-emojiCSS property sets the default presentation for emoji characters.
New in Firefox for Android
The following features are now available in Firefox for Android:
-
<dialog closedby>:
The
closedbyHTML attribute for<dialog>sets which user actions close a dialog. For example,closedby="any"allows the dialog to be closed by clicking outside of it. -
Explicit resource management:
The
usingandawait usingdeclarations and thedisposeandasyncDisposesymbols manage the lifecycle of resources such as file handles and streams. TheDisposableStackandAsyncDisposableStackobjects can group, dispose, and coordinate dependencies between multiple disposable resources. -
font-variant-emoji:
The
font-variant-emojiCSS property sets the default presentation for emoji characters.