- From: poot <cvsmail@w3.org>
- Date: Tue, 5 Aug 2008 20:07:29 +0900 (JST)
- To: public-html-diffs@w3.org
Remove a redundant requirement. (whatwg r2010)
translate(x, y)
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1198.html#translate
rotate(angle)
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1198.html#rotate
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1197&r2=1.1198&f=h
http://html5.org/tools/web-apps-tracker?from=2009&to=2010
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1197
retrieving revision 1.1198
diff -u -d -r1.1197 -r1.1198
--- Overview.html 5 Aug 2008 10:59:51 -0000 1.1197
+++ Overview.html 5 Aug 2008 11:04:34 -0000 1.1198
@@ -21154,8 +21154,7 @@
title="">angle</var>)</code></dfn> method must add the rotation
transformation described by the argument to the transformation matrix. The
<var title="">angle</var> argument represents a clockwise rotation angle
- expressed in radians. If the <var title="">angle</var> argument is
- infinite, the method call must be ignored.
+ expressed in radians.
<p>The <dfn id=translate
title=dom-context-2d-translate><code>translate(<var title="">x</var>, <var
Received on Tuesday, 5 August 2008 11:08:05 UTC