--- title: Document.embeds slug: Web/API/Document/embeds tags: - API - DOM - Document - HTML DOM - Property - embeds - プロパティ translation_of: Web/API/Document/embeds --- <div>{{ApiRef}}</div> <p>{{domxref("Document")}} インターフェイスの <strong><code>embeds</code></strong> プロパティは読み取り専用で、現在の文書の埋め込み {{htmlelement("object")}} 要素のリストを返します。</p> <h2 id="Syntax" name="Syntax">構文</h2> <pre class="syntaxbox"><var>nodeList</var> = document.embeds </pre> <h3 id="Value" name="Value">値</h3> <p>{{domxref("HTMLCollection")}} です。</p> <h2 id="Specifications" name="Specifications">仕様書</h2> <table class="standard-table"> <thead> <tr> <th scope="col">仕様書</th> <th scope="col">状態</th> <th scope="col">備考</th> </tr> </thead> <tbody> <tr> <td>{{SpecName('HTML WHATWG', '#dom-document-embeds', 'Document.embeds')}}</td> <td>{{ Spec2('HTML WHATWG') }}</td> <td> </td> </tr> </tbody> </table> <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2> <div>{{Compat("api.Document.embeds")}}</div>