I'm using Sphinx to markup a Python textbook:

http://www.openbookproject.net/thinkcs/python/english2e

I'm using svg illustrations using markup like this:

.. image:: illustrations/state.svg
   :alt: State diagram

which generates the following html:

<object data="_images/state.svg" type="image/svg+xml"><embed
src="_images/state.svg" type="image/svg+xml" /></object>

This works very well, but it seems to generate an annoying (though
safely ignored) warning from firefox every time you visit the page:

Additional plugins are required to display all the media on this
page.    [Install Missing Plugins...]

My assumption is that the warning will go away in later versions of
firefox, as the object tag becomes better supported.  Is that correct?

Thanks!

jeff elkner

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to