Short URL: http://html5.org/r/4097
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 4097 | <applet> fallback | 2009-10-09 03:28 |
Index: source =================================================================== --- source (revision 4096) +++ source (revision 4097) @@ -86859,9 +86859,9 @@ <h4>Embedded content</h4> - <p>The <code>applet</code>, <code>canvas</code>, <code>embed</code>, - <code>iframe</code>, and <code>video</code> elements are expected to - be treated as replaced elements.</p> + <p>The <code>canvas</code>, <code>embed</code>, <code>iframe</code>, + and <code>video</code> elements are expected to be treated as + replaced elements.</p> <p>An <code>object</code> element that <span>represents</span> an image, plugin, or <span>nested browsing context</span> is expected @@ -86869,6 +86869,11 @@ elements are expected to be treated as ordinary elements in the rendering model.</p> + <p>An <code>applet</code> element that <span>represents</span> a + <span>plugin</span> is expected to be treated as a replaced + element. Other <code>applet</code> elements are expected to be + treated as ordinary elements in the rendering model.</p> + <p>The <code>audio</code> element, when it is <span title="expose a user interface to the user">exposing a user interface</span>, is expected to be treated as a replaced element about one line high, as @@ -88782,15 +88787,16 @@ is the <span>active document</span>, and when the element has an ancestor <span>media element</span>, and when the element has an ancestor <code>object</code> element that is <em>not</em> showing - its <span>fallback content</span>, the element must be ignored (it - represents nothing).</p> + its <span>fallback content</span>, and when no Java Language runtime + <span>plugin</span> is available, and when one <em>is available</em> + but it is disabled, the element <span>represents</span> its + contents.</p> <p>Otherwise, the user agent should 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 + runtime <span>plugin</span>, and 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