- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jan 2010 11:55:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13237
Modified Files:
Overview.html
Log Message:
Allow users to disable an <object> to show its fallback instead. (whatwg r4525)
Index: Overview.html
===================================================================
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:01 UTC