diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-13 02:52:40 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-21 00:16:47 +0900 |
commit | 6ae14d5de403e16f3356a57f0950cde13ff66882 (patch) | |
tree | 856659664e923d4a6e161d95126354372956c54c /files/ja/web/manifest | |
parent | e108e21769ae13c5a55e9dc2742be4dc5912b6a6 (diff) | |
download | translated-content-6ae14d5de403e16f3356a57f0950cde13ff66882.tar.gz translated-content-6ae14d5de403e16f3356a57f0950cde13ff66882.tar.bz2 translated-content-6ae14d5de403e16f3356a57f0950cde13ff66882.zip |
20211011-Web/Manifest/prefer_related_applications
Diffstat (limited to 'files/ja/web/manifest')
-rw-r--r-- | files/ja/web/manifest/prefer_related_applications/index.md | 72 |
1 files changed, 24 insertions, 48 deletions
diff --git a/files/ja/web/manifest/prefer_related_applications/index.md b/files/ja/web/manifest/prefer_related_applications/index.md index 430a8ad664..124372c182 100644 --- a/files/ja/web/manifest/prefer_related_applications/index.md +++ b/files/ja/web/manifest/prefer_related_applications/index.md @@ -2,65 +2,41 @@ title: prefer_related_applications slug: Web/Manifest/prefer_related_applications tags: - - Manifest - - Web - - prefer_related_applications - マニフェスト + - ウェブ + - prefer_related_applications +browser-compat: html.manifest.prefer_related_applications translation_of: Web/Manifest/prefer_related_applications --- -<div>{{QuickLinksWithSubpages("/ja/docs/Web/Manifest")}}</div> +{{QuickLinksWithSubpages("/ja/docs/Web/Manifest")}} <table class="properties"> - <tbody> - <tr> - <th scope="row">型</th> - <td><code>String</code></td> - </tr> - <tr> - <th scope="row">必須</th> - <td>いいえ</td> - </tr> - </tbody> + <tbody> + <tr> + <th scope="row">型</th> + <td><code>Boolean</code></td> + </tr> + <tr> + <th scope="row">必須</th> + <td>いいえ</td> + </tr> + </tbody> </table> -<p><dfn><code>prefer_related_applications</code></dfn> メンバーは論理値で、 <code><a href="./related_applications">related_applications</a></code> で挙がっているアプリケーションがこのウェブアプリケーションよりも推奨されることを示します。 <code>prefer_related_applications</code> メンバーが <code>true</code> に設定されていた場合、ユーザーエージェントはこのウェブアプリの代わりに関連アプリケーションのうちの一つをインストールするよう勧めるかもしれません。</p> +_`prefer_related_applications`_ メンバーは論理値で、 [`related_applications`](/ja/docs/Web/Manifest/related_applications) で挙がっているアプリケーションがこのウェブアプリケーションよりも推奨されることを示します。 `prefer_related_applications` メンバーが `true` に設定されていた場合、ユーザーエージェントはこのウェブアプリの代わりに関連アプリケーションのうちの一つをインストールするよう勧めるかもしれません。 -<p>省略された場合は、 <dfn><code>prefer_related_applications</code></dfn> の既定値は <code>false</code> になります。</p> +省略された場合は、 _`prefer_related_applications`_ の既定値は `false` になります。 -<h2 id="Examples" name="Examples">例</h2> +## 例 -<pre class="brush: json">"prefer_related_applications": true -</pre> +```json +"prefer_related_applications": true +``` -<h2 id="Specification" name="Specification">仕様書</h2> +## 仕様書 -<table class="standard-table"> - <thead> - <tr> - <th scope="col">仕様書</th> - <th scope="col">状態</th> - <th scope="col">備考</th> - <th scope="col">フィードバック</th> - </tr> - </thead> - <tbody> - <tr> - <td> - <p>{{SpecName('Manifest', '#prefer_related_applications-member', 'prefer_related_applications')}}</p> - </td> - <td> - <p>{{Spec2('Manifest')}}</p> - </td> - <td> - <p>初回定義</p> - </td> - <td> - <p><a href="https://github.com/w3c/manifest/issues/">Web App Manifest Working Group drafts</a></p> - </td> - </tr> - </tbody> -</table> +{{Specifications}} -<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> +## ブラウザーの互換性 -<p>{{Compat("html.manifest.prefer_related_applications")}}</p> +{{Compat}} |