From 4b1a9203c547c019fc5398082ae19a3f3d4c3efe Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:15 -0500 Subject: initial commit --- files/de/web/html/element/summary/index.html | 106 +++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 files/de/web/html/element/summary/index.html (limited to 'files/de/web/html/element/summary') diff --git a/files/de/web/html/element/summary/index.html b/files/de/web/html/element/summary/index.html new file mode 100644 index 0000000000..544ab58ab3 --- /dev/null +++ b/files/de/web/html/element/summary/index.html @@ -0,0 +1,106 @@ +--- +title: +slug: Web/HTML/Element/summary +tags: + - Element + - HTML + - HTML5 + - Referenz + - Web + - Élément(2) +translation_of: Web/HTML/Element/summary +--- +

Übersicht

+ +

Das HTML summary Element (<summary>) wird für Zusammenfassungen oder Legenden für den Inhalt eines {{HTMLElement("details")}} Elements verwendet.

+ +
Hinweis: Wenn das <summary> Element ausgelassen wird, wird stattdessen die Titelzeile des "details" Bereich genutzt.
+ +

Anwendung

+ + + + + + + + + + + + + + + + + + + + +
Erlaubter InhaltFormulierungsinhalt
Tag AuslassungNone, both the start tag and the end tag are mandatory.
Erlaubte ElternelementeDas {{ HTMLElement("details") }} Element.
StandardHTML5, section 4.11.2
+ +

Attribute

+ +

Dieses Element schließt nur globale Attribute ein.

+ +

DOM Schnittstelle

+ +

Dieses Element implementiert die HTMLElement Schnittstelle.

+ +

Beispiel

+ +
+

In summation, get details from the link on the next line

+
+ +

Siehe {{HTMLElement("details")}} Seite für Beispiele des <summary> Elements.

+ +

Spezifikation

+ + + + + + + + + + + + + + + + + + + + + +
SpezifikationStatusAnmerkung
{{SpecName('HTML WHATWG', 'interactive-elements.html#the-summary-element', '<summary>')}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5.1', 'interactive-elements.html#the-summary-element', '<summary>')}}{{Spec2('HTML5.1')}}Initial definition
+ +

 

+ +

Browser Kompatibilität

+ +

 

+ +

{{Compat("html.elements.summary")}}

+ +

 

+ +

Siehe auch

+ +

 

+ + + +

 

+ +
{{ languages({ "de": "de/HTML/Element/summary", "ja": "ja/HTML/Element/summary" }) }}
+ +

 

+ +
{{HTMLRef}}
-- cgit v1.2.3-54-g00ecf