aboutsummaryrefslogtreecommitdiff
path: root/files/ja/mozilla/firefox/releases/27
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-30 09:43:14 -0400
committerGitHub <noreply@github.com>2021-07-30 09:43:14 -0400
commita86451fbf1d0be1709b9593b7d56e7fd7a7dfd05 (patch)
treebc2e9b902371df4462f5319f3dbab4e471976a0c /files/ja/mozilla/firefox/releases/27
parent89a4df00e12cdbec6dbe789b710f2bb1900b41a5 (diff)
downloadtranslated-content-a86451fbf1d0be1709b9593b7d56e7fd7a7dfd05.tar.gz
translated-content-a86451fbf1d0be1709b9593b7d56e7fd7a7dfd05.tar.bz2
translated-content-a86451fbf1d0be1709b9593b7d56e7fd7a7dfd05.zip
remove link 'title' attributes that's just the 'href' (ja) (#1712)
Diffstat (limited to 'files/ja/mozilla/firefox/releases/27')
-rw-r--r--files/ja/mozilla/firefox/releases/27/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/mozilla/firefox/releases/27/index.html b/files/ja/mozilla/firefox/releases/27/index.html
index f337e05031..309702d456 100644
--- a/files/ja/mozilla/firefox/releases/27/index.html
+++ b/files/ja/mozilla/firefox/releases/27/index.html
@@ -49,7 +49,7 @@ translation_of: Mozilla/Firefox/Releases/27
<p><a href="/ja/docs/Web/JavaScript/ECMAScript_6_support_in_Mozilla" title="Web/JavaScript/ECMAScript_6_support_in_Mozilla">EcmaScript 6</a> (Harmony) の実装が続いています!</p>
<ul>
- <li>Harmony の <a href="http://wiki.ecmascript.org/doku.php?id=harmony:spread" title="http://wiki.ecmascript.org/doku.php?id=harmony:spread">spread operator</a> を、関数呼び出しでサポートしました ({{bug("762363")}})。</li>
+ <li>Harmony の <a href="http://wiki.ecmascript.org/doku.php?id=harmony:spread">spread operator</a> を、関数呼び出しでサポートしました ({{bug("762363")}})。</li>
<li>数学関数 {{jsxref("Global_Objects/Math/hypot", "Math.hypot()")}} を実装しました ({{bug("896264")}})。</li>
<li><code>yield*</code> 演算子を実装しました ({{bug(666396)}})。</li>
<li><code>MapIterator</code>、<code>SetIterator</code>、<code>ArrayIterator</code> の各オブジェクトが、仕様書に一致するようになりました ({{bug("881226")}})。</li>