- From: poot <cvsmail@w3.org>
- Date: Wed, 6 Jan 2010 20:56:06 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Allow users to disable an <object> to show its fallback instead.
(whatwg r4525)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3621&r2=1.3622&f=h
http://html5.org/tools/web-apps-tracker?from=4524&to=4525
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3621
retrieving revision 1.3622
diff -u -d -r1.3621 -r1.3622
--- Overview.html 6 Jan 2010 11:45:39 -0000 1.3621
+++ Overview.html 6 Jan 2010 11:55:57 -0000 1.3622
@@ -17991,6 +17991,19 @@
<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
Received on Wednesday, 6 January 2010 11:56:35 UTC