Re: SVG 1.1 Does no text exist in the DOM? or why no eggs?

On 10/2/10 5:44 PM, Jonathan Chetwynd wrote:
> in this testcase onmouseover, "ham'n" gets displayed, but no 'eggs'

Ignoring for the moment that 2e is not a valid variable name, 
2e.firstChild is null, so 2e.firstChild.nodeValue would throw an 
exception.

And all the browsers you mention have debugging consoles that would have 
told you the exact exception that was thrown, had you looked...

-Boris

Received on Sunday, 3 October 2010 00:41:15 UTC