aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoratyamash <atyamash@yahoo-corp.jp>2022-03-09 18:09:25 +0900
committerpotappo <potappo@gmail.com>2022-03-10 21:29:01 +0900
commite58a7d2fa30ff584eb05d7a6dd2e1c9ad5e96ab7 (patch)
tree54b6c994f9d16d5348de76d08bc7c527c5ccc887
parente8c3b8b8aadb3a8b531125e7107cebf060fa0aba (diff)
downloadtranslated-content-e58a7d2fa30ff584eb05d7a6dd2e1c9ad5e96ab7.tar.gz
translated-content-e58a7d2fa30ff584eb05d7a6dd2e1c9ad5e96ab7.tar.bz2
translated-content-e58a7d2fa30ff584eb05d7a6dd2e1c9ad5e96ab7.zip
fix Managing_screen_orientation
-rw-r--r--files/ja/web/api/css_object_model/managing_screen_orientation/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/css_object_model/managing_screen_orientation/index.html b/files/ja/web/api/css_object_model/managing_screen_orientation/index.html
index e70e964880..9d955045a5 100644
--- a/files/ja/web/api/css_object_model/managing_screen_orientation/index.html
+++ b/files/ja/web/api/css_object_model/managing_screen_orientation/index.html
@@ -14,7 +14,7 @@ translation_of: Web/API/CSS_Object_Model/Managing_screen_orientation
<p>CSS と JavaScript の双方に、画面の向きを扱う方法がいくつかあります。第一の方法は <a href="/ja/docs/CSS/Media_queries#orientation">orientation メディアクエリ</a>です。これはブラウザウィンドウがランドスケープモード (すなわち幅が高さより大きい) かポートレートモード (高さが幅より大きい) かに基づいて、CSS を使用してコンテンツのレイアウトを調整できます。</p>
-<p>第二の方法は、画面自身の現在の向きを取得して最終的に固定するために使用できる、JavaScript の Screen orientation API です。</p>
+<p>第二の方法は、画面自身の現在の向きを取得して最終的に固定するために使用できる、JavaScript の Screen Orientation API です。</p>
<h2 id="Adjusting_layout_based_on_the_orientation" name="Adjusting_layout_based_on_the_orientation">向きに基づいてレイアウトを調整する</h2>