From b3400a41e5ff084784e4557bb07c0a351a34d477 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 2 Aug 2021 22:42:50 -0400 Subject: remove link 'title' attributes that's just the 'href' (ja, part 4) (#1851) --- files/ja/web/api/document/clear/index.html | 2 +- files/ja/web/api/document/createnodeiterator/index.html | 2 +- files/ja/web/api/document/onbeforescriptexecute/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ja/web/api/document') 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

仕様書

ブラウザーの対応

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
root
{{ domxref("NodeIterator") }} の探索の開始地点になるルートノードです。
whatToShow {{ optional_inline() }}
-
オプションの unsigned long 値で、 NodeFilter の定数プロパティを組み合わせて作られたビットマスクを表します。これは特定の種類のノードを絞り込みするのに便利な方法です。. 既定値は 0xFFFFFFFF で、 SHOW_ALL 定数を表します。 +
オプションの unsigned long 値で、 NodeFilter の定数プロパティを組み合わせて作られたビットマスクを表します。これは特定の種類のノードを絞り込みするのに便利な方法です。. 既定値は 0xFFFFFFFF で、 SHOW_ALL 定数を表します。 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);

仕様書

関連情報

-- cgit v1.2.3-54-g00ecf