diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-06-24 00:39:58 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 00:39:58 +0900 |
commit | a9a798516cc543f64411d517a7e8443ba0c1834c (patch) | |
tree | 5bedb642c71b9f13bea871957fa5a432533b060c /files/ja/web/api/keyboardevent | |
parent | 7b4cb241fd93503c68bf6ab0f3694db5099a935b (diff) | |
download | translated-content-a9a798516cc543f64411d517a7e8443ba0c1834c.tar.gz translated-content-a9a798516cc543f64411d517a7e8443ba0c1834c.tar.bz2 translated-content-a9a798516cc543f64411d517a7e8443ba0c1834c.zip |
web/api/h-m* の browser-compat-data に関する非表示の指示を一括削除 (#1193)
Diffstat (limited to 'files/ja/web/api/keyboardevent')
-rw-r--r-- | files/ja/web/api/keyboardevent/code/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/api/keyboardevent/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/api/keyboardevent/key/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/api/keyboardevent/keycode/index.html | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/files/ja/web/api/keyboardevent/code/index.html b/files/ja/web/api/keyboardevent/code/index.html index ddc2eac17e..07ac76cf5a 100644 --- a/files/ja/web/api/keyboardevent/code/index.html +++ b/files/ja/web/api/keyboardevent/code/index.html @@ -215,6 +215,4 @@ let spaceship = document.getElementById("spaceship"); <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.KeyboardEvent.code")}}</p> diff --git a/files/ja/web/api/keyboardevent/index.html b/files/ja/web/api/keyboardevent/index.html index a9174b98e6..b1fbcb5830 100644 --- a/files/ja/web/api/keyboardevent/index.html +++ b/files/ja/web/api/keyboardevent/index.html @@ -324,8 +324,6 @@ document.addEventListener('keyup', (event) => { <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.KeyboardEvent")}}</p> <h3 id="Compatibility_notes" name="Compatibility_notes">互換性のメモ</h3> diff --git a/files/ja/web/api/keyboardevent/key/index.html b/files/ja/web/api/keyboardevent/key/index.html index 93d031fb63..ee4a4c0181 100644 --- a/files/ja/web/api/keyboardevent/key/index.html +++ b/files/ja/web/api/keyboardevent/key/index.html @@ -229,6 +229,4 @@ btnClearConsole.addEventListener('click', (e) => { <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.KeyboardEvent.key")}}</p> diff --git a/files/ja/web/api/keyboardevent/keycode/index.html b/files/ja/web/api/keyboardevent/keycode/index.html index 840a2dd38a..aa1169af30 100644 --- a/files/ja/web/api/keyboardevent/keycode/index.html +++ b/files/ja/web/api/keyboardevent/keycode/index.html @@ -55,8 +55,6 @@ translation_of: Web/API/KeyboardEvent/keyCode <h2 id="ブラウザの互換性">ブラウザの互換性</h2> -<div class="hidden">このページの互換性表は、構造化データから生成されています。データに貢献したい方は、<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックしてプルリクエストを送ってください。</div> - <p>{{Compat("api.KeyboardEvent.keyCode")}}</p> <h2 id="keyCodeの値">keyCodeの値</h2> |