From 9331efa813896ae9cd33e901552ab80ebde54606 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Thu, 13 Jan 2022 01:31:39 +0900 Subject: 2021/10/11 時点の英語版に同期 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/manifest/description/index.md | 79 +++++++++++------------------- 1 file changed, 29 insertions(+), 50 deletions(-) (limited to 'files/ja') diff --git a/files/ja/web/manifest/description/index.md b/files/ja/web/manifest/description/index.md index 1f5c96773a..4e90aaa6d8 100644 --- a/files/ja/web/manifest/description/index.md +++ b/files/ja/web/manifest/description/index.md @@ -2,70 +2,49 @@ title: description slug: Web/Manifest/description tags: - - Manifest - - Web - - description - マニフェスト + - ウェブ + - description +browser-compat: html.manifest.description translation_of: Web/Manifest/description --- -
{{QuickLinksWithSubpages("/ja/docs/Web/Manifest")}}
+{{QuickLinksWithSubpages("/ja/docs/Web/Manifest")}} - - - - - - - - - - + + + + + + + + + +
String
必須いいえ
String
必須いいえ
-

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

+_`description`_ メンバーは、何をするアプリケーションなのかを開発者が説明することができる文字列です。 `description` には書字方向を設定することができ、マニフェストメンバーの [`dir`](/ja/docs/Web/Manifest/dir) と [`lang`](/ja/docs/Web/Manifest/lang) の値に基づいて左書きまたは右書きで表示することができます。 -

+## 例 -

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

+左書き言語用の単純な `description` です。 -
"description": "Awesome application that will help you achieve your dreams."
+```json +"description": "Awesome application that will help you achieve your dreams." +``` -

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

+アラビア語の `description` で、右書きで表示されます。 -
"dir": "rtl",
+```json
+"dir": "rtl",
 "lang": "ar",
-"description": ".تطبيق رائع سيساعدك على تحقيق أحلامك"
+"description": ".تطبيق رائع سيساعدك على تحقيق أحلامك" +``` -

仕様書

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

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

-
-

{{Spec2('Manifest')}}

-
-

初回定義

-
-

Web App Manifest Working Group drafts

-
+{{Specifications}} -

ブラウザーの互換性

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

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

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