Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #29036
| Path | csiph.com!news.mixmin.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail |
|---|---|
| From | "Christoph M. Becker" <cmbecker69@arcor.de> |
| Newsgroups | comp.lang.javascript |
| Subject | Re: "Node.textContent" |
| Date | Fri, 25 Dec 2015 11:55:41 +0100 |
| Organization | solani.org |
| Lines | 26 |
| Message-ID | <n5j7b4$s72$1@solani.org> (permalink) |
| References | <Node.textContent-20151224191208@ram.dialup.fu-berlin.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| X-Trace | solani.org 1451040932 28898 eJwNxskBwDAIA7CVCI45xilQ9h+h1UuEHWu/RrtcLnScqQhJCW+vmVLQgXdLH+ScRIf8VQvNDwQPEBg= (25 Dec 2015 10:55:32 GMT) |
| X-Complaints-To | abuse@news.solani.org |
| NNTP-Posting-Date | Fri, 25 Dec 2015 10:55:32 +0000 (UTC) |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 |
| X-User-ID | eJwNysERACEIA8CaGEjClRNF+y/h3PciGdwqgoWLy5SgTHesHsmNU3jhrITmU7e2QVuuCf0FZRCS |
| In-Reply-To | <Node.textContent-20151224191208@ram.dialup.fu-berlin.de> |
| Cancel-Lock | sha1:vcjTxzGOyzfzaf4AGv+I2yQPRCo= |
| X-NNTP-Posting-Host | eJwFwQcRADAIBDBLrGfIAa74l9AE6uwb5nDD4bhCbnKIFN5vIl8hBVMpEdynS60mZOKzig8KehA/ |
| Xref | csiph.com comp.lang.javascript:29036 |
Show key headers only | View raw
Stefan Ram wrote: > The web page at > > developer.mozilla.org/en-US/docs/Web/API/Node > > contains: » > > Node.textContent > > Is a DOMString representing the textual content > of an element and all its descendants. > > «. Do I think correctly when I think that when this property > represents the textual content /of an element/, I would > expect it to be part of the interface »Element« and not »Node«? > > The documentation does not even bother to specify the value > or meaning of this property for a non-element node. See the relevant specification: <http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-textContent>. -- Christoph M. Becker
Back to comp.lang.javascript | Previous | Next | Find similar | Unroll thread
Re: "Node.textContent" "Christoph M. Becker" <cmbecker69@arcor.de> - 2015-12-25 11:55 +0100
csiph-web