Skip to content

Commit

Permalink
[e] (0) Mention display:none in more places where it has no effect.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4164 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 18, 2009
1 parent 94d4620 commit f489b87
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions complete.html
Expand Up @@ -20644,6 +20644,10 @@ <h4 id=the-embed-element><span class=secno>4.8.4 </span>The <dfn><code>embed</co
<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>

Expand Down Expand Up @@ -81296,6 +81300,10 @@ <h4 id=the-applet-element><span class=secno>14.3.1 </span>The <dfn><code>applet<
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>

Expand Down
8 changes: 8 additions & 0 deletions index
Expand Up @@ -20473,6 +20473,10 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
<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>

Expand Down Expand Up @@ -72354,6 +72358,10 @@ time:empty { binding: <i title="">time</i>; }</pre>
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>

Expand Down
8 changes: 8 additions & 0 deletions source
Expand Up @@ -21953,6 +21953,10 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
<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>

Expand Down Expand Up @@ -89108,6 +89112,10 @@ time:empty { binding: <i title="">time</i>; }</pre>
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>

Expand Down

0 comments on commit f489b87

Please sign in to comment.