Short URL: http://html5.org/r/2004
Index: source =================================================================== --- source (revision 2003) +++ source (revision 2004) @@ -18002,6 +18002,11 @@ enough information to reliably render an SVG image from the canvas.</p> + <p>For image types that do not support an alpha channel, the image + must be composited onto a solid black background using the + source-over operator, and the resulting image must be the one used + to create the <code title="">data:</code> URL.</p> + <p>Only support for <code>image/png</code> is required. User agents may support other types. If the user agent does not support the requested type, it must return the image using the PNG format.</p>