aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/window
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-02 22:42:50 -0400
committerGitHub <noreply@github.com>2021-08-03 11:42:50 +0900
commitb3400a41e5ff084784e4557bb07c0a351a34d477 (patch)
tree777b9536d6076b57d63328a61d99d4a8a8b6a811 /files/ja/web/api/window
parentc372556f6b6e736496dce8f62f8ca346496c3e93 (diff)
downloadtranslated-content-b3400a41e5ff084784e4557bb07c0a351a34d477.tar.gz
translated-content-b3400a41e5ff084784e4557bb07c0a351a34d477.tar.bz2
translated-content-b3400a41e5ff084784e4557bb07c0a351a34d477.zip
remove link 'title' attributes that's just the 'href' (ja, part 4) (#1851)
Diffstat (limited to 'files/ja/web/api/window')
-rw-r--r--files/ja/web/api/window/index.html2
-rw-r--r--files/ja/web/api/window/navigator/index.html2
-rw-r--r--files/ja/web/api/window/requestanimationframe/index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/files/ja/web/api/window/index.html b/files/ja/web/api/window/index.html
index 196afe6084..1e6d4779e7 100644
--- a/files/ja/web/api/window/index.html
+++ b/files/ja/web/api/window/index.html
@@ -33,7 +33,7 @@ translation_of: Web/API/Window
<dl>
<dt>{{domxref("DOMParser")}}</dt>
- <dd><code>DOMParser</code> は文字列で保存された XML や HTML ソースを解析して、 DOM <a href="/ja/docs/DOM/document" title="document">Document</a> に変換できます。 <code>DOMParser</code> は <a href="https://w3c.github.io/DOM-Parsing/" title="http://html5.org/specs/dom-parsing.html">DOM Parsing and Serialization</a> で定められています。</dd>
+ <dd><code>DOMParser</code> は文字列で保存された XML や HTML ソースを解析して、 DOM <a href="/ja/docs/DOM/document" title="document">Document</a> に変換できます。 <code>DOMParser</code> は <a href="https://w3c.github.io/DOM-Parsing/">DOM Parsing and Serialization</a> で定められています。</dd>
<dt>{{domxref("Image")}}</dt>
<dd>{{domxref("HTMLImageElement")}} を生成します。</dd>
<dt>{{domxref("Option")}}</dt>
diff --git a/files/ja/web/api/window/navigator/index.html b/files/ja/web/api/window/navigator/index.html
index d5bee820cd..4e03c32fde 100644
--- a/files/ja/web/api/window/navigator/index.html
+++ b/files/ja/web/api/window/navigator/index.html
@@ -106,7 +106,7 @@ translation_of: Web/API/Window/navigator
<h2 id="Specification" name="Specification">仕様</h2>
<ul>
- <li><a href="http://www.whatwg.org/html/#navigator" title="http://www.whatwg.org/html/#navigator">HTML 仕様書での定義</a></li>
+ <li><a href="http://www.whatwg.org/html/#navigator">HTML 仕様書での定義</a></li>
</ul>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/api/window/requestanimationframe/index.html b/files/ja/web/api/window/requestanimationframe/index.html
index aa3eee230c..4c1b3bede1 100644
--- a/files/ja/web/api/window/requestanimationframe/index.html
+++ b/files/ja/web/api/window/requestanimationframe/index.html
@@ -105,6 +105,6 @@ window.requestAnimationFrame(step);
<li><a href="http://paulirish.com/2011/requestanimationframe-for-smart-animating/">requestAnimationFrame for smart animating</a> - ブログ投稿</li>
<li><a href="http://hacks.mozilla.org/2011/08/animating-with-javascript-from-setinterval-to-requestanimationframe/">Animating with javascript: from setInterval to requestAnimationFrame</a> - ブログ投稿</li>
<li><a href="http://blogs.msdn.com/b/ie/archive/2011/07/05/using-pc-hardware-more-efficiently-in-html5-new-web-performance-apis-part-1.aspx">Using PC Hardware more efficiently in HTML5: New Web Performance APIs, Part 1</a> - ブログ投稿</li>
- <li><a href="http://www.testufo.com/#test=animation-time-graph" title="http://www.testufo.com/#test=animation-time-graph">TestUFO: Test your web browser for requestAnimationFrame() Timing Deviations</a></li>
+ <li><a href="http://www.testufo.com/#test=animation-time-graph">TestUFO: Test your web browser for requestAnimationFrame() Timing Deviations</a></li>
<li>Paul Irish: <a class="external external-icon" href="http://updates.html5rocks.com/2012/05/requestAnimationFrame-API-now-with-sub-millisecond-precision">requestAnimationFrame API: now with sub-millisecond precision</a></li>
</ul>