From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/manifest/description/index.html | 73 ++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 files/ja/web/manifest/description/index.html (limited to 'files/ja/web/manifest/description/index.html') diff --git a/files/ja/web/manifest/description/index.html b/files/ja/web/manifest/description/index.html new file mode 100644 index 0000000000..891ece8a21 --- /dev/null +++ b/files/ja/web/manifest/description/index.html @@ -0,0 +1,73 @@ +--- +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