Firefox 73 开发者版
本文提供了有关 Firefox 73 中会影响开发者的更改的信息。Firefox 73 于 2020 年 2 月 11 日发布。
针对 Web 开发者的更改
开发者工具
- CORS 错误 现在在控制台中显示为错误(不再显示为警告),使其具有适当的可见性 (Firefox 错误 1602093).
- Web 控制台中的文本和正则表达式搜索 现在可以通过在它们前面加 '-' 来否定 (Firefox 错误 1291192).
HTML
没有变化。
CSS
- 我们已实现
overscroll-behavior-block
和overscroll-behavior-inline
,它们是overscroll-behavior-x
和overscroll-behavior-y
的逻辑映射 (Firefox 错误 833953).
移除
- 专有
-moz-touch-enabled
媒体查询已被移除 (Firefox 错误 1486964). 你应该使用pointer: coarse
来代替。
SVG
letter-spacing
和word-spacing
属性现在可以在 SVG 中使用 (Firefox 错误 371787).
MathML
移除
- 已弃用的
<mfenced>
元素已被移除 (Firefox 错误 1603773). 使用<mrow>
和<mo>
元素来代替。
JavaScript
yearName
和relatedYear
字段已在DateTimeFormat.prototype.formatToParts()
方法中可用,从而为 CJK 日历提供了有用的格式化选项 (Firefox 错误 1591664).
API
DOM
innerWidth
和innerHeight
属性在Window
对象上已更新,以在所有情况下返回布局视窗的宽度和高度,而不是有时基于视觉视窗。特别是在使用 响应式设计模式 时,这些属性之前会返回视觉视窗的尺寸,导致行为与预期不同 (Firefox 错误 1514429).
WebVR
- 已弃用的 WebVR API(已被 WebXR 取代,WebXR 支持 增强 和 虚拟现实 应用程序)现在 需要使用 HTTPS 协议的安全上下文 才能运行。这是因为可以使用敏感的输入源,这些源可能包含私人信息 (Firefox 错误 1381645).
移除
- 对
VideoPlaybackQuality
属性corruptedVideoFrames
的支持(该属性已在规范中弃用)已从 Firefox 中移除 (Firefox 错误 1602163).
安全
没有变化。
WebDriver 符合性(Marionette)
- 添加了
WebDriver:Print
用于将当前页面打印为 PDF 文档 (Firefox 错误 1604506). Webdriver:TakeScreenshot
现在始终捕获顶级浏览上下文,而不是当前选定的浏览上下文(如果未指定要捕获的元素)(Firefox 错误 1398087, Firefox 错误 1606794).- 使用
Webdriver:TakeScreenshot
的full
参数会导致捕获整个页面 (Firefox 错误 1571424).
针对插件开发者的更改
API 更改
- 已实现
sidebarAction.toggle()
函数 (错误 1453355).
清单更改
没有变化。
另请参阅
- Hacks 博客文章:Firefox 73 is upon us
旧版本
- Firefox 72 开发者版
- Firefox 71 开发者版
- Firefox 70 开发者版
- Firefox 69 开发者版
- Firefox 68 开发者版
- Firefox 67 开发者版
- Firefox 66 开发者版
- Firefox 65 开发者版
- Firefox 64 开发者版
- Firefox 63 开发者版
- Firefox 62 开发者版
- Firefox 61 开发者版
- Firefox 60 开发者版
- Firefox 59 开发者版
- Firefox 58 开发者版
- Firefox 57 开发者版
- Firefox 56 开发者版
- Firefox 55 开发者版
- Firefox 54 开发者版
- Firefox 53 开发者版
- Firefox 52 开发者版
- Firefox 51 开发者版
- Firefox 50 开发者版
- Firefox 49 开发者版
- Firefox 48 开发者版
- Firefox 47 开发者版
- Firefox 46 开发者版
- Firefox 45 开发者版
- Firefox 44 开发者版
- Firefox 43 开发者版
- Firefox 42 开发者版