aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/window/blur_event
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/window/blur_event')
-rw-r--r--files/ja/web/api/window/blur_event/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/files/ja/web/api/window/blur_event/index.html b/files/ja/web/api/window/blur_event/index.html
index cc0be2e055..3cf637f790 100644
--- a/files/ja/web/api/window/blur_event/index.html
+++ b/files/ja/web/api/window/blur_event/index.html
@@ -112,8 +112,6 @@ window.addEventListener('focus', play);</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.Window.blur_event")}}</p>
<p>このイベントが処理されている間の {{DOMxRef("Document.activeElement")}} の値はブラウザーによって異なります ({{bug(452307)}})。 IE10 はフォーカスが移動する先の要素を設定しますが、 Firefox および Chrome はふつう、文書の <code>body</code> を設定します。</p>