Cursor, event handling and declarative animation

Cursor, event handling and declarative animation

Does SVG provide a (default?) means to visually identify event handlers?

How might one achieve this with a user style sheet?

Most users find it helpful to know where event handlers are.
Traditionally, the cursor changes to a hand for HTML links which  
might also be underlined, have a border on focus etc...
Attached two examples, try to imagine the intended interactivity, try  
it out, the check the code...

Additionally when using focusin is it intended that it is sufficient  
to identify the element as in mup.focusin or would mup need to be  
within an anchor?
Requiring an anchor appears to make an exception of focusin & focusout.
for instance the cursor will change.

cheers

Jonathan Chetwynd

http://devfiles.myopera.com/articles/26/ex-c03.svg
http://www.w3.org/Graphics/SVG/Test/20061213/svggen/script-handle-02- 
b.svg

Received on Tuesday, 27 February 2007 07:10:49 UTC