aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/javascript/reference/functions
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-03 10:47:53 -0400
committerGitHub <noreply@github.com>2021-08-03 23:47:53 +0900
commitf639481a733ab7e23d0302fa68eb723d428bb373 (patch)
treefee896c90bb09a8a35c293fb6ce3e55bfcbad4e6 /files/ja/web/javascript/reference/functions
parent3224fae710c5287f61da7470993d56f956e47927 (diff)
downloadtranslated-content-f639481a733ab7e23d0302fa68eb723d428bb373.tar.gz
translated-content-f639481a733ab7e23d0302fa68eb723d428bb373.tar.bz2
translated-content-f639481a733ab7e23d0302fa68eb723d428bb373.zip
remove link 'title' attributes that's just the 'href' (ja, part 5) (#1861)
Diffstat (limited to 'files/ja/web/javascript/reference/functions')
-rw-r--r--files/ja/web/javascript/reference/functions/arguments/callee/index.html2
-rw-r--r--files/ja/web/javascript/reference/functions/default_parameters/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/javascript/reference/functions/arguments/callee/index.html b/files/ja/web/javascript/reference/functions/arguments/callee/index.html
index 4da6aef9bf..57ce3fcab0 100644
--- a/files/ja/web/javascript/reference/functions/arguments/callee/index.html
+++ b/files/ja/web/javascript/reference/functions/arguments/callee/index.html
@@ -23,7 +23,7 @@ translation_of: Web/JavaScript/Reference/Functions/arguments/callee
<h3 id="Why_was_arguments.callee_removed_from_ES5_strict_mode">なぜ <code>arguments.callee</code> は ES5 strict モードで削除されたのか</h3>
-<p>(<a href="http://stackoverflow.com/a/235760/578288" title="http://stackoverflow.com/a/235760/578288">olliej による Stack Overflow の回答</a>によれば)</p>
+<p>(<a href="http://stackoverflow.com/a/235760/578288">olliej による Stack Overflow の回答</a>によれば)</p>
<p>古いバージョンの JavaScript では名前付きの関数式が利用できず、このため再帰の関数式を作成することができませんでした。</p>
diff --git a/files/ja/web/javascript/reference/functions/default_parameters/index.html b/files/ja/web/javascript/reference/functions/default_parameters/index.html
index 2b66df55a5..6e362bd32b 100644
--- a/files/ja/web/javascript/reference/functions/default_parameters/index.html
+++ b/files/ja/web/javascript/reference/functions/default_parameters/index.html
@@ -219,5 +219,5 @@ f() // 6</pre>
<h2 id="See_also" name="See_also">関連情報</h2>
<ul>
- <li><a class="external" href="http://wiki.ecmascript.org/doku.php?id=harmony:parameter_default_values" rel="external" title="http://wiki.ecmascript.org/doku.php?id=harmony:parameter_default_values">Original proposal at ecmascript.org</a></li>
+ <li><a class="external" href="http://wiki.ecmascript.org/doku.php?id=harmony:parameter_default_values" rel="external">Original proposal at ecmascript.org</a></li>
</ul>