hixie: Mention that display:none doesn't affect plugins. (whatwg r4150)

hixie: Mention that display:none doesn't affect plugins. (whatwg r4150)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3298&r2=1.3299&f=h
http://html5.org/tools/web-apps-tracker?from=4149&to=4150

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3298
retrieving revision 1.3299
diff -u -d -r1.3298 -r1.3299
--- Overview.html 16 Oct 2009 08:53:41 -0000 1.3298
+++ Overview.html 16 Oct 2009 09:16:56 -0000 1.3299
@@ -18367,6 +18367,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

Received on Friday, 16 October 2009 09:17:38 UTC