diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/mozilla/firefox/releases/24 | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/zh-cn/mozilla/firefox/releases/24')
-rw-r--r-- | files/zh-cn/mozilla/firefox/releases/24/index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/files/zh-cn/mozilla/firefox/releases/24/index.html b/files/zh-cn/mozilla/firefox/releases/24/index.html new file mode 100644 index 0000000000..cd3dd112e2 --- /dev/null +++ b/files/zh-cn/mozilla/firefox/releases/24/index.html @@ -0,0 +1,22 @@ +--- +title: Firefox 24 for developers +slug: Mozilla/Firefox/Releases/24 +translation_of: Mozilla/Firefox/Releases/24 +--- +<div>{{FirefoxSidebar}}</div><p>{{ draft() }}</p> +<h2 id="Web开发者需要注意的变化">Web开发者需要注意的变化</h2> +<h3 id="Developer_Tools">Developer Tools</h3> +<h3 id="HTML">HTML</h3> +<h3 id="JavaScript">JavaScript</h3> +<ul> + <li><a href="/zh-CN/docs/Web/JavaScript/Reference/arrow_functions" title="/zh-CN/docs/Web/JavaScript/Reference/arrow_functions">箭头函数</a>不再默认处于严格模式, 除非显示使用 <code>"use strict"</code>. ({{bug(852762)}})</li> +</ul> +<h3 id="DOM">DOM</h3> +<h3 id="MathML">MathML</h3> +<h2 id="相关链接">相关链接</h2> +<ul> + <li><a href="http://www.mozilla.org/zh-CN/firefox/24.0a2/auroranotes/">Firefox 24 Aurora Notes</a></li> + <li><a href="/zh-CN/docs/Site_Compatibility_for_Firefox_24">Firefox 24 网站兼容性</a></li> +</ul> +<h3 id="更早版本">更早版本</h3> +<p>{{Firefox_for_developers('23')}}</p> |