Skip to content

Commit

Permalink
[e] (0) Make the note about 'display' not affecting <object> broader.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4429 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 10, 2009
1 parent 0095b36 commit 1ff01d2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
8 changes: 5 additions & 3 deletions complete.html
Expand Up @@ -21434,9 +21434,11 @@ <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 class=note>The above algorithm is independent of CSS properties
(including 'display', 'overflow', and 'visibility'). For example, it
runs even if the element is hidden with a 'display:none' CSS style,
and does not run <em>again</em> if the element's visibility
changes.</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
Expand Down
8 changes: 5 additions & 3 deletions index
Expand Up @@ -21271,9 +21271,11 @@ 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 class=note>The above algorithm is independent of CSS properties
(including 'display', 'overflow', and 'visibility'). For example, it
runs even if the element is hidden with a 'display:none' CSS style,
and does not run <em>again</em> if the element's visibility
changes.</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
Expand Down
8 changes: 5 additions & 3 deletions source
Expand Up @@ -22829,9 +22829,11 @@ 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 class="note">The above algorithm is independent of CSS properties
(including 'display', 'overflow', and 'visibility'). For example, it
runs even if the element is hidden with a 'display:none' CSS style,
and does not run <em>again</em> if the element's visibility
changes.</p>

<p>Due to the algorithm above, the contents of <code>object</code>
elements act as <span>fallback content</span>, used only when
Expand Down

0 comments on commit 1ff01d2

Please sign in to comment.