aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/document
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/document
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/document')
-rw-r--r--files/ja/web/api/document/clear/index.html2
-rw-r--r--files/ja/web/api/document/createnodeiterator/index.html2
-rw-r--r--files/ja/web/api/document/onbeforescriptexecute/index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/files/ja/web/api/document/clear/index.html b/files/ja/web/api/document/clear/index.html
index 761090c2f8..4f64a97a5d 100644
--- a/files/ja/web/api/document/clear/index.html
+++ b/files/ja/web/api/document/clear/index.html
@@ -23,7 +23,7 @@ translation_of: Web/API/Document/clear
<h2 id="Specification" name="Specification">仕様書</h2>
<ul>
- <li><a href="http://www.whatwg.org/html/#dom-document-clear" title="http://www.whatwg.org/html/#dom-document-clear">HTML5</a></li>
+ <li><a href="http://www.whatwg.org/html/#dom-document-clear">HTML5</a></li>
</ul>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2>
diff --git a/files/ja/web/api/document/createnodeiterator/index.html b/files/ja/web/api/document/createnodeiterator/index.html
index 839e0f52af..e69cde02b9 100644
--- a/files/ja/web/api/document/createnodeiterator/index.html
+++ b/files/ja/web/api/document/createnodeiterator/index.html
@@ -25,7 +25,7 @@ translation_of: Web/API/Document/createNodeIterator
<dt><code><var>root</var></code></dt>
<dd>{{ domxref("NodeIterator") }} の探索の開始地点になるルートノードです。</dd>
<dt><code><var>whatToShow</var></code> {{ optional_inline() }}</dt>
- <dd>オプションの <code>unsigned long</code> 値で、 <code><a href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/traversal.html#Traversal-NodeFilter" title="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/traversal.html#Traversal-NodeFilter">NodeFilter</a></code> の定数プロパティを組み合わせて作られたビットマスクを表します。これは特定の種類のノードを絞り込みするのに便利な方法です。. 既定値は <code>0xFFFFFFFF</code> で、 <code>SHOW_ALL</code> 定数を表します。
+ <dd>オプションの <code>unsigned long</code> 値で、 <code><a href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/traversal.html#Traversal-NodeFilter">NodeFilter</a></code> の定数プロパティを組み合わせて作られたビットマスクを表します。これは特定の種類のノードを絞り込みするのに便利な方法です。. 既定値は <code>0xFFFFFFFF</code> で、 <code>SHOW_ALL</code> 定数を表します。
<table class="standard-table">
<thead>
<tr>
diff --git a/files/ja/web/api/document/onbeforescriptexecute/index.html b/files/ja/web/api/document/onbeforescriptexecute/index.html
index 13c1b5f606..44d4c5febe 100644
--- a/files/ja/web/api/document/onbeforescriptexecute/index.html
+++ b/files/ja/web/api/document/onbeforescriptexecute/index.html
@@ -36,7 +36,7 @@ document.addEventListener("beforescriptexecute", starting, true);
<h2 id="Specification" name="Specification">仕様書</h2>
<ul>
- <li><a href="http://www.whatwg.org/specs/web-apps/current-work/#the-script-element" title="http://www.whatwg.org/specs/web-apps/current-work/#the-script-element">HTML5</a></li>
+ <li><a href="http://www.whatwg.org/specs/web-apps/current-work/#the-script-element">HTML5</a></li>
</ul>
<h2 id="See_also" name="See_also">関連情報</h2>