[whatwg] <object> behavior
Boris Zbarsky
bzbarsky at MIT.EDU
Mon Sep 14 18:13:46 PDT 2009
Michael A. Puls II wrote:
> I'm trying to remember. Did you also say that FF makes some use of
> display: none for fallback content
It does not, but it does make use of lack of CSS boxes...
> and that if FF was fixed so
> display:none didn't affect plug-in instantiation, both plug-ins in the
> following would load at the same time?
>
> <object type="application/x-some-plugin">
> <object type="application/x-some-plugin"></object>
> </object>
If the plugin instantiation were done entirely via the DOM, then yes,
unless something prevented that from happening.
> Also, is it considered a bug just for <object>, or <embed> too?
I'd think both.
-Boris
More information about the whatwg
mailing list