Elias Torres wrote:
The actual literal is either the value of @content (if present) or a string created by concatenating the value of all descendant text nodes, of the [current element] in turn."all descendant text nodes" but what I had to do to pass the test is the textContent of all descendants. Let me know if they are the same thing.
Is there a difference? I thought that's what textContent does? -Ben