diff --git a/reference/dom/domelement.xml b/reference/dom/domelement.xml index 123e143cd7..234103e076 100644 --- a/reference/dom/domelement.xml +++ b/reference/dom/domelement.xml @@ -49,14 +49,45 @@ public readonly - bool - schemaTypeInfo + string + tagName public readonly - string - tagName + mixed + schemaTypeInfo + null + + + public + readonly + DOMElementnull + firstElementChild + + + public + readonly + DOMElementnull + lastElementChild + + + public + readonly + int + childElementCount + + + public + readonly + DOMElementnull + previousElementSibling + + + public + readonly + DOMElementnull + nextElementSibling &InheritedProperties; @@ -85,6 +116,36 @@
&reftitle.properties; + + childElementCount + + The number of child elements. + + + + firstElementChild + + First child element or &null;. + + + + lastElementChild + + Last child element or &null;. + + + + nextElementSibling + + The next sibling element or &null;. + + + + previousElementSibling + + The previous sibling element or &null;. + + schemaTypeInfo @@ -112,6 +173,14 @@ + + 8.0.0 + + The firstElementChild, lastElementChild, + childElementCount, previousElementSibling, + and nextElementSibling properties have been added. + + 8.0.0 @@ -150,7 +219,6 @@ &reference.dom.entities.domelement; - -