aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/windoweventhandlers/onhashchange/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/windoweventhandlers/onhashchange/index.html')
-rw-r--r--files/ja/web/api/windoweventhandlers/onhashchange/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/windoweventhandlers/onhashchange/index.html b/files/ja/web/api/windoweventhandlers/onhashchange/index.html
index 2f1d29b1d8..ad25ea1977 100644
--- a/files/ja/web/api/windoweventhandlers/onhashchange/index.html
+++ b/files/ja/web/api/windoweventhandlers/onhashchange/index.html
@@ -13,7 +13,7 @@ translation_of: Web/API/WindowEventHandlers/onhashchange
---
<div>{{APIRef("HTML DOM")}}</div>
-<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onhashchange</code></strong> プロパティは、<code><a href="/ja/docs/Web/API/Window/hashchange_event">hashchange</a></code> イベントを処理するための {{event("Event_handlers")}} です。</span></p>
+<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onhashchange</code></strong> プロパティは、<code><a href="/ja/docs/Web/API/Window/hashchange_event">hashchange</a></code> イベントを処理するための {{domxref("EventHandler")}} です。</span></p>
<p><code>hashchange</code> イベントは、ウィンドウのハッシュが変更されると発生します({{domxref("Window.location")}} および {{domxref("HTMLHyperlinkElementUtils.hash")}} を参照)。</p>