Firefox 156 release notes for developers (Beta)
This article provides information about the changes in Firefox 156 that affect developers. Firefox 156 is the current Beta version of Firefox and ships on September 15, 2026.
Note: The release notes for this Firefox version are still a work in progress.
Changes for web developers
CSS
- The non-standard
::-webkit-scrollbarpseudo-element is now reported as unsupported in@supportsconditions on every site, so@supports selector(::-webkit-scrollbar)returnsfalseand@supports not (selector(::-webkit-scrollbar))returnstrue. This includes the sites listed in thelayout.css.fake-webkit-scrollbar.enabled-domainspreference, which Firefox 155 limited the pseudo-element to, and where Firefox does still apply it. Sites use this check as a signal for the whole::-webkit-scrollbar-*family, of which Firefox implements only::-webkit-scrollbaritself, so those that guard their standard scrollbar styles behind@supports not (selector(::-webkit-scrollbar))now get those styles applied. (Firefox bug 2062782).
Changes for add-on developers
- The
thememanifest key adds thebackgrounds_areaproperty. This property enables a theme to specify where its background images and gradients are drawn. Setting it to"window"draws them across the whole browser window, while"top_toolbars"restricts them to the horizontal toolbars at the top of the window. Whenbackgrounds_areais omitted or set to"auto", Firefox chooses the area based onproperties.additional_backgrounds_alignment. (Firefox bug 2059526)
Experimental web features
These features are shipping in Firefox 156 but are disabled by default.
To experiment with them, search for the appropriate preference on the about:config page and set it to true.
You can find more such features on the Experimental features page.