From a9a798516cc543f64411d517a7e8443ba0c1834c Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Thu, 24 Jun 2021 00:39:58 +0900 Subject: web/api/h-m* の browser-compat-data に関する非表示の指示を一括削除 (#1193) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/api/mediaquerylist/index.html | 2 -- files/ja/web/api/mediaquerylist/matches/index.html | 2 -- files/ja/web/api/mediaquerylist/media/index.html | 2 -- files/ja/web/api/mediaquerylist/onchange/index.html | 2 -- 4 files changed, 8 deletions(-) (limited to 'files/ja/web/api/mediaquerylist') diff --git a/files/ja/web/api/mediaquerylist/index.html b/files/ja/web/api/mediaquerylist/index.html index b0c50fd12f..848696dddc 100644 --- a/files/ja/web/api/mediaquerylist/index.html +++ b/files/ja/web/api/mediaquerylist/index.html @@ -102,8 +102,6 @@ mql.addEventListener(screenTest);

ブラウザーの互換性

- -

{{Compat("api.MediaQueryList")}}

関連情報

diff --git a/files/ja/web/api/mediaquerylist/matches/index.html b/files/ja/web/api/mediaquerylist/matches/index.html index c45ac010cf..cfac80270d 100644 --- a/files/ja/web/api/mediaquerylist/matches/index.html +++ b/files/ja/web/api/mediaquerylist/matches/index.html @@ -75,8 +75,6 @@ addMQListener(window.matchMedia("(orientation:landscape)"),

ブラウザーの互換性

- -

{{Compat("api.MediaQueryList.matches")}}

関連情報

diff --git a/files/ja/web/api/mediaquerylist/media/index.html b/files/ja/web/api/mediaquerylist/media/index.html index cebf436a43..64c33815cb 100644 --- a/files/ja/web/api/mediaquerylist/media/index.html +++ b/files/ja/web/api/mediaquerylist/media/index.html @@ -83,8 +83,6 @@ document.querySelector(".mq-value").innerText = mql.media;

ブラウザーの互換性

- -

{{Compat("api.MediaQueryList.media")}}

関連情報

diff --git a/files/ja/web/api/mediaquerylist/onchange/index.html b/files/ja/web/api/mediaquerylist/onchange/index.html index 893aa1d38b..5539cdd3c7 100644 --- a/files/ja/web/api/mediaquerylist/onchange/index.html +++ b/files/ja/web/api/mediaquerylist/onchange/index.html @@ -59,8 +59,6 @@ mql.addEventListener( "change", (e) => {

ブラウザーの互換性

- -

{{Compat("api.MediaQueryList.onchange")}}

関連情報

-- cgit v1.2.3-54-g00ecf