files/en-us/mozilla/firefox/releases/75/index.md
This article provides information about the changes in Firefox 75 that will affect developers. Firefox 75 was released on April 7, 2020.
See also the accompanying hacks post — Firefox 75: Ambitions for April.
loading attribute of the {{HTMLElement("img")}} element has now been implemented. This string value can be used to specify that the image should be lazily loaded, by setting its value to lazy (Firefox bug 1542784).<style> element's type attribute is now restricted to text/css only, as per the spec (Firefox bug 1614329).all value of the {{cssxref("text-decoration-skip-ink")}} property has been added (Firefox bug 1611965)New ARIA roles and attributes are now exposed in Firefox, on Windows and Linux (bear in mind that these still won't be usable until screen readers start to support them):
aria-description (Firefox bug 1608961).role="mark" and role="suggestion" (Firefox bug 1608965).role="comment" (Firefox bug 1608969).aria-details (Firefox bug 1608883).[!NOTE] On macOS, we are first waiting for Apple to define what Safari will expose as Apple-dialect attributes to VoiceOver, and will then follow suit.
Intl.Locale class is now supported (Firefox bug 1613713).Function.caller property has been updated to be aligned with the latest ECMAScript spec proposal. Previously throwing a TypeError, it now returns null if the caller is a strict, async, or generator function (Firefox bug 1610206).requestSubmit() acts as if a specified submit button has been clicked, rather than just sending the form data to the recipient. Thus the {{domxref("HTMLFormElement.submit_event", "submit")}} event is delivered and the form is checked for validity prior to the data being submitted (Firefox bug 1613360).SubmitEvent includes a new {{domxref("SubmitEvent.submitter", "submitter")}} property, which is the {{domxref("Element")}} that was invoked to trigger the form submission. With this event, you can have a single handler for submit events that can discern which of multiple submit buttons or links was used to submit the form (Firefox bug 1588715).click event being sent to it (Firefox bug 1610821).Firefox 75 sees numerous additions to the Web Animations API:
Implicit to/from keyframes are now supported, as is automatically removing filling animations that have been replaced by other indefinitely filling animations (Firefox bug 1618773). This includes enabling of support for:
The Animation.timeline getter, Document.timeline, DocumentTimeline, and AnimationTimeline features are now enabled by default (Firefox bug 1619178).
The Document.getAnimations() and Element.getAnimations() methods are now enabled by default (Firefox bug 1619821).
RTCPeerConnection.setLocalDescription() method can now be called without arguments, in which case the WebRTC runtime will try to create the new local session description itself (Firefox bug 1568292).No changes.
.getAttribute("nonce") calls, are now hidden. Instead, check the .nonce property to access nonces from scripts (Firefox bug 1374612).No changes.
WebDriver:Print to no longer add extra margins to the document (Firefox bug 1616932).network.http.speculative-parallel-limit to 0, to no longer force-disable speculative connections (Firefox bug 1617869).No changes.
We've added some new settings in {{WebExtAPIRef("browserSettings")}} (Firefox bug 1286953):
The name of the file used when saving a PDF with {{WebExtAPIRef("tabs.saveAsPDF")}} can be specified using toFileName in the type tabs.PageSettings.(Firefox bug 1483590)