-
Bug
-
Resolution: Fixed
-
Major
-
2.5
-
None
-
None
The method is:
throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "getTextContent");
It should implement this behaviour:
concatenation of the textContent attribute value of every child node, excluding COMMENT_NODE and PROCESSING_INSTRUCTION_NODE nodes. This is the empty string if the node has no children.
I've implemented it the way you propose it, but please note that no kernel implementation actually implements the getChildNodes() method...