This page is not complete
Firefox 23 hasn't reached its feature freeze yet. New features will be added to it in the near future.
Firefox 23, based on Gecko 23, will ship in August 2013. This article provides information about the changes in this release that will affect developers. Nightly builds of what will become Firefox 23 are currently available on the Nightly channel.
Note: Items listed here are tentatively slated for Firefox 23; however, they may be held for a future release if testing shows they're not ready by the time Firefox 23 is due to ship. Please keep an eye on this page to stay up to date on the plans for Firefox 23.
Want to help document Firefox 23? See the list of bugs that need to be written about and pitch in!
Web开发者需要注意的变化
HTML
- <blink>元素完全被删除,成了一个HTMLUnknownElement对象(bug 857820).
JavaScript
DOM
- D3E
KeyboardEvent.key
现在只支持不可打印字符所在的键(bug 842927). DOMImplementation.createHTMLDocument
方法的title参数成为可选的
(根据最新规范).
CSS
- CSS属性
text-decoration: blink;带来的闪烁效果被删除
(bug 857820).
MathML
<mspace>
元素开始支持负数宽度 (bug 717546).
相关链接
之前版本
- Firefox 22 for developers
- Firefox 21 for developers
- Firefox 20 for developers
- Firefox 19 for developers
- Firefox 18 for developers
- Firefox 17 for developers
- Firefox 16 for developers
- Firefox 15 for developers
- Firefox 14 for developers
- Firefox 13 for developers
- Firefox 12 for developers
- Firefox 11 for developers
- Firefox 10 for developers
- Firefox 9 for developers
- Firefox 8 for developers
- Firefox 7 for developers
- Firefox 6 for developers
- Firefox 5 for developers
- Firefox 4 for developers
- Firefox 3.6 for developers
- Firefox 3.5 for developers
- Firefox 3 for developers
- Firefox 2 for developers
- Firefox 1.5 for developers