On Tue, Aug 21, 2012 at 3:52 PM, Rick Waldron <[email protected]> wrote: > On Tue, Aug 21, 2012 at 6:40 PM, Tab Atkins Jr. <[email protected]> > wrote: >> On Tue, Aug 21, 2012 at 3:29 PM, Rick Waldron <[email protected]> >> > 3. Where did "evt" come from? >> >> Isn't that one of the magically-defined variables in inline event >> handlers? If not, swap it out with whatever the correct equivalent >> is. > > Nope? (Maybe in 1990's? :D )
Ah, right, it's an old SVG-ism. However, "event" is automatically defined in inline event handlers. ~TJ
