« June 2005 | Main | August 2005 »

July 1, 2005

<svg:foreignObject> disabled

Support for the <foreignObject> element has been disabled in Mozilla's native SVG implementation. It will not return in an official release of Firefox until Gecko 1.9, likely a year or so away.

For developers working on the implementation of this feature, you can enable it in your trees by editing configure.in and uncommenting the relevant section (search for foreignObject), running autoconf, then configuring your tree with --enable-svg-foreignobject.

See Bug 288438 and the previous foreignObject blog entry for more details.

Posted by tor at 12:28 AM | Comments (2)