aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/ja/web/manifest/theme_color/index.md70
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}}