[html5] r4150 - [e] (0) Mention that display:none doesn't affect plugins.

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 16 02:28:44 PDT 2009


Author: ianh
Date: 2009-10-16 02:28:42 -0700 (Fri, 16 Oct 2009)
New Revision: 4150

Modified:
   complete.html
   index
   source
Log:
[e] (0) Mention that display:none doesn't affect plugins.

Modified: complete.html
===================================================================
--- complete.html	2009-10-16 09:05:27 UTC (rev 4149)
+++ complete.html	2009-10-16 09:28:42 UTC (rev 4150)
@@ -21154,6 +21154,10 @@
   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>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
   referenced resources can't be shown (e.g. because it returned a 404

Modified: index
===================================================================
--- index	2009-10-16 09:05:27 UTC (rev 4149)
+++ index	2009-10-16 09:28:42 UTC (rev 4150)
@@ -20983,6 +20983,10 @@
   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>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
   referenced resources can't be shown (e.g. because it returned a 404

Modified: source
===================================================================
--- source	2009-10-16 09:05:27 UTC (rev 4149)
+++ source	2009-10-16 09:28:42 UTC (rev 4150)
@@ -22517,6 +22517,10 @@
   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>Due to the algorithm above, the contents of <code>object</code>
   elements act as <span>fallback content</span>, used only when
   referenced resources can't be shown (e.g. because it returned a 404




More information about the Commit-Watchers mailing list