On Wed, 05 Jul 2006 10:47:33 +0200, Jonathan Chetwynd <[EMAIL PROTECTED]> wrote:
> Erik, > > the comment wasn't meant to be offensive, rather informative. I'm not offended in any way, my mission is only to make sure those bugs are fixed. > I would strongly recommend making bug reports public. > in the meantime visit: http://my.opera.com/SVGraphics/forums/ > forum.dml?id=2403 > which is a public Opera SVG bug reporting space :-) Yes, that's one public place, but it's not a bug-tracking system it's just a forum and it's not the supported way of reporting bugs*. So far the bugs there carry too little information though (no testcases, no info of what build/platform/etc), but I believe we have fixed some of them already in spite of this. > Perhaps a single example one I copied you into when reporting will > suffice; > element <text> and attribute systemLanguage support is claimed but at > least on OS X seems broken. > http://www.opera.com/docs/specs/svg/ Please explain how it's broken with direct pointers to the SVG spec and with a testcase. I agree that using multiple accepted languages does make it behave weird. The SVG spec doesn't really cover the case of multiple accepted languages. If you only pick one language of those that are accepted, then it follows that you behave strange in the case where the systemLanguage specifies say the second or third accepted language and with a default text-element (without systemLanguage) that is not even in your list of accepted languages. Pseudo-example: accepted languages { french, german, swedish } <switch> <text systemLanguage="de">hallo</text> <text systemLanguage="sv">hej</text> <text>this is the default case</text> </switch> Regards /Erik *) Bugreports should go here: https://bugs.opera.com/wizard/ -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ ------------------------ Yahoo! Groups Sponsor --------------------~--> See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- 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/

