Closed
Bug 122741
Opened 24 years ago
Closed 24 years ago
Documentation for nodeValue is misleading at best, bogus at worst
Categories
(Documentation Graveyard :: Web Developer, defect)
Documentation Graveyard
Web Developer
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bzbarsky, Assigned: oeschger)
Details
http://www.mozilla.org/docs/dom/domref/dom_el_ref17.html makes it sound like the
nodeValue of an Element node will return all the content that's descended from
that node. This is simply not true.... see bug 122681
| Assignee | ||
Comment 2•24 years ago
|
||
hmm...I don't get that impression reading it over. But I will be more explicit
in the description. ACCEPTING
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•24 years ago
|
||
checked in some better description of nodeValue. Stealing and adapting the test
cases in 122681 to shows node walking using nodeType and nodeValue. Posting shortly.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•