From 03385cc9f4f157cec2e5fd05f35e6af646055908 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 14 Sep 2021 11:07:46 +0900 Subject: Web/API以下の文書内のリンクURLを正規化 (#2360) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/web/api/document/copy_event/index.html | 2 +- files/ja/web/api/document/designmode/index.html | 2 +- files/ja/web/api/document/evaluate/index.html | 8 ++++---- files/ja/web/api/document/getelementsbyname/index.html | 2 +- files/ja/web/api/document/hasfocus/index.html | 2 +- files/ja/web/api/document/lastmodified/index.html | 2 +- files/ja/web/api/document/open/index.html | 2 +- files/ja/web/api/document/selectstart_event/index.html | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) (limited to 'files/ja/web/api/document') diff --git a/files/ja/web/api/document/copy_event/index.html b/files/ja/web/api/document/copy_event/index.html index 83cde410c0..00c2a97df8 100644 --- a/files/ja/web/api/document/copy_event/index.html +++ b/files/ja/web/api/document/copy_event/index.html @@ -36,7 +36,7 @@ translation_of: Web/API/Document/copy_event -

このイベントの本来の対象は、コピー操作の意図の対象である {{domxref("Element")}} です。このイベントを {{domxref("Document")}} インターフェイス上で待ち受けし、キャプチャやバブリングの局面で処理することができます。このイベントの局面について完全な詳細は、 Element: copy イベントを参照してください。

+

このイベントの本来の対象は、コピー操作の意図の対象である {{domxref("Element")}} です。このイベントを {{domxref("Document")}} インターフェイス上で待ち受けし、キャプチャやバブリングの局面で処理することができます。このイベントの局面について完全な詳細は、 Element: copy イベントを参照してください。

diff --git a/files/ja/web/api/document/designmode/index.html b/files/ja/web/api/document/designmode/index.html index ce879d87d5..c0a2da4cde 100644 --- a/files/ja/web/api/document/designmode/index.html +++ b/files/ja/web/api/document/designmode/index.html @@ -59,6 +59,6 @@ document.designMode = value;

関連情報

diff --git a/files/ja/web/api/document/evaluate/index.html b/files/ja/web/api/document/evaluate/index.html index 493d923a99..98eacb4ef8 100644 --- a/files/ja/web/api/document/evaluate/index.html +++ b/files/ja/web/api/document/evaluate/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/Document/evaluate ---
{{ ApiRef("DOM") }}
-
XPath 式やその他与えられたパラメータに基づいて XPathResult を返します。
+
XPath 式やその他与えられたパラメータに基づいて XPathResult を返します。
 
@@ -50,7 +50,7 @@ alert(alertText); // Alerts the text of all h2 elements

Notice in the above document.body has been used as the context instead of document so the XPath starts from the body element. (In this example, the "." is important to indicate that the querying should start from the context node, document.body. If the "." was left out (leaving //h2) the query would start from the root node (html) which would be more wasteful.)

-

See Introduction to using XPath in JavaScript for more information.

+

See Introduction to using XPath in JavaScript for more information.

注釈

@@ -155,7 +155,7 @@ alert(alertText); // Alerts the text of all h2 elements

関連項目

diff --git a/files/ja/web/api/document/getelementsbyname/index.html b/files/ja/web/api/document/getelementsbyname/index.html index 61d75e85f5..d21b02a8ed 100644 --- a/files/ja/web/api/document/getelementsbyname/index.html +++ b/files/ja/web/api/document/getelementsbyname/index.html @@ -92,6 +92,6 @@ translation_of: Web/API/Document/getElementsByName diff --git a/files/ja/web/api/document/hasfocus/index.html b/files/ja/web/api/document/hasfocus/index.html index 2cbc9b8524..d228acbe5a 100644 --- a/files/ja/web/api/document/hasfocus/index.html +++ b/files/ja/web/api/document/hasfocus/index.html @@ -16,7 +16,7 @@ translation_of: Web/API/Document/hasFocus

hasFocus() は {{domxref("Document")}} インターフェイスのメソッドで、 {{jsxref("Boolean")}} の値を返し、文書または文書内の何れかの要素がフォーカスを持っているかどうかを示します。このメソッドは、文書内のアクティブな要素がフォーカスを持っているかどうかを特定するために使用することができます。

-

文書を見ている時、文書内でフォーカスを持つ要素は常にアクティブ要素ですが、アクティブ要素がフォーカスを持っているとは限りません。例えば、フォアグラウンドになっていないポップアップウィンドウ内のアクティブ要素はフォーカスを持ちません。

+

文書を見ている時、文書内でフォーカスを持つ要素は常にアクティブ要素ですが、アクティブ要素がフォーカスを持っているとは限りません。例えば、フォアグラウンドになっていないポップアップウィンドウ内のアクティブ要素はフォーカスを持ちません。

構文

diff --git a/files/ja/web/api/document/lastmodified/index.html b/files/ja/web/api/document/lastmodified/index.html index a2f24d0270..682e0341ff 100644 --- a/files/ja/web/api/document/lastmodified/index.html +++ b/files/ja/web/api/document/lastmodified/index.html @@ -45,7 +45,7 @@ translation_of: Web/API/Document/lastModified

-

lastModified は文字列なので、文書の更新日の比較には簡単には使用できないことに注意してください。こちらはいつページが変更されたかをアラートメッセージで表示する方法の例です (JavaScript cookies API も参照)。

+

lastModified は文字列なので、文書の更新日の比較には簡単には使用できないことに注意してください。こちらはいつページが変更されたかをアラートメッセージで表示する方法の例です (JavaScript cookies API も参照)。

if (Date.parse(document.lastModified) > parseFloat(document.cookie.replace(/(?:(?:^|.*;)\s*last_modif\s*\=\s*([^;]*).*$)|^.*$/, "$1") || "0")) {
   document.cookie = "last_modif=" + Date.now() + "; expires=Fri, 31 Dec 9999 23:59:59 GMT; path=" + location.pathname;
diff --git a/files/ja/web/api/document/open/index.html b/files/ja/web/api/document/open/index.html
index 2c2d46aaf8..a6d2629093 100644
--- a/files/ja/web/api/document/open/index.html
+++ b/files/ja/web/api/document/open/index.html
@@ -56,7 +56,7 @@ document.close();
 
 

Gecko 1.9 以降、このメソッドは他のプロパティと同一オリジンポリシーが同じになるようになり、文書のオリジンを変更しようとした場合に動作しません。

-

Gecko 1.9.2 以降、 document.open()プリンシパルをスタックからフェッチするのではなく、 URI を使用する文書のプリンシパルを使用します。その結果、 wrappedJSObject を使用しても、 {{domxref("document.write()")}} を{{Glossary("chrome", "クローム")}}からの信頼できない文書に呼び出すことはできません。考え方についてはセキュリティチェックの基本を参照してください。

+

Gecko 1.9.2 以降、 document.open()プリンシパルをスタックからフェッチするのではなく、 URI を使用する文書のプリンシパルを使用します。その結果、 wrappedJSObject を使用しても、 {{domxref("document.write()")}} を{{Glossary("chrome", "クローム")}}からの信頼できない文書に呼び出すことはできません。考え方についてはセキュリティチェックの基本を参照してください。

引数3つの document.open()

diff --git a/files/ja/web/api/document/selectstart_event/index.html b/files/ja/web/api/document/selectstart_event/index.html index 448225df42..70b7d59de9 100644 --- a/files/ja/web/api/document/selectstart_event/index.html +++ b/files/ja/web/api/document/selectstart_event/index.html @@ -6,7 +6,7 @@ translation_of: Web/API/Document/selectstart_event
{{APIRef}}
-

Selection API の selectstart イベントは新しい選択範囲をユーザが指定した際に発火します。

+

Selection API の selectstart イベントは新しい選択範囲をユーザが指定した際に発火します。

イベントがキャンセルされた場合、選択範囲は変更されません。

-- cgit v1.2.3-54-g00ecf