[html5] r4206 - [giow] (0) Make <canvas> fallback in the rendering correctly. Fixing http://www. [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 20 03:47:51 PDT 2009


Author: ianh
Date: 2009-10-20 03:47:48 -0700 (Tue, 20 Oct 2009)
New Revision: 4206

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Make <canvas> fallback in the rendering correctly.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7856

Modified: complete.html
===================================================================
--- complete.html	2009-10-20 10:38:45 UTC (rev 4205)
+++ complete.html	2009-10-20 10:47:48 UTC (rev 4206)
@@ -80256,10 +80256,15 @@
 
   <h4 id=embedded-content-2><span class=secno>13.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
   to be treated as a replaced element. Other <code><a href=#the-object-element>object</a></code>

Modified: index
===================================================================
--- index	2009-10-20 10:38:45 UTC (rev 4205)
+++ index	2009-10-20 10:47:48 UTC (rev 4206)
@@ -71318,10 +71318,15 @@
 
   <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
   to be treated as a replaced element. Other <code><a href=#the-object-element>object</a></code>

Modified: source
===================================================================
--- source	2009-10-20 10:38:45 UTC (rev 4205)
+++ source	2009-10-20 10:47:48 UTC (rev 4206)
@@ -87943,10 +87943,15 @@
 
   <h4>Embedded content</h4>
 
-  <p>The <code>canvas</code>, <code>embed</code>, <code>iframe</code>,
-  and <code>video</code> elements are expected to be treated as
-  replaced elements.</p>
+  <p>The <code>embed</code>, <code>iframe</code>, and
+  <code>video</code> elements are expected to be treated as replaced
+  elements.</p>
 
+  <p>A <code>canvas</code> element that <span>represents</span>
+  <span>embedded content</span> is expected to be treated as a
+  replaced element. Other <code>canvas</code> elements are expected to
+  be treated as ordinary elements in the rendering model.</p>
+
   <p>An <code>object</code> element that <span>represents</span> an
   image, plugin, or <span>nested browsing context</span> is expected
   to be treated as a replaced element. Other <code>object</code>




More information about the Commit-Watchers mailing list