Animate updates cursor & status bar

Animate updates cursor & status bar

please could someone let me know whether something similar to the  
following behaviour is defined in the SVG1.1 specification?

1. place cursor in path of any animated link
2. whether declarative or client-side script

cursor should change to hand and status bar update destination as  
animated element passes under cursor

regards

Jonathan Chetwynd
Accessibility Consultant on Media Literacy and the Internet

I've filed bugs, but....

<?xml version="1.0" standalone="no"?>
<svg width="100%" height="100%" viewBox="0 0 100 150"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  xmlns="http://www.w3.org/2000/svg">

<a xlink:href="http://www.peepo.co.uk">
<circle cx="25" cy="30" r="10" fill="blue" >
<animate attributeName="cx" begin="0s" dur="16s"
  from="25" to="150" repeatCount="indefinite" />
</circle>
</a>

</svg>

Received on Wednesday, 26 September 2007 11:26:57 UTC