[html5] r4525 - [giow] (0) Allow users to disable an <object> to show its fallback instead. Fixi [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jan 6 03:55:52 PST 2010


Author: ianh
Date: 2010-01-06 03:55:48 -0800 (Wed, 06 Jan 2010)
New Revision: 4525

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Allow users to disable an <object> to show its fallback instead.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8656

Modified: complete.html
===================================================================
--- complete.html	2010-01-06 11:45:27 UTC (rev 4524)
+++ complete.html	2010-01-06 11:55:48 UTC (rev 4525)
@@ -20732,6 +20732,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

Modified: index
===================================================================
--- index	2010-01-06 11:45:27 UTC (rev 4524)
+++ index	2010-01-06 11:55:48 UTC (rev 4525)
@@ -20567,6 +20567,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

Modified: source
===================================================================
--- source	2010-01-06 11:45:27 UTC (rev 4524)
+++ source	2010-01-06 11:55:48 UTC (rev 4525)
@@ -22040,6 +22040,19 @@
 
    <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
     has an ancestor <code>object</code> element that is <em>not</em>
     showing its <span>fallback content</span>, or if the element is




More information about the Commit-Watchers mailing list