- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Aug 2008 10:57:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2585
Modified Files:
Overview.html
Log Message:
Make support for patterns required in the <canvas> API. (whatwg r2008)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1195
retrieving revision 1.1196
diff -u -d -r1.1195 -r1.1196
--- Overview.html 5 Aug 2008 10:28:45 -0000 1.1195
+++ Overview.html 5 Aug 2008 10:57:43 -0000 1.1196
@@ -21619,10 +21619,6 @@
the animation, or the first frame of the animation if there is no poster
frame, must be used.</p>
<!-- drawImage() has an equivalent paragraph -->
-
- <p>Support for patterns is optional. If the user agent doesn't support
- patterns, then <code title=dom-context-2d-createPattern><a
- href="#createpattern">createPattern()</a></code> must return null.</p>
<!--
XXXv4 Requests for v4 features:
* apply transforms to patterns, so you don't have to create
Received on Tuesday, 5 August 2008 10:58:19 UTC