diff --git a/reference/dom/dom/dom-document.xml b/reference/dom/dom/dom-document.xml
index 0c472d5de5e4..1f1f7b1e1015 100644
--- a/reference/dom/dom/dom-document.xml
+++ b/reference/dom/dom/dom-document.xml
@@ -104,6 +104,12 @@
int
childElementCount
+
+ public
+ readonly
+ Dom\HTMLCollection
+ children
+
public
Dom\HTMLElementnull
@@ -210,6 +216,11 @@
+
+
+
+
+
body
diff --git a/reference/dom/dom/dom-documentfragment.xml b/reference/dom/dom/dom-documentfragment.xml
index 1c5b8390a8e6..6b3b5c1dc2d5 100644
--- a/reference/dom/dom/dom-documentfragment.xml
+++ b/reference/dom/dom/dom-documentfragment.xml
@@ -60,6 +60,12 @@
int
childElementCount
+
+ public
+ readonly
+ Dom\HTMLCollection
+ children
+
&InheritedProperties;
@@ -98,6 +104,11 @@
+
+
+
+
+
diff --git a/reference/dom/dom/dom-element.xml b/reference/dom/dom/dom-element.xml
index 3df5455fb903..d3cd6aa54ac3 100644
--- a/reference/dom/dom/dom-element.xml
+++ b/reference/dom/dom/dom-element.xml
@@ -121,6 +121,12 @@
Dom\Elementnull
nextElementSibling
+
+ public
+ readonly
+ Dom\HTMLCollection
+ children
+
public
string
@@ -231,6 +237,11 @@
+
+
+
+
+
innerHTML
diff --git a/reference/dom/dom/dom-parentnode.xml b/reference/dom/dom/dom-parentnode.xml
index 2fb3a0dbe350..a5c48b75f04f 100644
--- a/reference/dom/dom/dom-parentnode.xml
+++ b/reference/dom/dom/dom-parentnode.xml
@@ -21,6 +21,14 @@
Dom\ParentNode
+ &Properties;
+
+ public
+ readonly
+ Dom\HTMLCollection
+ children
+
+
&Methods;
@@ -29,6 +37,21 @@
+
+ &reftitle.properties;
+
+
+ children
+
+
+ A Dom\HTMLCollection containing all child
+ elements of this node. Available as of PHP 8.5.0.
+
+
+
+
+
+
&reference.dom.dom.entities.parentnode;