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/categories/index.html | 74 +++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 files/ja/web/manifest/categories/index.html (limited to 'files/ja/web/manifest/categories/index.html') diff --git a/files/ja/web/manifest/categories/index.html b/files/ja/web/manifest/categories/index.html new file mode 100644 index 0000000000..825226b00e --- /dev/null +++ b/files/ja/web/manifest/categories/index.html @@ -0,0 +1,74 @@ +--- +title: categories +slug: Web/Manifest/categories +tags: + - Manifest + - Web + - categories + - マニフェスト +translation_of: Web/Manifest/categories +--- +
{{QuickLinksWithSubpages("/ja/docs/Web/Manifest")}}
+ + + + + + + + + + + + +
String の配列 (Array)
必須いいえ
+ +

categories メンバーは、アプリケーションが属すると思われるカテゴリの名前を定義する文字列の配列です。標準化された値の一覧はありませんが、 W3C は既知のカテゴリの一覧を保守しています。 + +

+

注: categories は、ウェブアプリケーションの一覧を収集したり格納したりするヒントとしてのみ使用されます。検索エンジンやメタキーワードと同様に、カタログを無視して収集や格納を行うことができます。

+
+ +
+

: カテゴリの値は、格納したり収集したりする処理の前に小文字化されますので、 "News" と "news" は同じ値として扱われます。そもそも、開発者は小文字を使うことが推奨されています。

+
+ +

+ +
"categories": ["books", "education", "medical"]
+
+ +

仕様書

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

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

+
+

{{Spec2('Manifest')}}

+
+

初回定義

+
+

Web App Manifest Working Group drafts

+
+ +

ブラウザーの互換性

+ + + +

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

-- cgit v1.2.3-54-g00ecf