[html5] r4429 - [e] (0) Make the note about 'display' not affecting <object> broader.

whatwg at whatwg.org whatwg at whatwg.org
Thu Dec 10 06:50:16 PST 2009


Author: ianh
Date: 2009-12-10 06:50:10 -0800 (Thu, 10 Dec 2009)
New Revision: 4429

Modified:
   complete.html
   index
   source
Log:
[e] (0) Make the note about 'display' not affecting <object> broader.

Modified: complete.html
===================================================================
--- complete.html	2009-12-10 12:18:32 UTC (rev 4428)
+++ complete.html	2009-12-10 14:50:10 UTC (rev 4429)
@@ -21434,9 +21434,11 @@
   failed to find a <a href=#plugin>plugin</a>, even if one would otherwise have been
   used.</p>
 
-  <p class=note>The above algorithm is independent of the CSS
-  'display' property. It runs even if the element is hidden with a
-  'display:none' CSS style.</p>
+  <p class=note>The above algorithm is independent of CSS properties
+  (including 'display', 'overflow', and 'visibility'). For example, it
+  runs even if the element is hidden with a 'display:none' CSS style,
+  and does not run <em>again</em> if the element's visibility
+  changes.</p>
 
   <p>Due to the algorithm above, the contents of <code><a href=#the-object-element>object</a></code>
   elements act as <a href=#fallback-content>fallback content</a>, used only when

Modified: index
===================================================================
--- index	2009-12-10 12:18:32 UTC (rev 4428)
+++ index	2009-12-10 14:50:10 UTC (rev 4429)
@@ -21271,9 +21271,11 @@
   failed to find a <a href=#plugin>plugin</a>, even if one would otherwise have been
   used.</p>
 
-  <p class=note>The above algorithm is independent of the CSS
-  'display' property. It runs even if the element is hidden with a
-  'display:none' CSS style.</p>
+  <p class=note>The above algorithm is independent of CSS properties
+  (including 'display', 'overflow', and 'visibility'). For example, it
+  runs even if the element is hidden with a 'display:none' CSS style,
+  and does not run <em>again</em> if the element's visibility
+  changes.</p>
 
   <p>Due to the algorithm above, the contents of <code><a href=#the-object-element>object</a></code>
   elements act as <a href=#fallback-content>fallback content</a>, used only when

Modified: source
===================================================================
--- source	2009-12-10 12:18:32 UTC (rev 4428)
+++ source	2009-12-10 14:50:10 UTC (rev 4429)
@@ -22829,9 +22829,11 @@
   failed to find a <span>plugin</span>, even if one would otherwise have been
   used.</p>
 
-  <p class="note">The above algorithm is independent of the CSS
-  'display' property. It runs even if the element is hidden with a
-  'display:none' CSS style.</p>
+  <p class="note">The above algorithm is independent of CSS properties
+  (including 'display', 'overflow', and 'visibility'). For example, it
+  runs even if the element is hidden with a 'display:none' CSS style,
+  and does not run <em>again</em> if the element's visibility
+  changes.</p>
 
   <p>Due to the algorithm above, the contents of <code>object</code>
   elements act as <span>fallback content</span>, used only when




More information about the Commit-Watchers mailing list