W3C Graphics Activity / Mozilla SVG Project
Dando uma olhada no W3C vi que eles abriram um grupo para tratar de SVG, muito interessante a proposta dos caras. Mais adiante me deparo com o link do projeto Mozilla SVG. Projeto que inclui nativamente o SVG no Mozilla, veja algumas das boas novas que isso possibilita:
# Mozilla can handle documents that contain SVG, MathML, XHTML, XUL, etc. all mixed together in the same 'compound' document. This is being made possible by using XML namespaces.
# Mozilla is 'aware' of the SVG content. It can be accessed through the SVG DOM (which is compatible with the XML DOM) and manipulated by Mozilla's script engine.
# Other Mozilla technologies can be used with SVG. XBL coupled with SVG is a particular interesting combination. It can be used to create graphical widgets (I wonder when we'll see the first SVG-based chrome!) or extend Mozilla to recognize other specialized languages such as e.g. CML (chemical markup language). There are samples of these kinds of more advanced usage patterns on croczilla.com/svg/.
Não lembro bem onde li, que o Longhorn terá interface em SVG chamada por eles de AVALON, quem souber mais deixa o link ai.

