- From: Edward O'Connor via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Apr 2011 16:47:34 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-2d-transforms
In directory hutz:/tmp/cvs-serv476
Modified Files:
ChangeLog Overview.src.html Overview.html
Log Message:
Removed rotateX(0) & rotateY(0) from list of identity functions.
Index: ChangeLog
===================================================================
RCS file: /sources/public/csswg/css3-2d-transforms/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ChangeLog 1 Apr 2011 21:22:28 -0000 1.6
+++ ChangeLog 14 Apr 2011 16:47:17 -0000 1.7
@@ -1,3 +1,8 @@
+2011-04-14 eoconnor@apple.com
+ - Added myself to authors
+ - Removed rotateX(0) & rotateY(0) from list of identity functions (thanks
+ to Boris Zbarsky for catching this)
+
2011-04-01 eoconnor@apple.com
- Clarified that tranforms do not apply to inlines which may be split
into multiple boxes.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-2d-transforms/Overview.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Overview.html 1 Apr 2011 21:22:29 -0000 1.14
+++ Overview.html 14 Apr 2011 16:47:32 -0000 1.15
@@ -21,14 +21,14 @@
<h1>CSS 2D Transforms</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 01 April 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 April 2011</h2>
<dl>
<dt>This version:
<dd> <a
- href="http://www.w3.org/TR/2011/ED-css3-2d-transforms-20110401">http://dev.w3.org/csswg/css3-2d-transforms/</a>
- <!--http://www.w3.org/TR/2011/WD-css3-2d-transforms-20110401-->
+ href="http://www.w3.org/TR/2011/ED-css3-2d-transforms-20110414">http://dev.w3.org/csswg/css3-2d-transforms/</a>
+ <!--http://www.w3.org/TR/2011/WD-css3-2d-transforms-20110414-->
<dt>Latest version:
@@ -54,6 +54,9 @@
<dd>Chris Marrin (<a href="http://www.apple.com/">Apple Inc</a>)
<cmarrin @apple.com>
+
+ <dd>Edward O'Connor (<a href="http://www.apple.com/">Apple Inc</a>)
+ <eoconnor @apple.com>
</dl>
<!--begin-copyright-->
<p class=copyright><a
@@ -599,8 +602,8 @@
class=property>from</code>’ value is "scale(1) rotate(0)".</p>
<p> The identity functions are translate(0), translateX(0),
- translateY(0), scale(1), scaleX(1), scaleY(1), rotate(0), rotateX(0),
- rotateY(0), skewX(0), skewY(0) and matrix(1, 0, 0, 1, 0, 0).</p>
+ translateY(0), scale(1), scaleX(1), scaleY(1), rotate(0), skewX(0),
+ skewY(0) and matrix(1, 0, 0, 1, 0, 0).</p>
</ul>
<li> If both the ‘<code class=property>from</code>’ and
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-2d-transforms/Overview.src.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Overview.src.html 1 Apr 2011 21:22:29 -0000 1.14
+++ Overview.src.html 14 Apr 2011 16:47:25 -0000 1.15
@@ -38,6 +38,7 @@
<dd>Dean Jackson (<a href="http://www.apple.com/">Apple Inc</a>) <dino @apple.com>
<dd>David Hyatt (<a href="http://www.apple.com/">Apple Inc</a>) <hyatt @apple.com>
<dd>Chris Marrin (<a href="http://www.apple.com/">Apple Inc</a>) <cmarrin @apple.com>
+ <dd>Edward O'Connor (<a href="http://www.apple.com/">Apple Inc</a>) <eoconnor @apple.com>
</dl>
<!--copyright-->
@@ -531,7 +532,7 @@
<p>
The identity functions are translate(0),
translateX(0), translateY(0), scale(1), scaleX(1), scaleY(1), rotate(0),
- rotateX(0), rotateY(0), skewX(0), skewY(0) and matrix(1, 0, 0, 1, 0, 0).
+ skewX(0), skewY(0) and matrix(1, 0, 0, 1, 0, 0).
</p>
</li>
</ul>
Received on Thursday, 14 April 2011 16:47:46 UTC