Skip to content
Permalink
Browse files
[giow] (0) Allow users to disable an <object> to show its fallback in…
…stead.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8656

git-svn-id: http://svn.whatwg.org/webapps@4525 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 6, 2010
1 parent 9f1415d commit d9ea2dc
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
@@ -20732,6 +20732,19 @@ <h4 id=the-object-element><span class=secno>4.8.5 </span>The <dfn><code>object</

<ol><li>

<p>If the user has indicated a preference that this
<code><a href=#the-object-element>object</a></code> element's <a href=#fallback-content>fallback content</a> be
shown instead of the element's usual behavior, then jump to the
last step in the overall set of steps (fallback).</p>

<p class=note>For example, a user could ask for the element's
<a href=#fallback-content>fallback content</a> to be shown because that content
uses a format that the user finds more accessible.</p>

</li>

<li>

<p>If the element has an ancestor <a href=#media-element>media element</a>, or
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>, or if the element is
13 index
@@ -20567,6 +20567,19 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>

<ol><li>

<p>If the user has indicated a preference that this
<code><a href=#the-object-element>object</a></code> element's <a href=#fallback-content>fallback content</a> be
shown instead of the element's usual behavior, then jump to the
last step in the overall set of steps (fallback).</p>

<p class=note>For example, a user could ask for the element's
<a href=#fallback-content>fallback content</a> to be shown because that content
uses a format that the user finds more accessible.</p>

</li>

<li>

<p>If the element has an ancestor <a href=#media-element>media element</a>, or
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>, or if the element is
13 source
@@ -22038,6 +22038,19 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>

<ol>

<li>

<p>If the user has indicated a preference that this
<code>object</code> element's <span>fallback content</span> be
shown instead of the element's usual behavior, then jump to the
last step in the overall set of steps (fallback).</p>

<p class="note">For example, a user could ask for the element's
<span>fallback content</span> to be shown because that content
uses a format that the user finds more accessible.</p>

</li>

<li>

<p>If the element has an ancestor <span>media element</span>, or

0 comments on commit d9ea2dc

Please sign in to comment.