Skip to content

Commit

Permalink
[g] (2) For nested objects, only the first successful one works, the …
Browse files Browse the repository at this point in the history
…others all show fallback (and don't load plugins, documents, or whatnot).

git-svn-id: http://svn.whatwg.org/webapps@2426 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 22, 2008
1 parent d895c5a commit 35d49ff
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index
Expand Up @@ -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-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 20 November 2008</h2>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 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>
Expand Down Expand Up @@ -16006,6 +16006,14 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>

<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
Expand Down
8 changes: 8 additions & 0 deletions source
Expand Up @@ -17116,6 +17116,14 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>

<ol>

<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>
Expand Down

0 comments on commit 35d49ff

Please sign in to comment.