From 05a7219ba9605649cb6daa281e26209eaa73adf0 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Fri, 28 May 2021 12:36:36 -0700 Subject: fix MacroWrongXRefError flaws for some domxref calls (#1018) --- files/ja/web/api/windoweventhandlers/onpopstate/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja/web/api/windoweventhandlers/onpopstate/index.html') diff --git a/files/ja/web/api/windoweventhandlers/onpopstate/index.html b/files/ja/web/api/windoweventhandlers/onpopstate/index.html index 3063f71af1..4d9050868f 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 ---
{{APIRef}}
-

{{domxref("WindowEventHandlers")}} ミックスインの onpopstate プロパティは、ウィンドウの popstate イベントを処理するための {{domxref("EventHandler")}} です。

+

{{domxref("WindowEventHandlers")}} ミックスインの onpopstate プロパティは、ウィンドウの popstate イベントを処理するための {{event("Event_handlers", "event handler")}} です。

popstate イベントは、同じ文書の2つの履歴項目の間で、アクティブな履歴項目が変わるたびにウィンドウに発行されます。アクティブな履歴項目が history.pushState() を呼び出したことで作成されたり、 history.replaceState() を呼び出したことで影響されたりした場合、 popstate イベントの state プロパティが履歴項目の状態オブジェクトのコピーを保持します。

-- cgit v1.2.3-54-g00ecf