html5/spec Overview.html,1.3298,1.3299

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22495

Modified Files:
	Overview.html 
Log Message:
Mention that display:none doesn't affect plugins. (whatwg r4150)

Index: Overview.html
===================================================================
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:02 UTC