aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/html/element/embed/index.html
blob: edbb17c4fed874ae5d2dde476148e0112e48de96 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
---
title: <embed>
slug: Web/HTML/Element/embed
translation_of: Web/HTML/Element/embed
---
<p><span id="result_box" lang="de"><span>Das HTML-Element &lt;embed&gt; stellt einen Integrationspunkt für eine externe Anwendung oder einen interaktiven Inhalt dar (mit anderen Worten ein Plug-in).</span></span></p>

<p><span id="result_box" lang="de"><span>Hinweis ("Dieses Thema dokumentiert nur das Element, das als Teil von HTML5 definiert ist. Es behandelt keine frühere, nicht standardisierte Implementierung des Elements.")</span></span></p>

<table class="properties">
 <tbody>
  <tr>
   <th scope="row">Inhaltsverzeichnis</th>
   <td><a href="/en-US/docs/HTML/Content_categories#Flow_content">Fließender Inhalt</a>, gestaltender Inhalt, eingebundener, interaktiver Inhalt, darstellender Inhalt.</td>
  </tr>
  <tr>
   <th scope="row"><span class="short_text" id="result_box" lang="de"><span>Erlaubter Inhalt</span></span></th>
   <td><span class="short_text" id="result_box" lang="de"><span>Keine, es ist ein Glossar ("leeres Element").</span></span></td>
  </tr>
  <tr>
   <th scope="row"><span class="short_text" id="result_box" lang="de"><span>Tag-Auslassung</span></span></th>
   <td><span id="result_box" lang="de"><span>Muss ein Start-Tag haben und darf kein End-Tag haben.</span></span></td>
  </tr>
  <tr>
   <th scope="row"><span class="short_text" id="result_box" lang="de"><span>Erlaubte Eltern</span></span></th>
   <td><span id="result_box" lang="de"><span>Jedes Element, das eingebetteten Inhalt akzeptiert.</span></span></td>
  </tr>
  <tr>
   <th scope="row"><span class="short_text" id="result_box" lang="de"><span>Zulässige ARIA-Rollen</span></span></th>
   <td>ARIARole("application"), ARIARole("document"), ARIARole("img"), ARIARole("presentation")</td>
  </tr>
  <tr>
   <th scope="row">DOM Schnittstelle</th>
   <td>domxref("HTMLEmbedElement")</td>
  </tr>
 </tbody>
</table>

<h2 id="Attribute">Attribute</h2>

<p><span id="result_box" lang="de"><span>Die Attribute dieses Elements enthalten die globalen Attribute.</span></span></p>

<dl>
 <dt>htmlattrdef("height")</dt>
 <dd><span id="result_box" lang="de"><span>Die angezeigte Höhe der Ressource in CSS-Pixeln.</span> <span>- (nur absolute Werte. KEINE Prozentsätze)</span></span></dd>
 <dt>htmlattrdef("src")</dt>
 <dd><span class="short_text" id="result_box" lang="de"><span>Die URL der eingebetteten Ressource</span></span></dd>
 <dt>htmlattrdef("type")</dt>
 <dd><span id="result_box" lang="de"><span>Der zu verwendende MIME-Typ, um das zu instanziierende Plug-In auszuwählen.</span></span></dd>
 <dt>htmlattrdef("width")</dt>
 <dd><span id="result_box" lang="de"><span>Die angezeigte Breite der Ressource in CSS-Pixeln.</span> <span>- (nur absolute Werte. KEINE Prozentsätze)</span></span></dd>
</dl>

<h2 id="Beispiele">Beispiele</h2>

<pre class="brush: html">&lt;embed type="video/quicktime" src="movie.mov" width="640" height="480"&gt;
</pre>

<h2 id="Spezifikation">Spezifikation</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Specification</th>
   <th scope="col">Status</th>
   <th scope="col">Comment</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>SpecName('HTML WHATWG', 'embedded-content.html#the-embed-element', '&lt;embed&gt;')</td>
   <td>Spec2('HTML WHATWG')</td>
   <td> </td>
  </tr>
  <tr>
   <td>SpecName('HTML5 W3C', 'embedded-content-0.html#the-embed-element', '&lt;embed&gt;')</td>
   <td>Spec2('HTML5 W3C')</td>
   <td> </td>
  </tr>
 </tbody>
</table>

<h2 id="Browser_kompatibilität">Browser kompatibilität</h2>

<div class="note">
<p><strong>Note</strong>: <span id="result_box" lang="de"><span>Es gibt derzeit einen Implementierungsunterschied zwischen Browsern.</span> <span>Während Blink (Chrome, Opera) den Inhalt der HTML-Ressource anzeigt, zeigt Firefox eine allgemeine Meldung an, dass der Inhalt ein Plug-in benötigt (siehe Bug ("730768")).</span> <span>Es wird empfohlen, das Element &lt;object&gt; oder &lt;iframe&gt; zu verwenden.</span></span></p>
</div>

<div class="hidden"><span id="result_box" lang="de"><span>Die Kompatibilitätstabelle auf dieser Seite wird aus strukturierten Daten generiert.</span> <span>Wenn Sie zu den Daten beitragen möchten, besuchen Sie bitte https://github.com/mdn/browser-compat-data und senden Sie uns eine Pull-Anfrage.</span></span></div>

<p>Compat("html.elements.embed")</p>

<h2 id="Siehe_auch">Siehe auch</h2>

<ul>
 <li><span id="result_box" lang="de"><span>Andere Elemente, die zum Einbetten von Inhalten verschiedener Typen verwendet werden, sind HTMLElement ("audio"), HTMLElement ("canvas"), HTMLElement ("iframe"), HTMLElement ("</span> <span>img "), MathMLElement (" math "), HTMLElement (" Objekt "), SVgelement (" svg ") und HTMLElement (" video ").</span></span></li>
</ul>

<p> HTMLRef</p>