- From: Jeff Schiller <codedread@gmail.com>
- Date: Tue, 7 Jul 2009 15:21:26 -0500
- To: www-svg <www-svg@w3.org>
Seems like there might be a problem between SVG DOM extending certain CSS DOM interfaces. For those who enjoy rambling, please see [1]. The issue seems to be that certain CSS interfaces, including CSSValue, were effectively obsoleted without replacements [2]. Interfaces in the SVG DOM, like SVGColor, depend on those interfaces [3]. Mozilla has not implemented the interfaces yet (though Opera/Webkit did) perhaps because of the CSS WG's warning [4]. Is it a "simply" matter of convincing Mozilla to implement it anyway? Perhaps that comment in Mozilla's code written much earlier on in the SVG implementation's life and the situation has changed since then? Thanks, Jeff Schiller [1] http://blog.codedread.com/archives/2009/06/27/oh-the-things-youll-learn/ [2] http://lists.w3.org/Archives/Public/www-style/2003Oct/0347.html [3] http://www.w3.org/TR/SVG11/types.html#InterfaceSVGColor [4] https://bugzilla.mozilla.org/show_bug.cgi?id=500888
Received on Tuesday, 7 July 2009 20:22:06 UTC