Path: csiph.com!au2pb.net!2.us.feeder.erje.net!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Thomas 'PointedEars' Lahn Newsgroups: comp.lang.javascript Subject: Re: "Node.textContent" Date: Fri, 25 Dec 2015 17:49:31 +0100 Organization: PointedEars Software (PES) Lines: 37 Message-ID: <2972328.J5IDtcBq7H@PointedEars.de> References: <1g4v96ev8k29o.15qzulwqjvasj$.dlg@40tude.net> Reply-To: Thomas 'PointedEars' Lahn Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Trace: solani.org 1451062172 9086 eJwFwYEBwDAEBMCVCJ6Ow2v2HyF3YVAwHQGPG/eoESPSnSltW0QFCTmW/snY/krmjLWvVz0SIBDr (25 Dec 2015 16:49:32 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Fri, 25 Dec 2015 16:49:32 +0000 (UTC) User-Agent: KNode/4.14.2 X-User-ID: eJwFwQkBwDAIA0BLfKGtHAbEv4TdwVOzTyQyQPC9brJit8qxJTy3PSDavroVnv55cWz0cgPVn4ygYYNj9gOGFRZp Cancel-Lock: sha1:LcfmyGvgtPriCU4vIE2lda3RtN4= X-NNTP-Posting-Host: eJwFwYEBwDAEBMCVyHthHBr2H6F3hKt/15xuXK7WCaqV7UAgbRFhZCFJvbIzOC8zq7NH8X4AwBB1 Xref: csiph.com comp.lang.javascript:29040 JJ wrote: > textContent used to be a member of Element, No, it did not: > but it seems that it has changed since DOM3. The “textContent” attribute was only introduced with DOM Level 3 Core, and it was introduced there on the Node interface: ,- | | […] | | interface Node { | […] | // Introduced in DOM Level 3: | attribute DOMString textContent; | […] That has not changed: ,- | | interface Node : EventTarget { | […] | attribute DOMString? textContent; | […] -- PointedEars FAQ: | SVN: Twitter: @PointedEars2 | ES Matrix: Please do not cc me. / Bitte keine Kopien per E-Mail.