From 8ddcf8980adfc28f9f8a4842aac24c4de1fabe52 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Thu, 13 Jan 2022 02:46:09 +0900 Subject: 20220113-Web/Manifest/orientation --- files/ja/web/manifest/orientation/index.md | 76 ++++++++++++++---------------- 1 file changed, 35 insertions(+), 41 deletions(-) (limited to 'files/ja/web/manifest') diff --git a/files/ja/web/manifest/orientation/index.md b/files/ja/web/manifest/orientation/index.md index 259790e965..ef25754472 100644 --- a/files/ja/web/manifest/orientation/index.md +++ b/files/ja/web/manifest/orientation/index.md @@ -2,57 +2,51 @@ title: orientation slug: Web/Manifest/orientation tags: - - Manifest - - Orientation - - Web - マニフェスト + - Orientation + - ウェブ +browser-compat: html.manifest.orientation translation_of: Web/Manifest/orientation --- -
{{QuickLinksWithSubpages("/ja/docs/Web/Manifest")}}
+{{QuickLinksWithSubpages("/ja/docs/Web/Manifest")}} - - - - - - - - - - + + + + + + + + + +
String
必須いいえ
`String`
必須いいえ
-

orientation メンバーは、ウェブサイトの最上位の{{Glossary("Browsing context", "閲覧コンテキスト")}}すべてについて、既定の向きを定義します。

+`orientation` メンバーは、ウェブサイトの最上位の{{Glossary("Browsing context", "閲覧コンテキスト")}}すべてについて、既定の向きを定義します。 -
-

注: ユーザーエージェントの表示モードによっては、 orientation やその中の特定の値に対応していないことがあります。これらに対応することが、特定のコンテキストでは意味がないからです。

-
+> **Note:** ユーザーエージェントの表示モードによっては、 `orientation` やその中の特定の値に対応していないことがあります。これらに対応することが、特定のコンテキストでは意味がないからです。 -
-

注: 実行時に画面の向きを変更するには、 Screen Orientation API を利用して実現することができます。

-
+> **Note:** 実行時に画面の向きを変更するには、 [Screen Orientation API](/ja/docs/Web/API/Screen/orientation) を利用して実現することができます。 -

+## 値 -

orientation は以下の値の内の一つを取ることができます。

+`orientation` は以下の値の内の一つを取ることができます。 - +- `any` +- `natural` +- `landscape` +- `landscape-primary` +- `landscape-secondary` +- `portrait` +- `portrait-primary` +- `portrait-secondary` -

+## 例
  "orientation": "portrait-primary"
-

仕様書

+## 仕様書 @@ -66,21 +60,21 @@ translation_of: Web/Manifest/orientation
-

{{SpecName('Manifest', '#orientation-member', 'orientation')}}

+ {{SpecName('Manifest', '#orientation-member', 'orientation')}}
-

{{Spec2('Manifest')}}

+ {{Spec2('Manifest')}}
-

初回定義

+ 初回定義
-

Web App Manifest Working Group drafts

+ [Web App Manifest Working Group drafts](https://github.com/w3c/manifest/issues/)
-

ブラウザーの互換性

+## ブラウザーの互換性 -

{{Compat("html.manifest.orientation")}}

+{{Compat("html.manifest.orientation")}} -- cgit v1.2.3-54-g00ecf