- From: poot <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 19:35:26 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Make <canvas> fallback in the rendering correctly. (whatwg r4206) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3351&r2=1.3352&f=h http://html5.org/tools/web-apps-tracker?from=4205&to=4206 =================================================================== 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:54 UTC