From 22b06f5df06d387aa467935c9692783c4b098186 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Thu, 13 Jan 2022 01:42:47 +0900 Subject: 2021/10/11 時点の英語版に同期 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/manifest/dir/index.md | 95 +++++++++++++------------------------- 1 file changed, 33 insertions(+), 62 deletions(-) (limited to 'files') diff --git a/files/ja/web/manifest/dir/index.md b/files/ja/web/manifest/dir/index.md index 47c79c4627..c1d460e594 100644 --- a/files/ja/web/manifest/dir/index.md +++ b/files/ja/web/manifest/dir/index.md @@ -2,84 +2,55 @@ title: dir slug: Web/Manifest/dir tags: - - Manifest - - Web - - dir - マニフェスト + - ウェブ + - dir +browser-compat: html.manifest.dir translation_of: Web/Manifest/dir --- -
{{QuickLinksWithSubpages("/ja/docs/Web/Manifest")}}
+{{QuickLinksWithSubpages("/ja/docs/Web/Manifest")}} - - - - - - - - - - + + + + + + + + + +
String
必須いいえ
`String`
必須いいえ
-

マニフェストの書字方向に対応しているメンバーを表示するための基本的な方向です。 lang メンバーと共に、右書きの言語を正しく表示するのに役立ちます。

+マニフェストの書字方向に対応しているメンバーを表示するための基本的な方向です。 [`lang`](/ja/docs/Web/Manifest/lang) メンバーと共に、右書きの言語を正しく表示するのに役立ちます。 -

dir メンバーには、次の値のうちの一つを設定することができます。

+`dir` メンバーには、次の値のうちの一つを設定することができます。 - +- `auto` — ユーザーエージェントが判断した書字方向 +- `ltr` — 左書き (left to right) +- `rtl` — 右書き (right to left) -

書字方向に対応しているメンバーは以下の通りです。

+*書字方向に対応しているメンバー*は以下の通りです。 - +- [`name`](/ja/docs/Web/Manifest/name) +- [`short_name`](/ja/docs/Web/Manifest/short_name) +- [`description`](/ja/docs/Web/Manifest/description) -
-

: この値が省略されたり auto に設定されていたりした場合は、ブラウザーは Unicode 双方向アルゴリズムを使用してテキストの書字方向に最適な推測を行います。

-
+> **Note:** この値が省略されたり `auto` に設定されていたりした場合は、ブラウザーは [Unicode 双方向アルゴリズム](/ja/docs/Web/Guide/Unicode_Bidirectional_Text_Algorithm)を使用してテキストの書字方向に最適な推測を行います。 -

+## 例 -
"dir": "rtl",
+```json
+"dir": "rtl",
 "lang": "ar",
-"short_name": "!أنا من التطبيق"
+"short_name": "!أنا من التطبيق" +``` -

仕様書

+## 仕様書 - - - - - - - - - - - - - - - - - -
仕様書状態備考フィードバック
-

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

-
-

{{Spec2('Manifest')}}

-
-

初回定義

-
-

Web App Manifest Working Group drafts

-
+{{Specifications}} -

ブラウザーの互換性

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

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

+{{Compat}} -- cgit v1.2.3-54-g00ecf