[Bug 9016] Make parameters on applet use the same rules as object (except for codebase="")

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9016


Simon Pieters <simonp@opera.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|NEEDSINFO                   |




--- Comment #2 from Simon Pieters <simonp@opera.com>  2010-02-18 10:29:02 ---
* don't instantiate the plugin if the element's document is not in a browsing
context or is not fully active
* pass the parameters in insertion order
* PARAM:null
* wait with instantiating the plugin until end tag has been parsed
* kill the plugin if the element is removed from the document
* whatever else is done for <object> but not for <applet>; I'm sure I've missed
something.

As for what's needed or not for compat, I'm not sure, but it seems better to
use the same rules for both unless web compat requires differences.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 18 February 2010 10:29:04 UTC