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

lang メンバーは単一の言語タグを持つ文字列です。これは、マニフェストの書字方向に対応しているメンバーの主言語を指定し、 dir と共に書字方向を特定します。

+ +

+ +
"lang": "en-US"
+ +

仕様書

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

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

+
+

{{Spec2('Manifest')}}

+
+

初回定義

+
+

Web App Manifest Working Group drafts

+
+ +

ブラウザーの互換性

+ + + +

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

-- cgit v1.2.3-54-g00ecf