[html5] r4164 - [e] (0) Mention display:none in more places where it has no effect.
whatwg at whatwg.org
whatwg at whatwg.org
Sun Oct 18 02:39:39 PDT 2009
Author: ianh
Date: 2009-10-18 02:39:37 -0700 (Sun, 18 Oct 2009)
New Revision: 4164
Modified:
complete.html
index
source
Log:
[e] (0) Mention display:none in more places where it has no effect.
Modified: complete.html
===================================================================
--- complete.html 2009-10-18 09:19:18 UTC (rev 4163)
+++ complete.html 2009-10-18 09:39:37 UTC (rev 4164)
@@ -20644,6 +20644,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>
@@ -81296,6 +81300,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>
Modified: index
===================================================================
--- index 2009-10-18 09:19:18 UTC (rev 4163)
+++ index 2009-10-18 09:39:37 UTC (rev 4164)
@@ -20473,6 +20473,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>
@@ -72354,6 +72358,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>
Modified: source
===================================================================
--- source 2009-10-18 09:19:18 UTC (rev 4163)
+++ source 2009-10-18 09:39:37 UTC (rev 4164)
@@ -21953,6 +21953,10 @@
<span>plugin</span> that had been instantiated for that element must
be unloaded.</p>
+ <p class="note">The <code>embed</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 title="concept-embed-type">type of the content</dfn>
being embedded is defined as follows:</p>
@@ -89108,6 +89112,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>applet</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>applet</code> element must implement the
<code>HTMLAppletElement</code> interface.</p>
More information about the Commit-Watchers
mailing list