From 1185556ba0ded0a0152dd46fd7db2bfbbce35b2a Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 22 Jan 2022 11:13:43 +0900 Subject: 2021/08/14 時点の英語版に同期 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../http/headers/feature-policy/autoplay/index.md | 46 ++++++++++------------ 1 file changed, 20 insertions(+), 26 deletions(-) (limited to 'files') diff --git a/files/ja/web/http/headers/feature-policy/autoplay/index.md b/files/ja/web/http/headers/feature-policy/autoplay/index.md index 8bbcff3f65..e05aa0b5d7 100644 --- a/files/ja/web/http/headers/feature-policy/autoplay/index.md +++ b/files/ja/web/http/headers/feature-policy/autoplay/index.md @@ -2,49 +2,43 @@ title: 'Feature-Policy: autoplay' slug: Web/HTTP/Headers/Feature-Policy/autoplay tags: + - ディレクティブ + - 機能ポリシー - Feature-Policy - HTTP - リファレンス - autoplay - - ディレクティブ - - 機能ポリシー + - 実験的 +browser-compat: http.headers.Feature-Policy.autoplay translation_of: Web/HTTP/Headers/Feature-Policy/autoplay --- {{HTTPSidebar}} {{SeeCompatTable}} -HTTP の {{HTTPHeader("Feature-Policy")}} ヘッダーにおける `autoplay` ディレクティブは、現在の文書で {{domxref("HTMLMediaElement")}} インターフェイスによってメディアの自動再生をリクエストすることを許可するかどうかを制御します。このポリシーが有効であれば、 {{domxref("HTMLMediaElement.play()")}} から返却された {{jsxref("Promise")}} が `DOMException` で拒否されます。 {{HTMLElement("audio")}} および {{HTMLElement("video")}} 要素の {{htmlattrxref("autoplay", "audio")}} 属性は無視されます。 +HTTP の {{HTTPHeader("Feature-Policy")}} ヘッダーにおける `autoplay` ディレクティブは、現在の文書で {{domxref("HTMLMediaElement")}} インターフェイスによってメディアの自動再生をリクエストすることを許可するかどうかを制御します。このポリシーが有効であれば、 {{domxref("HTMLMediaElement.play()")}} から返却された {{jsxref("Promise")}} が {{domxref("DOMException")}} で拒否されます。 {{HTMLElement("audio")}} および {{HTMLElement("video")}} 要素の {{htmlattrxref("autoplay", "audio")}} 属性は無視されます。 自動再生や自動再生ブロックの詳細については、 [メディアおよび Web Audio API の自動再生ガイド](/ja/docs/Web/Media/Autoplay_guide) の記事を参照してください。 ## 構文 -
Feature-Policy: autoplay <allowlist>;
+``` +Feature-Policy: autoplay ; +``` -
<allowlist>
-
{{page("/ja/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy", "allowlist")}}既定値は `'self'` です。
+- \ + - : この機能を許可するオリジンのリストです。 [`Feature-Policy`](/ja/docs/Web/HTTP/Headers/Feature-Policy#syntax) を参照してください。 + +## 既定のポリシー + +[Google Chrome](https://www.chromestatus.com/feature/5100524789563392) における既定値は +`'self'` です。 ## 仕様書 - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName('Feature Policy')}}{{Spec2('Feature Policy')}}初回定義
- -

ブラウザーの対応

- -{{Compat("http.headers.Feature-Policy.autoplay")}} +{{Specifications}} + +## ブラウザーの互換性 + +{{Compat}} ## 関連情報 -- cgit v1.2.3-54-g00ecf