- From: Jeff Schiller <codedread@gmail.com>
- Date: Wed, 26 Sep 2007 12:02:11 -0500
- To: "~:'' ありがとうございました。" <j.chetwynd@btinternet.com>, www-svg@w3.org
Jonathan, I can't see what the difference is between this email and your previous email and the issue you just submitted to the Bug Tracker (which Doug rejected). Is there a difference? As far as I know, this should work - it is reasonable to expect that SVG user agents should display a pointer cursor and update their status bar when hovered over a link (whether that link is animated or not or the link, whether the mouse cursor is moved over top the link or the link suddenly moves under the mouse cursor). I couldn't find anything in the SVG spec that mandates this (or even explicitly recommends this), but I think it's outside of the SVG spec scope (and more of a user agent thing). Anyway, I tried out your example in Opera 9.5 and it doesn't work as you say (leave your mouse still and let the circle move under the mouse cursor - it does not update, but it will if you move the cursor onto the circle). Btw, it looks like your example clearly comes from my "carousel" question on the svg-developers list (http://tech.groups.yahoo.com/group/svg-developers/message/59312), so I'm curious why you didn't first ask the question there... Thanks, Jeff On 9/26/07, "~:'' ありがとうございました。" <j.chetwynd@btinternet.com> wrote: > > oops: Should animate update 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 17:02:33 UTC