« Win32 Backend Renderer | Main | 2005-08-05 Update »
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 July 1, 2005 12:28 AM
Comments
A post from the future...neat ;)
Posted by: Jeff Schiller at June 29, 2005 8:23 PM
Yes! Good! Thank you for refusing partial implementations with no graceful fallback! Thanks for all the hard work you and your team have put into getting SVG working too.
Posted by: jamcnar at July 11, 2005 4:02 AM