aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css
diff options
context:
space:
mode:
authorJunji Sawada <junjis0203@gmail.com>2022-03-03 17:45:57 +0900
committerpotappo <potappo@gmail.com>2022-03-03 23:08:04 +0900
commitcc357e23ac22668d8d2f074daef9a6c1cb6883d0 (patch)
treee0cb6d33801bb4b70b947f4b3023764e4aeb45e1 /files/ja/web/css
parent0ce7202a706c9036eeea42c158f433c2b7940457 (diff)
downloadtranslated-content-cc357e23ac22668d8d2f074daef9a6c1cb6883d0.tar.gz
translated-content-cc357e23ac22668d8d2f074daef9a6c1cb6883d0.tar.bz2
translated-content-cc357e23ac22668d8d2f074daef9a6c1cb6883d0.zip
fix typo
Diffstat (limited to 'files/ja/web/css')
-rw-r--r--files/ja/web/css/media_queries/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/media_queries/index.md b/files/ja/web/css/media_queries/index.md
index acaca99d92..c50d931cfd 100644
--- a/files/ja/web/css/media_queries/index.md
+++ b/files/ja/web/css/media_queries/index.md
@@ -26,7 +26,7 @@ translation_of: Web/CSS/Media_Queries
- {{HTMLElement("source")}} 要素の {{htmlattrxref("media", "source")}} 属性では、ソースが適用されるメディアを定義します。 (これは {{HTMLElement("picture")}} 要素内でのみ有効です。)
- {{HTMLElement("style")}} 要素の {{htmlattrxref("media", "style")}} 属性では、スタイルが適用されるメディアを定義します。
-### avaScript でのメディアクエリー
+### JavaScript でのメディアクエリー
[JavaScript](/ja/docs/Web/JavaScript) では、ウィンドウがメディアクエリーに合うかどうかをテストするために {{domxref("Window.matchMedia()")}} メソッドを利用することができます。また、 {{domxref("MediaQueryList.addListener()")}} を使用して、クエリーの状態が変更されたときに通知を受け取ることもできます。この機能により、サイトやアプリが端末の設定、方向、状態が変化したときに応答することができます。