diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-06-24 00:40:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 00:40:34 +0900 |
commit | f68112ddfc3bf6698157ef5d7299e0a2d69c4437 (patch) | |
tree | 4f9552fbda1761bc011b80d7f46c5d1a6a8ec38f /files/ja/web/api/window/blur_event | |
parent | a9a798516cc543f64411d517a7e8443ba0c1834c (diff) | |
download | translated-content-f68112ddfc3bf6698157ef5d7299e0a2d69c4437.tar.gz translated-content-f68112ddfc3bf6698157ef5d7299e0a2d69c4437.tar.bz2 translated-content-f68112ddfc3bf6698157ef5d7299e0a2d69c4437.zip |
web/api/w-x* の browser-compat-data に関する非表示の指示を一括削除 (#1196)
Diffstat (limited to 'files/ja/web/api/window/blur_event')
-rw-r--r-- | files/ja/web/api/window/blur_event/index.html | 2 |
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> |