On Sun, 14 Jan 2007 19:11:54 +0100, ddailey <[EMAIL PROTECTED]> wrote:
> I think there was discussion of the idea of allowing SVG as anacceptable > HTML image format > > i.e., <img src="something.svg"> > > on this list in the last month or two, but I cannot find the footprints > if they are there. I am just as prone to inventing memories as I am to > forgetting things. No matter. > > Does anyone know if the browser developers are working on such a thing? > The HTML4.01 standards seem rather nonprescriptive about what image > formats should be supported, so I guess it is just a question for what > the developers feel makes sense. There is nothing in HTML that says you can't use SVG - and for that matter you could probably use it for more than just images. The img element is meant for something that doesn't necessarily have interactivity, which would conflict with image maps and so on, and isn't meant to provide DOM access - it predates all those things. So for various reasons it isn't trivial to do this. That said, we are looking at how to do it. (We will have support for SVG as a background image, e.g. through CSS, or setting an SVG as a list bullet, in Opera 10. This won't allow for interaction). In short, yes I expect it to happen, but it probably won't be in the next week. cheers Chaals -- Charles McCathieNevile, Opera Software: Standards Group hablo español - je parle français - jeg lærer norsk [EMAIL PROTECTED] Try Opera 9.1 http://opera.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/ <*> 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/

