diff options
Diffstat (limited to 'files/ja/web/api/windoweventhandlers/onpopstate/index.html')
-rw-r--r-- | files/ja/web/api/windoweventhandlers/onpopstate/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/windoweventhandlers/onpopstate/index.html b/files/ja/web/api/windoweventhandlers/onpopstate/index.html index f41ad37fb3..3063f71af1 100644 --- a/files/ja/web/api/windoweventhandlers/onpopstate/index.html +++ b/files/ja/web/api/windoweventhandlers/onpopstate/index.html @@ -16,7 +16,7 @@ translation_of: Web/API/WindowEventHandlers/onpopstate --- <div>{{APIRef}}</div> -<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onpopstate</code></strong> プロパティは、ウィンドウの <code><a href="/ja/docs/Web/API/Window/popstate_event">popstate</a></code> イベントを処理するための {{event("Event_handlers")}} です。</span></p> +<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onpopstate</code></strong> プロパティは、ウィンドウの <code><a href="/ja/docs/Web/API/Window/popstate_event">popstate</a></code> イベントを処理するための {{domxref("EventHandler")}} です。</span></p> <p><code>popstate</code> イベントは、同じ文書の2つの履歴項目の間で、アクティブな履歴項目が変わるたびにウィンドウに発行されます。アクティブな履歴項目が <code>history.pushState()</code> を呼び出したことで作成されたり、 <code>history.replaceState()</code> を呼び出したことで影響されたりした場合、 <code>popstate</code> イベントの <code>state</code> プロパティが履歴項目の状態オブジェクトのコピーを保持します。</p> |