Re: [PHP-DEV] DOMElement::nodeValue is not W3C conforming

2015-09-09 Thread Matteo Beccati
Hi Christoph, > In bug #70029 it has been reported that DOMElement::nodeValue currently > does not conform to the W3C specs. Instead of NULL, it returns the > ::textContent. > > I had committed the patch for master only, to avoid the undesirable BC > break for PHP 5.6, but there have been

Re: [PHP-DEV] DOMElement::nodeValue is not W3C conforming

2015-09-09 Thread Christoph Becker
Hi Kalle, hi Matteo, Kalle Sommer Nielsen wrote: > 2015-09-08 23:52 GMT+02:00 Christoph Becker : > >> In bug #70029 it has been reported that DOMElement::nodeValue currently >> does not conform to the W3C specs. Instead of NULL, it returns the >> ::textContent. >> >> I had

[PHP-DEV] DOMElement::nodeValue is not W3C conforming

2015-09-08 Thread Christoph Becker
Hi! In bug #70029 it has been reported that DOMElement::nodeValue currently does not conform to the W3C specs. Instead of NULL, it returns the ::textContent. I had committed the patch for master only, to avoid the undesirable BC break for PHP 5.6, but there have been concerns that the BC break

Re: [PHP-DEV] DOMElement::nodeValue is not W3C conforming

2015-09-08 Thread Kalle Sommer Nielsen
Hi Christoph 2015-09-08 23:52 GMT+02:00 Christoph Becker : > Hi! > > In bug #70029 it has been reported that DOMElement::nodeValue currently > does not conform to the W3C specs. Instead of NULL, it returns the > ::textContent. > > I had committed the patch for master only, to