html5/spec Overview.html,1.3351,1.3352

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

Modified Files:
	Overview.html 
Log Message:
Make <canvas> fallback in the rendering correctly. (whatwg r4206)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3351
retrieving revision 1.3352
diff -u -d -r1.3351 -r1.3352
--- Overview.html	20 Oct 2009 10:24:38 -0000	1.3351
+++ Overview.html	20 Oct 2009 10:35:14 -0000	1.3352
@@ -64901,9 +64901,14 @@
 
   <h4 id="embedded-content-2"><span class="secno">11.3.1 </span>Embedded content</h4>
 
-  <p>The <code><a href="#the-canvas-element">canvas</a></code>, <code><a href="#the-embed-element">embed</a></code>, <code><a href="#the-iframe-element">iframe</a></code>,
-  and <code><a href="#video">video</a></code> elements are expected to be treated as
-  replaced elements.</p>
+  <p>The <code><a href="#the-embed-element">embed</a></code>, <code><a href="#the-iframe-element">iframe</a></code>, and
+  <code><a href="#video">video</a></code> elements are expected to be treated as replaced
+  elements.</p>
+
+  <p>A <code><a href="#the-canvas-element">canvas</a></code> element that <a href="#represents">represents</a>
+  <a href="#embedded-content">embedded content</a> is expected to be treated as a
+  replaced element. Other <code><a href="#the-canvas-element">canvas</a></code> elements are expected to
+  be treated as ordinary elements in the rendering model.</p>
 
   <p>An <code><a href="#the-object-element">object</a></code> element that <a href="#represents">represents</a> an
   image, plugin, or <a href="#nested-browsing-context">nested browsing context</a> is expected

Received on Tuesday, 20 October 2009 10:35:20 UTC