[html5] r4097 - [] (0) <applet> fallback

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 8 20:28:03 PDT 2009


Author: ianh
Date: 2009-10-08 20:28:02 -0700 (Thu, 08 Oct 2009)
New Revision: 4097

Modified:
   index
   source
Log:
[] (0) <applet> fallback

Modified: index
===================================================================
--- index	2009-10-09 01:55:16 UTC (rev 4096)
+++ index	2009-10-09 03:28:02 UTC (rev 4097)
@@ -70378,9 +70378,9 @@
 
   <h4 id=embedded-content-2><span class=secno>11.3.1 </span>Embedded content</h4>
 
-  <p>The <code><a href=#the-applet-element>applet</a></code>, <code><a href=#the-canvas-element>canvas</a></code>, <code><a href=#the-embed-element>embed</a></code>,
-  <code><a href=#the-iframe-element>iframe</a></code>, and <code><a href=#video>video</a></code> elements are expected to
-  be treated as replaced elements.</p>
+  <p>The <code><a href=#the-canvas-element>canvas</a></code>, <code><a href=#the-embed-element>embed</a></code>, <code><a href=#the-iframe-element>iframe</a></code>,
+  and <code><a href=#video>video</a></code> elements are expected to be treated as
+  replaced elements.</p>
 
   <p>An <code><a href=#the-object-element>object</a></code> element that <a href=#represents>represents</a> an
   image, plugin, or <a href=#nested-browsing-context>nested browsing context</a> is expected
@@ -70388,6 +70388,11 @@
   elements are expected to be treated as ordinary elements in the
   rendering model.</p>
 
+  <p>An <code><a href=#the-applet-element>applet</a></code> element that <a href=#represents>represents</a> a
+  <a href=#plugin>plugin</a> is expected to be treated as a replaced
+  element. Other <code><a href=#the-applet-element>applet</a></code> elements are expected to be
+  treated as ordinary elements in the rendering model.</p>
+
   <p>The <code><a href=#audio>audio</a></code> element, when it is <a href=#expose-a-user-interface-to-the-user title="expose a
   user interface to the user">exposing a user interface</a>, is
   expected to be treated as a replaced element about one line high, as
@@ -72078,14 +72083,16 @@
   is the <a href=#active-document>active document</a>, and when the element has an
   ancestor <a href=#media-element>media element</a>, and when the element has an
   ancestor <code><a href=#the-object-element>object</a></code> element that is <em>not</em> showing
-  its <a href=#fallback-content>fallback content</a>, the element must be ignored (it
-  represents nothing).</p>
+  its <a href=#fallback-content>fallback content</a>, and when no Java Language runtime
+  <a href=#plugin>plugin</a> is available, and when one <em>is available</em>
+  but it is disabled, the element <a href=#represents>represents</a> its
+  contents.</p>
 
   <p>Otherwise, the user agent should instantiate a Java Language
-  runtime <a href=#plugin>plugin</a>, 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 <a href=#concept-param-parameter title=concept-param-parameter>parameters</a> given by
+  runtime <a href=#plugin>plugin</a>, 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 <a href=#concept-param-parameter title=concept-param-parameter>parameters</a> given by
   <code><a href=#the-param-element>param</a></code> elements that are children of the
   <code><a href=#the-applet-element>applet</a></code> element, in <a href=#tree-order>tree order</a>, to the
   <a href=#plugin>plugin</a> used. If the <a href=#plugin>plugin</a> supports a

Modified: source
===================================================================
--- source	2009-10-09 01:55:16 UTC (rev 4096)
+++ source	2009-10-09 03:28:02 UTC (rev 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




More information about the Commit-Watchers mailing list