blob: fe37334c5fcd7f60b835a9152de6dd83455499b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
---
title: Document.embeds
slug: Web/API/Document/embeds
tags:
- API
- Document
translation_of: Web/API/Document/embeds
---
<p> </p>
<p>{{ApiRef}}</p>
<p>The <strong><code>embeds</code></strong> read-only property of the {{domxref("Document")}} interface returns a list of the embedded {{htmlelement("object")}} elements within the current document.</p>
<h2 id="Синтаксис">Синтаксис</h2>
<pre><var>nodeList</var> = document.embeds
</pre>
<h3 id="Значение">Значение</h3>
<p>{{domxref("HTMLCollection")}}.</p>
<h2 id="Спецификации">Спецификации</h2>
<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="Браузерная_поддержка">Браузерная поддержка</h2>
<p>{{Compat("api.Document.embeds")}}</p>
<p> </p>
<table class="standard-table">
<tbody>
<tr>
<td> </td>
</tr>
</tbody>
</table>
|