aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/windoweventhandlers
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/windoweventhandlers')
-rw-r--r--files/ja/web/api/windoweventhandlers/onbeforeunload/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/files/ja/web/api/windoweventhandlers/onbeforeunload/index.html b/files/ja/web/api/windoweventhandlers/onbeforeunload/index.html
index 4cae423f48..f63af9162f 100644
--- a/files/ja/web/api/windoweventhandlers/onbeforeunload/index.html
+++ b/files/ja/web/api/windoweventhandlers/onbeforeunload/index.html
@@ -78,8 +78,6 @@ window.onbeforeunload = function(event) { ... };</pre>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("api.WindowEventHandlers.onbeforeunload")}}</p>
<p>HTML 仕様書は、ユーザーに確認を取るときに {{domxref("Event.returnValue")}} メソッドの代わりに {{domxref("Event.preventDefault()")}} メソッドを使用するよう明記しています。しかし、これはまだすべてのブラウザーが対応しているわけではありません。</p>