aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/globaleventhandlers
diff options
context:
space:
mode:
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>