diff options
Diffstat (limited to 'files/ja/web/html/element/iframe/index.html')
-rw-r--r-- | files/ja/web/html/element/iframe/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/html/element/iframe/index.html b/files/ja/web/html/element/iframe/index.html index 369605144e..570cc28a2d 100644 --- a/files/ja/web/html/element/iframe/index.html +++ b/files/ja/web/html/element/iframe/index.html @@ -70,7 +70,7 @@ translation_of: Web/HTML/Element/iframe <dl> <dt>{{htmlattrdef("allow")}}</dt> <dd><a href="/ja/docs/Web/HTTP/Feature_Policy">機能ポリシー</a>を <code><iframe></code> に指定します。このポリシーは、 <code><iframe></code> が利用可能な機能をリクエストのオリジン (例:マイク、カメラ、バッテリー、ウェブ共有 API へのアクセスなど) に基づいて定義します<br> - 詳細と例については、<a href="/ja/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy">機能ポリシーの使用</a> > <a href="/en-US/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy#The_iframe_allow_attribute">iframe の allow 属性</a>を参照してください。</dd> + 詳細と例については、<a href="/ja/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy">機能ポリシーの使用</a> > <a href="/ja/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy#The_iframe_allow_attribute">iframe の allow 属性</a>を参照してください。</dd> <dt>{{htmlattrdef("allowfullscreen")}}</dt> <dd>この <code><iframe></code> が {{domxref("Element.requestFullscreen", "requestFullscreen()")}} を呼び出して全画面モードにすることができる場合は、 <code>true</code> に設定します。</dd> <dd> |