Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (2) Sad as it may be, CSS affects whether plugins are instanti…
…ated -- part two, <embed>. also, typo fix.

Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7101 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 8, 2012
1 parent ea5fbb5 commit 8411089
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -25791,6 +25791,7 @@ <h4 id=the-embed-element><span class=secno>4.8.3 </span>The <dfn><code>embed</co
<li>The element's <code title=attr-embed-src><a href=#attr-embed-src>src</a></code> attribute is either absent or its value is the empty string.</li>
<li>The element is not a descendant of a <a href=#media-element>media element</a>.</li>
<li>The element is not a descendant of an <code><a href=#the-object-element>object</a></code> element that is not showing its <a href=#fallback-content>fallback content</a>.</li>
<li>The element is <a href=#being-rendered>being rendered</a>.</li>
</ul><p>Whenever an <code><a href=#the-embed-element>embed</a></code> element that was not <a href=#concept-embed-active title=concept-embed-active>potentially active</a> becomes <a href=#concept-embed-active title=concept-embed-active>potentially active</a>, and whenever
a <a href=#concept-embed-active title=concept-embed-active>potentially active</a>
<code><a href=#the-embed-element>embed</a></code> element's <code title=attr-embed-type><a href=#attr-embed-type>src</a></code> attribute is set, changed, or
Expand Down Expand Up @@ -26112,7 +26113,7 @@ <h4 id=the-object-element><span class=secno>4.8.4 </span>The <dfn><code>object</

<li>neither the element's <code title=attr-object-classid><a href=#attr-object-classid>classid</a></code> attribute nor its <code title=attr-object-data><a href=#attr-object-data>data</a></code> attribute are present, and its <code title=attr-object-type><a href=#attr-object-type>type</a></code> attribute is set, changed, or removed,

<li>the element chnges from <a href=#being-rendered>being rendered</a> to not being rendered, or vice versa,
<li>the element changes from <a href=#being-rendered>being rendered</a> to not being rendered, or vice versa,

</ul><p>...the user agent must <a href=#queue-a-task>queue a task</a> to run the
following steps to (re)determine what the <code><a href=#the-object-element>object</a></code>
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -25791,6 +25791,7 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
<li>The element's <code title=attr-embed-src><a href=#attr-embed-src>src</a></code> attribute is either absent or its value is the empty string.</li>
<li>The element is not a descendant of a <a href=#media-element>media element</a>.</li>
<li>The element is not a descendant of an <code><a href=#the-object-element>object</a></code> element that is not showing its <a href=#fallback-content>fallback content</a>.</li>
<li>The element is <a href=#being-rendered>being rendered</a>.</li>
</ul><p>Whenever an <code><a href=#the-embed-element>embed</a></code> element that was not <a href=#concept-embed-active title=concept-embed-active>potentially active</a> becomes <a href=#concept-embed-active title=concept-embed-active>potentially active</a>, and whenever
a <a href=#concept-embed-active title=concept-embed-active>potentially active</a>
<code><a href=#the-embed-element>embed</a></code> element's <code title=attr-embed-type><a href=#attr-embed-type>src</a></code> attribute is set, changed, or
Expand Down Expand Up @@ -26112,7 +26113,7 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>

<li>neither the element's <code title=attr-object-classid><a href=#attr-object-classid>classid</a></code> attribute nor its <code title=attr-object-data><a href=#attr-object-data>data</a></code> attribute are present, and its <code title=attr-object-type><a href=#attr-object-type>type</a></code> attribute is set, changed, or removed,

<li>the element chnges from <a href=#being-rendered>being rendered</a> to not being rendered, or vice versa,
<li>the element changes from <a href=#being-rendered>being rendered</a> to not being rendered, or vice versa,

</ul><p>...the user agent must <a href=#queue-a-task>queue a task</a> to run the
following steps to (re)determine what the <code><a href=#the-object-element>object</a></code>
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -27730,6 +27730,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
<li>The element's <code title="attr-embed-src">src</code> attribute is either absent or its value is the empty string.</li>
<li>The element is not a descendant of a <span>media element</span>.</li>
<li>The element is not a descendant of an <code>object</code> element that is not showing its <span>fallback content</span>.</li>
<li>The element is <span>being rendered</span>.</li>
</ul>

<p>Whenever an <code>embed</code> element that was not <span
Expand Down Expand Up @@ -28095,7 +28096,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>

<li>neither the element's <code title="attr-object-classid">classid</code> attribute nor its <code title="attr-object-data">data</code> attribute are present, and its <code title="attr-object-type">type</code> attribute is set, changed, or removed,

<li>the element chnges from <span>being rendered</span> to not being rendered, or vice versa,
<li>the element changes from <span>being rendered</span> to not being rendered, or vice versa,

</ul>

Expand Down

0 comments on commit 8411089

Please sign in to comment.