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
This commit is contained in:
Christoph Michael Becker 2015-09-08 22:03:07 +00:00
parent e8f859e6fd
commit db3bfdd46e

View file

@ -146,7 +146,13 @@
<varlistentry xml:id="domnode.props.nodevalue">
<term><varname>nodeValue</varname></term>
<listitem>
<para>The value of this node, depending on its type</para>
<para>
The value of this node, depending on its type.
Contrary to the W3C specification, the node value of
<classname>DOMElement</classname> nodes is equal to <link
linkend="domnode.props.textcontent">DOMNode::textContent</link> instead
of &null;.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="domnode.props.nodetype">