Short URL: http://html5.org/r/4057
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 4057 | First woefully inadequate cut at <applet>. Please file bugs if you know better... | 2009-09-29 11:54 |
Index: source =================================================================== --- source (revision 4056) +++ source (revision 4057) @@ -88218,11 +88218,24 @@ its <span>fallback content</span>, the element must be ignored (it represents nothing).</p> - <p>Otherwise, <span class="XXX">define how the element works, if - supported</span>.</p> <!-- remember to delay the load event --> <!-- - remember to include ", from the element's <span>browsing context - scope origin</span> if it has one" when fetching --> + <p>Otherwise, the user agent instantiate a Java Language runtime + <span>plugin</span>, if one available. Then, the user agent should + pass the names and values of all the attributes on the element, and + <!-- then a parameter named "PARAM" whose value is null, and then + --> all the names and values of <span + title="concept-param-parameter">parameters</span> given by + <code>param</code> elements that are children of the + <code>applet</code> element, in <span>tree order</span>, to the + <span>plugin</span> used. If the <span>plugin</span> supports a + scriptable interface, the <code>HTMLAppletElement</code> object + representing the element should expose that interface. The + <code>applet</code> element <span>represents</span> the + <span>plugin</span>.</p> + <!-- If we ever make this fetch anything manually, remember to delay + the load event, and to include ", from the element's <span>browsing + context scope origin</span> if it has one" when fetching --> + <p>The <code>applet</code> element must implement the <code>HTMLAppletElement</code> interface.</p>