Firefox 103 for developers

This article provides information about the changes in Firefox 103 that will affect developers. Firefox 103 was released on July 26, 2022.

Changes for web developers

HTML

Removals

  • Support for the <menuitem> element has been removed along with the dom.menuitem.enabled preference. For more details, see Bug 1372276.

MathML

Removals

  • The deprecated scriptminsize and scriptsizemultiplier attributes have been removed (Firefox bug 1772697).

CSS

  • The backdrop-filter property (which can be used to apply graphical effects such as blurring or color shifting to the area behind an element) is now available by default. It was earlier behind a preference setting (Firefox bug 1578503).
  • The scroll-snap-stop property is now available (Firefox bug 1312165). You can use this property's always and normal values to specify whether or not to pass the snap points, even when scrolling fast.
  • Support has been added for the :modal pseudo class. It selects all elements that are in a state in which they exclude all interaction with other elements until the interaction has been dismissed (Firefox bug 1768535).
  • The style value for the contain property is now supported. You can use this value for properties that can have effects on more than just an element and its descendants for effects don't escape the containing element. For more information, see (Firefox bug 1463600).

JavaScript

APIs

WebDriver conformance (WebDriver BiDi, Marionette)

WebDriver BiDi

  • Added a preference to disable experimental BiDi commands and events remote.experimental.enabled (Firefox bug 1777951).
  • Added a script module with an experimental implementation of the evaluate command. Only available if remote.experimental.enabled is set to true (Firefox bug 1742979).
  • Added serialization support for collections with simple values and complex objects, used for instance for the event data of log.entryAdded or the return value of script.evaluate (Firefox bug 1770752).
  • Fixed an edge case for browsingContext.navigate when navigating to a cached image (Firefox bug 1763133).

Marionette

Changes for add-on developers

Removals

  • Removed the ServiceWorker API in WebExtensions ('serviceWorker' in navigator now returns false when run inside an extension) (Firefox bug 1593931).

Older versions