Movatterモバイル変換


[0]ホーム

URL:


  1. Mozilla
  2. Firefox
  3. Release notes for developers
  4. Firefox 109

Firefox 109 release notes for developers

This article provides information about the changes in Firefox 109 that will affect developers. Firefox 109 was released on January 17, 2023.

Changes for web developers

HTML

  • Therange element supports thelist attribute, which links via an id to a<datalist> to allow Firefox to display tick marks along the range.

CSS

JavaScript

No notable changes.

SVG

Removals

  • SVGGraphicsElement.getTransformToElement() has been removed.This follows its removal from the SVG2 specification in 2015, and from other major browsers.(Firefox bug 1803790).

  • TheSVGGraphicsElement.nearestViewportElement andSVGGraphicsElement.farthestViewportElement attributes have been disabled by default in nightly and early beta builds (behind preferencesvg.nearestAndFarthestViewportElement.enabled).SVGElement.viewportElement can be used as an alternative toSVGGraphicsElement.nearestViewportElement.They have been removed from the SVG2 specification and are likely to be removed entirely from Firefox in a future release.(Firefox bug 1133174).

HTTP

APIs

DOM

WebDriver conformance (WebDriver BiDi, Marionette)

WebDriver BiDi

  • The connection details for WebDriver BiDi are now written toWebDriverBiDiServer.json instead ofWebDriverBiDiActivePort, which contains both the port (ws_port) and the host (ws_host). This file is located in the Firefox profile folder (Firefox bug 1792875).
  • Added support for subscribing / unsubscribing to individualcontexts when usingsession.subscribe andsession.unsubscribe (Firefox bug 1723102).
  • Added support for serializingNode objects (Firefox bug 1770731).
  • Fixed thecolumnNumber forexceptions andstackTraces to be 0-based (Firefox bug 1796073).

Marionette

  • Fixed a bug whereWebDriver:NewWindow andWebDriver:SwitchToWindow were not focusing the new window properly (Firefox bug 1798655).
  • Fixed a bug whereWebDriver:FindElement (and similar commands) would fail if the Firefox window was occluded by other applications on Windows (Firefox bug 1802473).

Changes for add-on developers

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp