Mark Birbeck wrote: > My interest was more on the application front, rather than a once-only > transform. Since SVG is a fine rendering language, there is no reason why it > couldn't be the UI layer for applications, including web browsers. So whilst > the links you provided give a viewable rendition of a page, the links don't > work, for example. An HTML browser using an SVG UI would obviously have > clickable links.
Assuming a faster implementation of SVG than is currently available, this could indeed be an interesting project. One way to implement it within existing technology would be to use XBL and SVG as are available currently in FF 1.5b. You could match on all HTML elements, look at the applicable CSS properties in the DOM, and use that to handle your SVG shadow tree. It would however involve implementing the CSS layout model in script, which isn't for the faint of heart :) -- Robin Berjon Senior Research Scientist Expway, http://expway.com/ ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/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/

