[html5] r7101 - [giow] (2) Sad as it may be, CSS affects whether plugins are instantiated -- par [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue May 8 14:27:00 PDT 2012


Author: ianh
Date: 2012-05-08 14:26:59 -0700 (Tue, 08 May 2012)
New Revision: 7101

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Sad as it may be, CSS affects whether plugins are instantiated -- part two, <embed>. also, typo fix.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-05-08 20:44:45 UTC (rev 7100)
+++ complete.html	2012-05-08 21:26:59 UTC (rev 7101)
@@ -25791,6 +25791,7 @@
    <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
@@ -26112,7 +26113,7 @@
 
    <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>

Modified: index
===================================================================
--- index	2012-05-08 20:44:45 UTC (rev 7100)
+++ index	2012-05-08 21:26:59 UTC (rev 7101)
@@ -25791,6 +25791,7 @@
    <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
@@ -26112,7 +26113,7 @@
 
    <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>

Modified: source
===================================================================
--- source	2012-05-08 20:44:45 UTC (rev 7100)
+++ source	2012-05-08 21:26:59 UTC (rev 7101)
@@ -27730,6 +27730,7 @@
    <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
@@ -28095,7 +28096,7 @@
 
    <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>
 




More information about the Commit-Watchers mailing list