files/en-us/mozilla/firefox/releases/111/index.md
This article provides information about the changes in Firefox 111 that affect developers. Firefox 111 was released on March 14, 2023.
autocapitalize global attribute is now supported by default. The default value for the attribute is none, so no capitalization occurs (Firefox bug 1692007).translate global attribute is now supported (Firefox bug 1418449).color(), lab(), lch(), oklab(), and oklch() are now supported.
These features are disabled by default and can be enabled by setting the preference layout.css.more_color_4.enabled to true.
For more information, see the CSS color value documentation (Firefox bug 1352757 and Firefox bug 1128204).No notable changes.
context-stroke and context-fill values are now supported inside <marker> elements.
For more information on using these values with fill and stroke properties, see the <marker> documentation (Firefox bug 752638).Authorization header is removed from cross origin redirects.
See Firefox bug 1802086 for more details.navigator.storage.getDirectory() in a worker or the main thread.
See Firefox bug 1785123 for more details.Authorization header is removed from fetch() and XMLHttpRequest requests that are redirected cross-origin (fetch() headers may be added by developers using the option.headers argument).
See Firefox bug 1802086 for more details.none value of the options.imageOrientation parameter passed to {{domxref("Window.createImageBitmap()")}} and {{domxref("WorkerGlobalScope.createImageBitmap()")}} has been renamed to from-image.
This is to better match the meaning of the equivalent CSS image-orientation property. (Firefox bug 1809740).submitter parameter to specify a submit button. If the button has a name or is an image button, it will contribute to the form data set. This makes it possible to create a {{domxref("FormData")}} object with the same data set as a vanilla form submission triggered by the button. See Firefox bug 1812696 for more details.RTCInboundRtpStreamStats.trackIdentifier is now supported.
This allows developers to associate inbound-rtp statistics with a particular track when using {{domxref("RTCPeerConnection.getStats()")}}.
(For more information see Firefox bug 1804676.)WebDriver:ExecuteScript causes a cyclic object value error. See Firefox bug 1764594 for more details.matchDiacritics has been added to the {{WebExtAPIRef("Find.find")}} API. This option enables searches to distinguish between accented letters and their base letters. For example, when set to true, searching for "résumé" does not find a match for "resume" Firefox bug 1680606.disposition property has been added to {{WebExtAPIRef("search.search")}}, enabling results to be displayed in a new tab or window Firefox bug 1811274.