This resolves to a query as to whether: if xlink:title= is empty and a <title> is provided should that be in the tooltip?
reduced test case attached regards Jonathan Chetwynd Accessibility Consultant on Media Literacy and the Internet had to sleep on it to fathom what the issue might be... <?xml version="1.0" encoding="utf-8" standalone="no"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" > <title>circle test for title in tooltip when part of anchor</title> <a xlink:href='http://www.peepo.co.uk'> <title>circle</title> <circle cx="75" cy="75" r="75" /> </a> </svg> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

