Skip to content

Commit

Permalink
[e] (0) Mention that display:none doesn't affect plugins.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4150 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 16, 2009
1 parent 11e8750 commit b39bc7f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions complete.html
Expand Up @@ -21154,6 +21154,10 @@ <h4 id=the-object-element><span class=secno>4.8.5 </span>The <dfn><code>object</
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
Expand Down
4 changes: 4 additions & 0 deletions index
Expand Up @@ -20983,6 +20983,10 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
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
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -22517,6 +22517,10 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
failed to find a <span>plugin</span>, 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>object</code>
elements act as <span>fallback content</span>, used only when
referenced resources can't be shown (e.g. because it returned a 404
Expand Down

0 comments on commit b39bc7f

Please sign in to comment.