Document: childElementCount-Eigenschaft

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

Die schreibgeschützte Document.childElementCount-Eigenschaft gibt die Anzahl der Kind-Elemente des Dokuments zurück.

Um die Anzahl der Kinder eines bestimmten Elements zu erhalten, siehe Element.childElementCount.

Wert

Eine Zahl.

Beispiele

js
document.children;
// HTMLCollection, usually containing an <html> element, the document's only child

document.childElementCount;
// 1

Spezifikationen

Specification
DOM Standard
# dom-parentnode-childelementcount

Browser-Kompatibilität

BCD tables only load in the browser

Siehe auch