Hi Holger, > sorry for posting the bugs first, i will post a working > example later...
Not at all! I'm keen to get this working, so your comments are very much appreciated. In particular, we want to try and solve those situations where the mark-up needs to be different in different browsers (see discussion of DOM 2 Events, below, for an example). > ive found one problem in writing cross browser apps though, > in Sidewinder you require a type attribute on script > elements ... That's because the XHTML schema requires it. > ..., but neither "text/javascript" nor "text/ecmascript" > is supported in mozilla ... What would be the correct syntax on Mozilla? Do you just omit @type? If so, that makes the document invalid, so is there are 'valid document' form that works for Mozilla? > ... , and in opera the script bridge is > completly broken... > for mozilla its likely to change soon, see: > https://bugzilla.mozilla.org/show_bug.cgi?id=267953 We should be able to keep step if that change does happen. A lot of our work on the Viewer has had the consequence of making IE more compatible, and we intend to keep going in this direction. For example, the forthcoming update to Sidewinder allows scripts to create DOM 2 Events objects using standard syntax: var evt = document.createEvent("UIEvent"); We should be increasingly able to make documents that run in the more 'standards compliant' browsers like Firefox, also run in IE via Sidewinder. (We're working on improving CSS support too.) > and another issue wich is not that much of a problem,but > this should work: > > <html xmlns="http://www.w3.org/1999/xhtml"> > <head> > <title>inline SVG test</title> > </head> > <body> > <h1>SVG direkt in HTML eingebettet</h1> > <hr/> > <svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg"> > <circle cx="150" cy="150" r="100" style="fill:red"/> </svg> > <hr/> </body> </html> > > but it seems svg elements allways have to be prefixed. Yes ... and it's also not currently possible to do this: <xh:html xmlns:xh="http://www.w3.org/1999/xhtml"> ... </xh:html> All of these namespace-related issues will be sorted soon. Thanks again for your comments. Regards, Mark Mark Birbeck CEO x-port.net Ltd. e: [EMAIL PROTECTED] t: +44 (0) 20 7689 9232 w: http://www.formsPlayer.com/ b: http://internet-apps.blogspot.com/ Download our XForms processor from http://www.formsPlayer.com/ ----- 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/

