html5/spec Overview.html,1.3310,1.3311

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

Modified Files:
	Overview.html 
Log Message:
Mention display:none in more places where it has no effect. (whatwg r4164)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3310
retrieving revision 1.3311
diff -u -d -r1.3310 -r1.3311
--- Overview.html	18 Oct 2009 09:07:09 -0000	1.3310
+++ Overview.html	18 Oct 2009 09:27:27 -0000	1.3311
@@ -17886,6 +17886,10 @@
   <a href="#plugin">plugin</a> that had been instantiated for that element must
   be unloaded.</p>
 
+  <p class="note">The <code><a href="#the-embed-element">embed</a></code> element is unaffected by the
+  CSS 'display' property. The selected plugin is instantiated even if
+  the element is hidden with a 'display:none' CSS style.</p>
+
   <p>The <dfn id="concept-embed-type" title="concept-embed-type">type of the content</dfn>
   being embedded is defined as follows:</p>
 
@@ -65836,6 +65840,10 @@
   the load event, and to include ", from the element's <span>browsing
   context scope origin</span> if it has one" when fetching -->
 
+  <p class="note">The <code><a href="#the-applet-element">applet</a></code> element is unaffected by the
+  CSS 'display' property. The Java Language runtime is instantiated
+  even if the element is hidden with a 'display:none' CSS style.</p>
+
   <p>The <code><a href="#the-applet-element">applet</a></code> element must implement the
   <code><a href="#htmlappletelement">HTMLAppletElement</a></code> interface.</p>
 

Received on Sunday, 18 October 2009 09:27:34 UTC