Closed
Bug 673790
Opened 14 years ago
Closed 12 years ago
Remove childElementCount
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: annevk, Unassigned)
Details
(Keywords: dev-doc-complete)
Remove childElementCount as it is redundant with children.length.
If this is done I can remove it from DOM Core which would be nice.
| Reporter | ||
Comment 1•14 years ago
|
||
Updated•14 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Version: unspecified → Trunk
Comment 2•14 years ago
|
||
It is quite strange to remove something which was implemented and specified (even Rec level) just couple of years ago.
I don't recall why Element Traversal didn't include .children
| Reporter | ||
Comment 3•14 years ago
|
||
It seems better than removing it a decade from now as we try to do with other badly designed features.
I'd be ok with attempting to remove it. And I definitely agree, it's better to remove something early if it's a bad feature (which I think is the case here), rather than wait and try to remove it later.
Keywords: dev-doc-needed
| Reporter | ||
Comment 5•13 years ago
|
||
Ping?
| Reporter | ||
Comment 6•12 years ago
|
||
Failed :-(
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Comment 7•12 years ago
|
||
This page does not say anymore that this is going to be removed.
https://developer.mozilla.org/en-US/docs/DOM/Element.childElementCount
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•