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

short_name メンバーは文字列で、 name を表示するのに十分なスペースがない場合 (例えば、携帯電話のホーム画面にあるアイコンのラベルなど) に、ユーザーに表示するウェブアプリケーションの名前を表します。 short_name は書字方向に対応しており、 dir および lang の各マニフェストメンバーの値に基づいて左書きで表示されたり右書きで表示されたりします。

- -

- -

単純な short_name を左書き言語で:

- -
"name": "Awesome application",
-"short_name": "Awesome app"
- -

アラビア語で右書きの short_name:

- -
"dir": "rtl",
-"lang": "ar",
-"name": "تطبيق رائع",
-"short_name": "رائع"
-
- -

仕様書

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

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

-
-

{{Spec2('Manifest')}}

-
-

初回定義

-
-

Web App Manifest Working Group drafts

-
- -

ブラウザーの互換性

- -

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

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

short_name メンバーは文字列で、 name を表示するのに十分なスペースがない場合 (例えば、携帯電話のホーム画面にあるアイコンのラベルなど) に、ユーザーに表示するウェブアプリケーションの名前を表します。 short_name は書字方向に対応しており、 dir および lang の各マニフェストメンバーの値に基づいて左書きで表示されたり右書きで表示されたりします。

+ +

+ +

単純な short_name を左書き言語で:

+ +
"name": "Awesome application",
+"short_name": "Awesome app"
+ +

アラビア語で右書きの short_name:

+ +
"dir": "rtl",
+"lang": "ar",
+"name": "تطبيق رائع",
+"short_name": "رائع"
+
+ +

仕様書

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

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

+
+

{{Spec2('Manifest')}}

+
+

初回定義

+
+

Web App Manifest Working Group drafts

+
+ +

ブラウザーの互換性

+ +

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

-- cgit v1.2.3-54-g00ecf