mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
e8f859e6fd
commit
db3bfdd46e
1 changed files with 7 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue