diff --git a/reference/dom/functions/dom-domconfiguration-cansetparameter.xml b/reference/dom/functions/dom-domconfiguration-cansetparameter.xml
deleted file mode 100644
index 9f65ea68bd..0000000000
--- a/reference/dom/functions/dom-domconfiguration-cansetparameter.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
- DOMConfiguration::canSetParameter
- Check if setting a parameter to a specific value is supported
-
-
- &reftitle.description;
-
- boolDOMConfiguration::canSetParameter
- stringname
- domuserdatavalue
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domconfiguration-getparameter.xml b/reference/dom/functions/dom-domconfiguration-getparameter.xml
deleted file mode 100644
index 02fc387dcb..0000000000
--- a/reference/dom/functions/dom-domconfiguration-getparameter.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- DOMConfiguration::getParameter
- Return the value of a parameter if known
-
-
- &reftitle.description;
-
- domuserdataDOMConfiguration::getParameter
- stringname
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domconfiguration-setparameter.xml b/reference/dom/functions/dom-domconfiguration-setparameter.xml
deleted file mode 100644
index b3359937c3..0000000000
--- a/reference/dom/functions/dom-domconfiguration-setparameter.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- DOMConfiguration::setParameter
- Set the value of a parameter
-
-
- &reftitle.description;
-
- domuserdataDOMConfiguration::setParameter
- stringname
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domdocument-adoptnode.xml b/reference/dom/functions/dom-domdocument-adoptnode.xml
deleted file mode 100644
index c46946f9a9..0000000000
--- a/reference/dom/functions/dom-domdocument-adoptnode.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- DOMDocument::adoptNode
- Changes the ownerDocument of a node, its children, as well as the attached attribute nodes if there are any
-
-
- &reftitle.description;
-
- DOMNodeDOMDocument::adoptNode
- DOMNodesource
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domdocument-renamenode.xml b/reference/dom/functions/dom-domdocument-renamenode.xml
deleted file mode 100644
index 1fc1c0c7c1..0000000000
--- a/reference/dom/functions/dom-domdocument-renamenode.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- DOMDocument::renameNode
- Rename an existing node of type ELEMENT_NODE or ATTRIBUTE_NODE
-
-
- &reftitle.description;
-
- DOMNodeDOMDocument::renameNode
- noden
- stringnamespaceURI
- stringqualifiedName
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domimplementation-getfeature.xml b/reference/dom/functions/dom-domimplementation-getfeature.xml
deleted file mode 100644
index 6f1930b80c..0000000000
--- a/reference/dom/functions/dom-domimplementation-getfeature.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
- DOMImplementation::getFeature
- Returns a specialized object which implements the specialized APIs of the specified feature and version
-
-
- &reftitle.description;
-
- DOMNodeDOMImplementation::getFeature
- stringfeature
- stringversion
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domimplementationlist-item.xml b/reference/dom/functions/dom-domimplementationlist-item.xml
deleted file mode 100644
index 9c65dad849..0000000000
--- a/reference/dom/functions/dom-domimplementationlist-item.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- DOMImplementationList::item
- Returns the indexth item in the collection
-
-
- &reftitle.description;
-
- domimplementationDOMImplementationList::item
- intindex
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domimplementationsource-getdomimplementation.xml b/reference/dom/functions/dom-domimplementationsource-getdomimplementation.xml
deleted file mode 100644
index ab3c368830..0000000000
--- a/reference/dom/functions/dom-domimplementationsource-getdomimplementation.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- DOMImplementationSource::getDomimplementation
- Request the first DOM implementation that support the specified features
-
-
- &reftitle.description;
-
- domimplementationDOMImplementationSource::getDomimplementation
- stringfeatures
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domimplementationsource-getdomimplementations.xml b/reference/dom/functions/dom-domimplementationsource-getdomimplementations.xml
deleted file mode 100644
index f558eef7e1..0000000000
--- a/reference/dom/functions/dom-domimplementationsource-getdomimplementations.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- DOMImplementationSource::getDomimplementations
- Request a list of DOM implementations that support the specified features
-
-
- &reftitle.description;
-
- domimplementationlistDOMImplementationSource::getDomimplementations
- stringfeatures
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domnamednodemap-removenameditem.xml b/reference/dom/functions/dom-domnamednodemap-removenameditem.xml
deleted file mode 100644
index bdbf7ecb23..0000000000
--- a/reference/dom/functions/dom-domnamednodemap-removenameditem.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- DOMNamedNodeMap::removeNamedItem
- Removes a node specified by name
-
-
- &reftitle.description;
-
- DOMNodeDOMNamedNodeMap::removeNamedItem
- stringname
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domnamednodemap-removenameditemns.xml b/reference/dom/functions/dom-domnamednodemap-removenameditemns.xml
deleted file mode 100644
index b8b4ea6846..0000000000
--- a/reference/dom/functions/dom-domnamednodemap-removenameditemns.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
- DOMNamedNodeMap::removeNamedItemNs
- Removes a node specified by local name and namespace URI
-
-
- &reftitle.description;
-
- DOMNodeDOMNamedNodeMap::removeNamedItemNs
- stringnamespaceURI
- stringlocalName
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domnamednodemap-setnameditem.xml b/reference/dom/functions/dom-domnamednodemap-setnameditem.xml
deleted file mode 100644
index f4a794f933..0000000000
--- a/reference/dom/functions/dom-domnamednodemap-setnameditem.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- DOMNamedNodeMap::setNamedItem
- Adds a node using its nodeName attribute
-
-
- &reftitle.description;
-
- DOMNodeDOMNamedNodeMap::setNamedItem
- DOMNodearg
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domnamednodemap-setnameditemns.xml b/reference/dom/functions/dom-domnamednodemap-setnameditemns.xml
deleted file mode 100644
index 7b359ab2b9..0000000000
--- a/reference/dom/functions/dom-domnamednodemap-setnameditemns.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- DOMNamedNodeMap::setNamedItemNs
- Adds a node using its namespaceURI and localName
-
-
- &reftitle.description;
-
- DOMNodeDOMNamedNodeMap::setNamedItemNs
- DOMNodearg
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domnamelist-getname.xml b/reference/dom/functions/dom-domnamelist-getname.xml
deleted file mode 100644
index b972e9b8eb..0000000000
--- a/reference/dom/functions/dom-domnamelist-getname.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- DOMNameList::getName
- Returns the indexth name item in the collection
-
-
- &reftitle.description;
-
- stringDOMNameList::getName
- intindex
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domnamelist-getnamespaceuri.xml b/reference/dom/functions/dom-domnamelist-getnamespaceuri.xml
deleted file mode 100644
index 9bebd13200..0000000000
--- a/reference/dom/functions/dom-domnamelist-getnamespaceuri.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- DOMNameList::getNamespaceUri
- Returns the indexth namespaceURI item in the collection
-
-
- &reftitle.description;
-
- stringDOMNameList::getNamespaceUri
- intindex
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domnode-comparedocumentposition.xml b/reference/dom/functions/dom-domnode-comparedocumentposition.xml
deleted file mode 100644
index f2d8dfa36d..0000000000
--- a/reference/dom/functions/dom-domnode-comparedocumentposition.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- DOMNode::compareDocumentPosition
- Compares a node with this node with regard to their position in the document and according to the document order
-
-
- &reftitle.description;
-
- shortDOMNode::compareDocumentPosition
- DomNodeother
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domnode-getfeature.xml b/reference/dom/functions/dom-domnode-getfeature.xml
deleted file mode 100644
index 5c0e7ed3a9..0000000000
--- a/reference/dom/functions/dom-domnode-getfeature.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
- DOMNode::getFeature
- Returns a specialized object which implements the specialized APIs of the specified feature and version
-
-
- &reftitle.description;
-
- DomNodeDOMNode::getFeature
- stringfeature
- stringversion
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domnode-getuserdata.xml b/reference/dom/functions/dom-domnode-getuserdata.xml
deleted file mode 100644
index 2811d8e944..0000000000
--- a/reference/dom/functions/dom-domnode-getuserdata.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- DOMNode::getUserData
- Retrieves the object associated to a key on this node
-
-
- &reftitle.description;
-
- DomUserDataDOMNode::getUserData
- stringkey
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domnode-isequalnode.xml b/reference/dom/functions/dom-domnode-isequalnode.xml
deleted file mode 100644
index d1652747b3..0000000000
--- a/reference/dom/functions/dom-domnode-isequalnode.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- DOMNode::isEqualNode
- Tests whether two nodes are equal
-
-
- &reftitle.description;
-
- boolDOMNode::isEqualNode
- DomNodearg
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domnode-setuserdata.xml b/reference/dom/functions/dom-domnode-setuserdata.xml
deleted file mode 100644
index 949c908151..0000000000
--- a/reference/dom/functions/dom-domnode-setuserdata.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- DOMNode::setUserData
- Associate an object to a key on this node
-
-
- &reftitle.description;
-
- DomUserDataDOMNode::setUserData
- stringkey
- DomUserDatadata
- userdatahandlerhandler
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domstringextend-findoffset16.xml b/reference/dom/functions/dom-domstringextend-findoffset16.xml
deleted file mode 100644
index d448022b9e..0000000000
--- a/reference/dom/functions/dom-domstringextend-findoffset16.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- DOMStringExtend::findOffset16
- Returns the UTF-16 offset that corresponds to a UTF-32 offset
-
-
- &reftitle.description;
-
- intDOMStringExtend::findOffset16
- intoffset32
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domstringextend-findoffset32.xml b/reference/dom/functions/dom-domstringextend-findoffset32.xml
deleted file mode 100644
index 9341aaa299..0000000000
--- a/reference/dom/functions/dom-domstringextend-findoffset32.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- DOMStringExtend::findOffset32
- Returns the UTF-32 offset corresponding to a UTF-16 offset
-
-
- &reftitle.description;
-
- intDOMStringExtend::findOffset32
- intoffset16
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domstringlist-item.xml b/reference/dom/functions/dom-domstringlist-item.xml
deleted file mode 100644
index 6555be5de4..0000000000
--- a/reference/dom/functions/dom-domstringlist-item.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- DOMStringList::item
- Returns the indexth item in the collection
-
-
- &reftitle.description;
-
- domstringDOMStringList::item
- intindex
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-
diff --git a/reference/dom/functions/dom-domtext-replacewholetext.xml b/reference/dom/functions/dom-domtext-replacewholetext.xml
deleted file mode 100644
index cd6d1b76be..0000000000
--- a/reference/dom/functions/dom-domtext-replacewholetext.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- DOMText::replaceWholeText
- Substitutes the specified text for the text of the current node and all logically-adjacent text nodes
-
-
- &reftitle.description;
-
- DOMTextDOMText::replaceWholeText
- stringcontent
-
-
-
- Specification
-
-
- &warn.undocumented.func;
-
-
-
-
-
-