Re: Description of textContent incorrect for attributes

Norman Walsh wrote:
> As attributes have no children, it must always be null.

Last I checked, in DOM Level 3 Attr nodes had children.  At least a Text node 
with the attr value, and possibly EntityReferenceNodes if the attr value 
contained entity references...

-Boris

Received on Thursday, 12 October 2006 14:47:31 UTC