Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #29036 > unrolled thread
| Started by | "Christoph M. Becker" <cmbecker69@arcor.de> |
|---|---|
| First post | 2015-12-25 11:55 +0100 |
| Last post | 2015-12-25 11:55 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.javascript
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: "Node.textContent" "Christoph M. Becker" <cmbecker69@arcor.de> - 2015-12-25 11:55 +0100
| From | "Christoph M. Becker" <cmbecker69@arcor.de> |
|---|---|
| Date | 2015-12-25 11:55 +0100 |
| Subject | Re: "Node.textContent" |
| Message-ID | <n5j7b4$s72$1@solani.org> |
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 top | Article view | comp.lang.javascript
csiph-web