aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/globaleventhandlers
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-09-14 11:07:46 +0900
committerGitHub <noreply@github.com>2021-09-14 11:07:46 +0900
commit03385cc9f4f157cec2e5fd05f35e6af646055908 (patch)
tree445fcb3a7d033d4ef35c4d4238b28b9630e3dc5b /files/ja/web/api/globaleventhandlers
parentb8899e350326af3e53dfad89747761c1c13a3915 (diff)
downloadtranslated-content-03385cc9f4f157cec2e5fd05f35e6af646055908.tar.gz
translated-content-03385cc9f4f157cec2e5fd05f35e6af646055908.tar.bz2
translated-content-03385cc9f4f157cec2e5fd05f35e6af646055908.zip
Web/API以下の文書内のリンクURLを正規化 (#2360)
- /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/web/api/globaleventhandlers')
-rw-r--r--files/ja/web/api/globaleventhandlers/onclose/index.html2
-rw-r--r--files/ja/web/api/globaleventhandlers/onmousedown/index.html2
-rw-r--r--files/ja/web/api/globaleventhandlers/onmouseenter/index.html4
-rw-r--r--files/ja/web/api/globaleventhandlers/onmouseleave/index.html4
-rw-r--r--files/ja/web/api/globaleventhandlers/onmousemove/index.html2
5 files changed, 7 insertions, 7 deletions
diff --git a/files/ja/web/api/globaleventhandlers/onclose/index.html b/files/ja/web/api/globaleventhandlers/onclose/index.html
index 8c0429e233..3d8a3e6a08 100644
--- a/files/ja/web/api/globaleventhandlers/onclose/index.html
+++ b/files/ja/web/api/globaleventhandlers/onclose/index.html
@@ -30,7 +30,7 @@ translation_of: Web/API/GlobalEventHandlers/onclose
<h3 id="値">値</h3>
-<p><code>functionRef</code> は、関数名または<a href="/docs/Web/JavaScript/Reference/Operators/function">関数式</a>です。この関数は、{{domxref("Event")}} オブジェクトを唯一の引数として受け取ります。</p>
+<p><code>functionRef</code> は、関数名または<a href="/ja/docs/Web/JavaScript/Reference/Operators/function">関数式</a>です。この関数は、{{domxref("Event")}} オブジェクトを唯一の引数として受け取ります。</p>
<p>一度に1つのオブジェクトに割り当てることができる <code>onclose</code> ハンドラーは1つだけです。代わりに、より柔軟性のある {{domxref("EventTarget.addEventListener()")}} メソッドを使用することをお勧めします。</p>
diff --git a/files/ja/web/api/globaleventhandlers/onmousedown/index.html b/files/ja/web/api/globaleventhandlers/onmousedown/index.html
index ec56405a60..bf143fc699 100644
--- a/files/ja/web/api/globaleventhandlers/onmousedown/index.html
+++ b/files/ja/web/api/globaleventhandlers/onmousedown/index.html
@@ -28,7 +28,7 @@ translation_of: Web/API/GlobalEventHandlers/onmousedown
<h3 id="Value">値</h3>
-<p><code>functionRef</code> は、関数名または<a href="/docs/Web/JavaScript/Reference/Operators/function">関数式</a>です。この関数は、唯一の引数として {{domxref("MouseEvent")}} オブジェクトを受け取ります。</p>
+<p><code>functionRef</code> は、関数名または<a href="/ja/docs/Web/JavaScript/Reference/Operators/function">関数式</a>です。この関数は、唯一の引数として {{domxref("MouseEvent")}} オブジェクトを受け取ります。</p>
<h2 id="Example">例</h2>
diff --git a/files/ja/web/api/globaleventhandlers/onmouseenter/index.html b/files/ja/web/api/globaleventhandlers/onmouseenter/index.html
index 5e78df7bfe..12014ca918 100644
--- a/files/ja/web/api/globaleventhandlers/onmouseenter/index.html
+++ b/files/ja/web/api/globaleventhandlers/onmouseenter/index.html
@@ -21,7 +21,7 @@ translation_of: Web/API/GlobalEventHandlers/onmouseenter
var <em>handlerFunction</em> = <em><var>element</var></em>.onmouseenter;
</pre>
-<p><code>handlerFunction</code> は、イベントのハンドラを指定する <code>null</code> または <a href="/docs/Web/JavaScript/Reference/Functions">JavaScript 関数</a> です。</p>
+<p><code>handlerFunction</code> は、イベントのハンドラを指定する <code>null</code> または <a href="/ja/docs/Web/JavaScript/Reference/Functions">JavaScript 関数</a> です。</p>
<h2 id="仕様">仕様</h2>
@@ -50,5 +50,5 @@ var <em>handlerFunction</em> = <em><var>element</var></em>.onmouseenter;
<ul>
<li>{{event("mouseenter")}}</li>
- <li><a href="/docs/Web/Guide/Events/Event_handlers">DOM onevent ハンドラー</a></li>
+ <li><a href="/ja/docs/Web/Guide/Events/Event_handlers">DOM onevent ハンドラー</a></li>
</ul>
diff --git a/files/ja/web/api/globaleventhandlers/onmouseleave/index.html b/files/ja/web/api/globaleventhandlers/onmouseleave/index.html
index b6065b7161..437744245b 100644
--- a/files/ja/web/api/globaleventhandlers/onmouseleave/index.html
+++ b/files/ja/web/api/globaleventhandlers/onmouseleave/index.html
@@ -21,7 +21,7 @@ translation_of: Web/API/GlobalEventHandlers/onmouseleave
var <em>handlerFunction</em> = <em><var>element</var></em>.onmouseleave;
</pre>
-<p><code>handlerFunction</code> は、イベントのハンドラを指定する <code>null</code> または <a href="/docs/Web/JavaScript/Reference/Functions">JavaScript 関数 </a> です。</p>
+<p><code>handlerFunction</code> は、イベントのハンドラを指定する <code>null</code> または <a href="/ja/docs/Web/JavaScript/Reference/Functions">JavaScript 関数 </a> です。</p>
<h2 id="仕様">仕様</h2>
@@ -50,5 +50,5 @@ var <em>handlerFunction</em> = <em><var>element</var></em>.onmouseleave;
<ul>
<li>{{event("mouseleave")}}</li>
- <li><a href="/docs/Web/Guide/Events/Event_handlers">DOM onevent ハンドラー</a></li>
+ <li><a href="/ja/docs/Web/Guide/Events/Event_handlers">DOM onevent ハンドラー</a></li>
</ul>
diff --git a/files/ja/web/api/globaleventhandlers/onmousemove/index.html b/files/ja/web/api/globaleventhandlers/onmousemove/index.html
index 7a3e4a8764..c0fb8001ce 100644
--- a/files/ja/web/api/globaleventhandlers/onmousemove/index.html
+++ b/files/ja/web/api/globaleventhandlers/onmousemove/index.html
@@ -23,7 +23,7 @@ translation_of: Web/API/GlobalEventHandlers/onmousemove
<h3 id="値">値</h3>
-<p><code>functionRef</code> は、関数名または<a href="/docs/Web/JavaScript/Reference/Operators/function">関数式</a>です。 この関数は、唯一の引数として {{domxref("MouseEvent")}} オブジェクトを受け取ります。</p>
+<p><code>functionRef</code> は、関数名または<a href="/ja/docs/Web/JavaScript/Reference/Operators/function">関数式</a>です。 この関数は、唯一の引数として {{domxref("MouseEvent")}} オブジェクトを受け取ります。</p>
<h2 id="例">例</h2>