From a84d488859142718eda7463075ee33dcc63c41d9 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Thu, 13 Jan 2022 00:50:08 +0900 Subject: Web/Manifest/dir を変換準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/manifest/dir/index.html | 85 ------------------------------------ files/ja/web/manifest/dir/index.md | 85 ++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+), 85 deletions(-) delete mode 100644 files/ja/web/manifest/dir/index.html create mode 100644 files/ja/web/manifest/dir/index.md (limited to 'files') diff --git a/files/ja/web/manifest/dir/index.html b/files/ja/web/manifest/dir/index.html deleted file mode 100644 index 47c79c4627..0000000000 --- a/files/ja/web/manifest/dir/index.html +++ /dev/null @@ -1,85 +0,0 @@ ---- -title: dir -slug: Web/Manifest/dir -tags: - - Manifest - - Web - - dir - - マニフェスト -translation_of: Web/Manifest/dir ---- -
{{QuickLinksWithSubpages("/ja/docs/Web/Manifest")}}
- - - - - - - - - - - - -
String
必須いいえ
- -

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

- -

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

- - - -

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

- - - -
-

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

-
- -

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

仕様書

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

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

-
-

{{Spec2('Manifest')}}

-
-

初回定義

-
-

Web App Manifest Working Group drafts

-
- -

ブラウザーの互換性

- -

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

diff --git a/files/ja/web/manifest/dir/index.md b/files/ja/web/manifest/dir/index.md new file mode 100644 index 0000000000..47c79c4627 --- /dev/null +++ b/files/ja/web/manifest/dir/index.md @@ -0,0 +1,85 @@ +--- +title: dir +slug: Web/Manifest/dir +tags: + - Manifest + - Web + - dir + - マニフェスト +translation_of: Web/Manifest/dir +--- +
{{QuickLinksWithSubpages("/ja/docs/Web/Manifest")}}
+ + + + + + + + + + + + +
String
必須いいえ
+ +

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

+ +

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

+ + + +

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

+ + + +
+

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

+
+ +

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

仕様書

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

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

+
+

{{Spec2('Manifest')}}

+
+

初回定義

+
+

Web App Manifest Working Group drafts

+
+ +

ブラウザーの互換性

+ +

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

-- cgit v1.2.3-54-g00ecf