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

description メンバーは、アプリケーションが何をするかを開発者が説明することができる文字列です。 description は書字方向を設定することができ、マニフェストメンバーの dirlang の値に基づいて左書きまたは右書きで表示することができます。

- -

- -

左書き言語用の単純な description です。

- -
"description": "Awesome application that will help you achieve your dreams."
- -

アラビア語の description で、右書きで表示されます。

- -
"dir": "rtl",
-"lang": "ar",
-"description": ".تطبيق رائع سيساعدك على تحقيق أحلامك"
- -

仕様書

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

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

-
-

{{Spec2('Manifest')}}

-
-

初回定義

-
-

Web App Manifest Working Group drafts

-
- -

ブラウザーの互換性

- -

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

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

description メンバーは、アプリケーションが何をするかを開発者が説明することができる文字列です。 description は書字方向を設定することができ、マニフェストメンバーの dirlang の値に基づいて左書きまたは右書きで表示することができます。

+ +

+ +

左書き言語用の単純な description です。

+ +
"description": "Awesome application that will help you achieve your dreams."
+ +

アラビア語の description で、右書きで表示されます。

+ +
"dir": "rtl",
+"lang": "ar",
+"description": ".تطبيق رائع سيساعدك على تحقيق أحلامك"
+ +

仕様書

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

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

+
+

{{Spec2('Manifest')}}

+
+

初回定義

+
+

Web App Manifest Working Group drafts

+
+ +

ブラウザーの互換性

+ +

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

-- cgit v1.2.3-54-g00ecf