aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/window/captureevents/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/window/captureevents/index.html')
-rw-r--r--files/ja/web/api/window/captureevents/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/api/window/captureevents/index.html b/files/ja/web/api/window/captureevents/index.html
index 6a38e6eb62..ba664b2fbd 100644
--- a/files/ja/web/api/window/captureevents/index.html
+++ b/files/ja/web/api/window/captureevents/index.html
@@ -14,7 +14,7 @@ translation_of: Web/API/Window/captureEvents
<h3 id=".E6.A6.82.E8.A6.81" name=".E6.A6.82.E8.A6.81">概要</h3>
<p>{{ Obsolete_header() }} window に指定したタイプの全てのイベントをキャプチャさせるようにします。</p>
<p>{{ 英語版章題("Syntax") }}</p>
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
+<h3 id="Syntax">構文</h3>
<pre class="eval">window.captureEvents(<i>eventType</i>)
</pre>
<p><code>eventType</code> は、次の値の組み合わせを取ります。: <code>Event.ABORT</code>, <code>Event.BLUR</code>, <code>Event.CLICK</code>, <code>Event.CHANGE</code>, <code>Event.DBLCLICK</code>, <code>Event.DRAGDDROP</code>, <code>Event.ERROR</code>, <code>Event.FOCUS</code>, <code>Event.KEYDOWN</code>, <code>Event.KEYPRESS</code>, <code>Event.KEYUP</code>, <code>Event.LOAD</code>, <code>Event.MOUSEDOWN</code>, <code>Event.MOUSEMOVE</code>, <code>Event.MOUSEOUT</code>, <code>Event.MOUSEOVER</code>, <code>Event.MOUSEUP</code>, <code>Event.MOVE</code>, <code>Event.RESET</code>, <code>Event.RESIZE</code>, <code>Event.SELECT</code>, <code>Event.SUBMIT</code>, <code>Event.UNLOAD</code>.</p>
@@ -38,7 +38,7 @@ translation_of: Web/API/Window/captureEvents
&lt;/html&gt;
</pre>
<p>{{ 英語版章題("Notes") }}</p>
-<h3 id=".E6.B3.A8.E8.A8.98" name=".E6.B3.A8.E8.A8.98">注記</h3>
+<h3 id="Notes">注</h3>
<div class="note">
<p>W3C DOM Events メソッドを支持するにあたり、このメソッドは Gecko 1.9 では廃止されました(<a href="ja/DOM/element.addEventListener">addEventListener</a> を参照してください)。このメソッドのサポートは <a href="ja/Gecko">Gecko</a> 1.9 で <a href="ja/Gecko_1.9_Changes_affecting_websites">削除されました</a>。</p>
</div>