From db3bfdd46e24a0711b55d5725ac560b82288fce2 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 8 Sep 2015 22:03:07 +0000 Subject: [PATCH] DOMElement::nodeValue does not conform to W3C specs (related to bug #70029) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337788 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dom/domnode.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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;. +