html5/spec Overview.html,1.5657,1.5658

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11147

Modified Files:
	Overview.html 
Log Message:
Sad as it may be, CSS affects whether plugins are instantiated -- part two, <embed>. also, typo fix. (whatwg r7101)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5657
retrieving revision 1.5658
diff -u -d -r1.5657 -r1.5658
--- Overview.html	8 May 2012 20:44:50 -0000	1.5657
+++ Overview.html	8 May 2012 21:27:06 -0000	1.5658
@@ -24469,6 +24469,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
@@ -24770,7 +24771,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>

Received on Tuesday, 8 May 2012 21:27:15 UTC