Thank you for the response Martin!  Yes it seems HTML is not able to capture
the click event in case of embedded svg. I was trying to make a 4-way grid
layout in XHTML containing SVG images as icons to display on mobile.  On my
SE K750i, wrapper XHTML do not transfer XHTML events to the emebedded SVG (
e.g. to produce animation effect).

For reference you can have a look at
http://lab.vodafone.com/public/XHTMLMP-SVGT-Recommendations.html
for making XHTML+SVGT content.

Anyway thanks for creating a test case..:)

Regards,
Salman


On 4/6/06, Martin Honnen <[EMAIL PROTECTED]> wrote:
>
>  --- In [email protected], "Salman" <[EMAIL PROTECTED]> wrote:
>
> > I have created an SVG button and embedd it inside the xhtml. I want to
> > link this with url in <a> so that when user click on this button he is
> > redirected to the web page <a> is referring to. Button is displayed
> > but it thumnail does not appear to activate the link.
>
>
> This is an interesting question, I have made some small test case here
> <http://home.arcor.de/martin.honnen/svg/test2006040501.html>
>
> Neither IE 6 with Adobe SVG viewer 3 nor Firefox 1.5 nor Opera 9
> preview follow the link when you click into the first SVG image.
>
> I think the main problem, at least for Firefox and Opera where the SVG
> implementation is native, is that the SVG document is itself receiving
> events and it is not clear how the HTML specification (which allows
> object inside of an HTML <a> element) and the SVG specification should
> interact here, what you want for your case is that a click in the SVG
> document is transferred to the link element in the HTML document
> embedding the SVG document.
>
> With IE where the SVG is handled by a plugin I would not expect that
> link to work if plugin rendered content is clicked.
>
> I don't have a solution to your problem, unless you would use Opera 9
> preview, there I have managed to use JavaScript to solve that as the
> second SVG image link shows where script in the SVG document captures
> any click and then searches the right HTML link element and calls its
> click method.
>
>
>
>
>
>
>
>  -----
> To unsubscribe send a message to:
> [EMAIL PROTECTED]
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit my
> membership"
> ----
>
>
>
>  SPONSORED LINKS
>   Xml 
> format<http://groups.yahoo.com/gads?t=ms&k=Xml+format&w1=Xml+format&w2=Svg&w3=Data&c=3&s=35&.sig=u8RdjEjLCbPTzkUjsFG_JA>
> Svg<http://groups.yahoo.com/gads?t=ms&k=Svg&w1=Xml+format&w2=Svg&w3=Data&c=3&s=35&.sig=BrpyGiBcZ6vcQXDJ7ktaiw>
> Data<http://groups.yahoo.com/gads?t=ms&k=Data&w1=Xml+format&w2=Svg&w3=Data&c=3&s=35&.sig=CrK_fWaLZ-AZKa5FK8rTGA>
>  ------------------------------
> YAHOO! GROUPS LINKS
>
>
>    -  Visit your group 
> "svg-developers<http://groups.yahoo.com/group/svg-developers>"
>    on the web.
>
>    -  To unsubscribe from this group, send an email to:
>     [EMAIL PROTECTED]<[EMAIL PROTECTED]>
>
>    -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>    Service <http://docs.yahoo.com/info/terms/>.
>
>
>  ------------------------------
>


[Non-text portions of this message have been removed]



-----
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/

<*> 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/
 


Reply via email to