[svg-developers] Re: Failed attribute warning on Opera browser

2008-01-18 Thread Frank Bruder
Have you tried xlink:href=# ? Does this also make Safari reload the document? But setting cursor=pointer on a g element works for me with Opera 9.25. Do you really need to fully support older versions? --- In svg-developers@yahoogroups.com, ons.renderman [EMAIL PROTECTED] wrote: Good

Re: [svg-developers] Re: Failed attribute warning on Opera browser

2008-01-17 Thread Luca Piccarreta
Hi all, I have a doubt about how SVG 1.2 uDOM cope with textContent Given the following code: root=doc.documentElement; text=doc.createElemetnNS(svgns,text); text.textContent=1; tspan=doc.createElementNS(svgns,tspan); tspan.textContent=2; text.appendChild(tspan); root.appendChild(text); What

[svg-developers] Re: Failed attribute warning on Opera browser

2008-01-16 Thread ons.renderman
Jonathan I probably should have included some more code in the first place to give people slightly more context. Here we go: a xlink:title= cursor=pointer rect onmouseover=scaleLegend(evt,1.1) onmouseout=scaleLegend(evt,1) stroke=black fill=rgb (196,142,221)

Re: [svg-developers] Re: Failed attribute warning on Opera browser

2008-01-16 Thread Erik Dahlström
On Wed, 16 Jan 2008 12:11:17 +0100, ons.renderman [EMAIL PROTECTED] wrote: Jonathan I probably should have included some more code in the first place to give people slightly more context. Here we go: a xlink:title= cursor=pointer rect onmouseover=scaleLegend(evt,1.1)

Re: [svg-developers] Re: Failed attribute warning on Opera browser

2008-01-16 Thread ~:'' ありがとうございました 。
Phil, from this code sample it is clear you should not be using a at all. this isn't a link... please find attached a file adapted from kevlindev.com regards Jonathan Chetwynd Accessibility Consultant on Media Literacy and the Internet ?xml version=1.0 encoding=ISO-8859-1 standalone=no?

[svg-developers] Re: Failed attribute warning on Opera browser

2008-01-16 Thread ons.renderman
Erik. Version is 9.23 Build is 8808 Regards. Phil. --- In svg-developers@yahoogroups.com, Erik Dahlström [EMAIL PROTECTED] wrote: On Wed, 16 Jan 2008 12:11:17 +0100, ons.renderman [EMAIL PROTECTED] wrote: Jonathan I probably should have included some more code in the first place

Re: [svg-developers] Re: Failed attribute warning on Opera browser

2008-01-16 Thread Erik Dahlström
On Wed, 16 Jan 2008 13:45:07 +0100, ons.renderman [EMAIL PROTECTED] wrote: Erik. Version is 9.23 Build is 8808 Regards. Phil. Just to make sure, this is what I'm testing (I wrapped your example in an svg tag, and open the file locally): svg xmlns=http://www.w3.org/2000/svg;

[svg-developers] Re: Failed attribute warning on Opera browser

2008-01-15 Thread ons.renderman
Jonathan, Thanks for the prompt response. Unfortunately that is the content, an empty string. The a tag is needed so that I can set a pointer that becomes visible when hovering over tabs and links on the page, we do not want to have any popup text so have the title to that empty string.

Re: [svg-developers] Re: Failed attribute warning on Opera browser

2008-01-15 Thread ~:'' ありがとうございました 。
Phil, title is currently under discussion, it's not really whether ONS has an obligation to provide title content... perhaps for people who are blind, etc... it's not specified that the title content is specifically for tooltips, that is merely an implementation. did you already try

[svg-developers] Re: Failed attribute warning on Opera browser

2008-01-15 Thread ons.renderman
Jonathan Sadly, yes. Removal of the xlink:title meant that the tabs no longer responded to their click event at all. Thanks for your continuing support. Phil --- In svg-developers@yahoogroups.com, ~:'' ありがとうãã– いました。 [EMAIL PROTECTED] wrote: Phil, title is currently

Re: [svg-developers] Re: Failed attribute warning on Opera browser

2008-01-15 Thread ~:'' ありがとうございました 。
Phil, it seems that there's something pretty wrong with the code, the relationship you're describing doesn't appear reasonable. without more complete code snippets it's hard to advise further. regards Jonathan Chetwynd Accessibility Consultant on Media Literacy and the Internet On 15 Jan