diff --git a/reference/dom/domnode.xml b/reference/dom/domnode.xml index cb08e9cae4..682d929a41 100644 --- a/reference/dom/domnode.xml +++ b/reference/dom/domnode.xml @@ -146,7 +146,13 @@ nodeValue - The value of this node, depending on its type + + The value of this node, depending on its type. + Contrary to the W3C specification, the node value of + DOMElement nodes is equal to DOMNode::textContent instead + of &null;. +