Firefox 26 for developers 发行说明

Firefox 26 于 2013 年 12 月 10 日发布。本文档列出了适用于 Web 开发人员、Firefox 和 Gecko 开发人员以及附加组件开发人员的重要更新。

面向网络开发者的变更

CSS

HTML

  • 已实现 HTMLSelectElement.selectedOptions 属性(Firefox bug 596681)。
  • 在类型为 email<input> 元素中,域名标签长度超过 63 个字符的值不再被视为有效(Firefox bug 884332)。
  • type 不是 image 时,HTMLInputElement.widthheight 属性现在返回 0Firefox bug 905240)。
  • <fieldset> 元素包含的元素之一无效时,该元素现在被视为无效,并可以使用 :invalid 伪类进行样式设置(Firefox bug 717181)。

JavaScript

ECMAScript 2015 实现继续进行!

接口/API/DOM

MathML

SVG

  • OpenType 中的 SVG 字形包含(SVG-in-OpenType)已更新以匹配规范的当前版本(Firefox bug 906521)。
  • SVGElement.ownerSVGElement() 方法不再抛出异常(Firefox bug 835048)。

开发工具