[html5] r2426 - [g] (2) For nested objects, only the first successful one works, the others all [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Nov 21 16:20:43 PST 2008


Author: ianh
Date: 2008-11-21 16:20:42 -0800 (Fri, 21 Nov 2008)
New Revision: 2426

Modified:
   index
   source
Log:
[g] (2) For nested objects, only the first successful one works, the others all show fallback (and don't load plugins, documents, or whatnot).

Modified: index
===================================================================
--- index	2008-11-20 13:39:44 UTC (rev 2425)
+++ index	2008-11-22 00:20:42 UTC (rev 2426)
@@ -17,7 +17,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 20 November 2008</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 22 November 2008</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <dl><dt>Multiple-page version:</dt>
@@ -16006,6 +16006,14 @@
 
   <ol><li>
 
+    <p>If 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>, then
+    jump to the last step in the overall set of steps (fallback).</p>
+
+   </li>
+
+   <li>
+
     <p>If the <code title=attr-object-classid>classid</code>
     attribute is present, and has a value that isn't the empty string,
     then: if the user agent can find a <a href=#plugin>plugin</a> suitable

Modified: source
===================================================================
--- source	2008-11-20 13:39:44 UTC (rev 2425)
+++ source	2008-11-22 00:20:42 UTC (rev 2426)
@@ -17118,6 +17118,14 @@
 
    <li>
 
+    <p>If the element has an ancestor <code>object</code> element that
+    is <em>not</em> showing its <span>fallback content</span>, then
+    jump to the last step in the overall set of steps (fallback).</p>
+
+   </li>
+
+   <li>
+
     <p>If the <code title="attr-object-classid">classid</code>
     attribute is present, and has a value that isn't the empty string,
     then: if the user agent can find a <span>plugin</span> suitable




More information about the Commit-Watchers mailing list