diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-13 09:08:33 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-21 00:17:18 +0900 |
commit | 02e78efccd6da33a3fdca4a98df32d6824145cd6 (patch) | |
tree | 3cca420a80b8a6b99410aac9d2b29f6441695f26 /files/ja | |
parent | 4afe92c5c30f2ca3efa7714849370632b0d53b07 (diff) | |
download | translated-content-02e78efccd6da33a3fdca4a98df32d6824145cd6.tar.gz translated-content-02e78efccd6da33a3fdca4a98df32d6824145cd6.tar.bz2 translated-content-02e78efccd6da33a3fdca4a98df32d6824145cd6.zip |
2021/10/11 時点の英語版に同期
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/web/manifest/theme_color/index.md | 70 |
1 files changed, 23 insertions, 47 deletions
diff --git a/files/ja/web/manifest/theme_color/index.md b/files/ja/web/manifest/theme_color/index.md index 0a72926df4..b6ceeec87f 100644 --- a/files/ja/web/manifest/theme_color/index.md +++ b/files/ja/web/manifest/theme_color/index.md @@ -2,63 +2,39 @@ title: theme_color slug: Web/Manifest/theme_color tags: - - Manifest - - Web - - theme_color - マニフェスト + - ウェブ + - theme_color +browser-compat: html.manifest.theme_color translation_of: Web/Manifest/theme_color --- -<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>String</code></td> + </tr> + <tr> + <th scope="row">必須</th> + <td>いいえ</td> + </tr> + </tbody> </table> -<p><code>theme_color</code> メンバーは文字列で、アプリケーションの既定のテーマカラーを定義します。これは OS がどのようにサイトを表示するかに影響することがあります (例えば、 Android のタスクスイッチャーでは、サイトの周りにテーマカラーが表示されます)。</p> +`theme_color` メンバーは文字列で、アプリケーションの既定のテーマカラーを定義します。これは OS がどのようにサイトを表示するかに影響することがあります (例えば、 Android のタスクスイッチャーでは、サイトの周りにテーマカラーが表示されます)。 -<h2 id="Examples" name="Examples">例</h2> +## 例 -<pre class="brush: json">"theme_color": "red" -</pre> +```json +"theme_color": "red" +``` -<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', '#background_color-member', 'background_color')}}</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.theme_color")}}</p> +{{Compat}} |