Good afternoon. The following SVG code is throwing a warning into the Opera Error Console and I would prefer not to put this code live without, at the very least, asking you guys for advice.
Code: <a xlink:title="" cursor="pointer"> Warning: Failed attribute on a element: title="" The <a> tag is being used to give the desired mouseover behaviour - cursor becoming a hand etc. Putting cursor="pointer" on the <g> tag works except on ASV when you need a dummy <a> tag around it. We need to use the xlink:title as the alternative value of xlink:href made the safari browser reload the page from scratch rather than actioning the onclick or mouseover requests. Can anyone suggest an alternative or a way of supressing the warning. Just to add another level of complexity, the SVG is created via an XSL that we would prefer to leave generic and not make browser checks. Kind Regards Phil ----- 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/

