aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/http/headers
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-22 11:17:38 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-29 01:20:59 +0900
commit92ce655769dcf4a2374b10e95a8801a29b154677 (patch)
treeb0dca021be6e8f7fa5f98dbda62a813a77d747a6 /files/ja/web/http/headers
parent1185556ba0ded0a0152dd46fd7db2bfbbce35b2a (diff)
downloadtranslated-content-92ce655769dcf4a2374b10e95a8801a29b154677.tar.gz
translated-content-92ce655769dcf4a2374b10e95a8801a29b154677.tar.bz2
translated-content-92ce655769dcf4a2374b10e95a8801a29b154677.zip
Feature-Policy: battery を更新開始
Diffstat (limited to 'files/ja/web/http/headers')
-rw-r--r--files/ja/web/http/headers/feature-policy/battery/index.html34
1 files changed, 15 insertions, 19 deletions
diff --git a/files/ja/web/http/headers/feature-policy/battery/index.html b/files/ja/web/http/headers/feature-policy/battery/index.html
index 43db2fe5a4..2a9f5e702a 100644
--- a/files/ja/web/http/headers/feature-policy/battery/index.html
+++ b/files/ja/web/http/headers/feature-policy/battery/index.html
@@ -3,24 +3,22 @@ title: 'Feature-Policy: battery'
slug: Web/HTTP/Headers/Feature-Policy/battery
translation_of: Web/HTTP/Headers/Feature-Policy/battery
---
-<p>{{HTTPSidebar}}{{SeeCompatTable}}</p>
+{{HTTPSidebar}}{{SeeCompatTable}}
-<p>HTTP の {{HTTPHeader("Feature-Policy")}} ヘッダーにおける <code>battery</code> ディレクティブは、現在の文書で {{DOMxRef("Navigator.getBattery","Navigator.getBattery()")}} で得られる {{DOMxRef("BatteryManager")}} インターフェイスによって、端末のバッテリに関する情報の収集を許可するかどうかを制御します。</p>
+HTTP の {{HTTPHeader("Feature-Policy")}} ヘッダーにおける `battery` ディレクティブは、現在の文書で {{DOMxRef("Navigator.getBattery","Navigator.getBattery()")}} で得られる {{DOMxRef("BatteryManager")}} インターフェイスによって、端末のバッテリに関する情報の収集を許可するかどうかを制御します。
-<h2 id="Syntax" name="Syntax">構文</h2>
+## 構文
<pre class="notranslate">Feature-Policy: battery &lt;allowlist&gt;;</pre>
-<dl>
<dt>&lt;allowlist&gt;</dt>
<dd>{{page("/ja/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy", "allowlist")}}</dd>
-</dl>
-<h2 id="Default_policy" name="Default_policy">既定のポリシー</h2>
+## 既定のポリシー
-<p>既定値は <code>'self'</code> です。</p>
+既定値は `'self'` です。
-<h2 id="Specifications" name="Specifications">仕様書</h2>
+## 仕様書
<table class="standard-table">
<thead>
@@ -44,17 +42,15 @@ translation_of: Web/HTTP/Headers/Feature-Policy/battery
</tbody>
</table>
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
+## ブラウザーの互換性
-<p>{{Compat("http.headers.Feature-Policy.battery")}}</p>
+{{Compat("http.headers.Feature-Policy.battery")}}
-<h2 id="See_also" name="See_also">関連情報</h2>
+## 関連情報
-<ul>
- <li>{{HTTPHeader("Feature-Policy")}} ヘッダー</li>
- <li><a href="/ja/docs/Web/HTTP/Feature_Policy">機能ポリシー</a></li>
- <li><a href="/ja/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy">機能ポリシーの使用</a></li>
- <li><a href="/ja/docs/Web/API/Battery_Status_API">Battery Status API</a></li>
- <li>{{DOMxRef("Navigator.getBattery","Navigator.getBattery()")}}</li>
- <li>{{DOMxRef("BatteryManager")}}</li>
-</ul>
+- {{HTTPHeader("Feature-Policy")}} ヘッダー
+- [機能ポリシー](/ja/docs/Web/HTTP/Feature_Policy)
+- [機能ポリシーの使用](/ja/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy)
+- [Battery Status API](/ja/docs/Web/API/Battery_Status_API)
+- {{DOMxRef("Navigator.getBattery","Navigator.getBattery()")}}
+- {{DOMxRef("BatteryManager")}}