Skip to content

Commit 4a3d2df

Browse files
author
eoconnor
committed
Removed rotateX(0) & rotateY(0) from list of identity functions.
1 parent f8efb30 commit 4a3d2df

3 files changed

Lines changed: 15 additions & 6 deletions

File tree

css3-2d-transforms/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2011-04-14 eoconnor@apple.com
2+
- Added myself to authors
3+
- Removed rotateX(0) & rotateY(0) from list of identity functions (thanks
4+
to Boris Zbarsky for catching this)
5+
16
2011-04-01 eoconnor@apple.com
27
- Clarified that tranforms do not apply to inlines which may be split
38
into multiple boxes.

css3-2d-transforms/Overview.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121

2222
<h1>CSS 2D Transforms</h1>
2323

24-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 01 April 2011</h2>
24+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 April 2011</h2>
2525

2626
<dl>
2727
<dt>This version:
2828

2929
<dd> <a
30-
href="http://www.w3.org/TR/2011/ED-css3-2d-transforms-20110401">http://dev.w3.org/csswg/css3-2d-transforms/</a>
31-
<!--http://www.w3.org/TR/2011/WD-css3-2d-transforms-20110401-->
30+
href="http://www.w3.org/TR/2011/ED-css3-2d-transforms-20110414">http://dev.w3.org/csswg/css3-2d-transforms/</a>
31+
<!--http://www.w3.org/TR/2011/WD-css3-2d-transforms-20110414-->
3232

3333
<dt>Latest version:
3434

@@ -54,6 +54,9 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 01 April 2011</h2>
5454

5555
<dd>Chris Marrin (<a href="http://www.apple.com/">Apple Inc</a>)
5656
&lt;cmarrin &#64;apple.com&gt;
57+
58+
<dd>Edward O'Connor (<a href="http://www.apple.com/">Apple Inc</a>)
59+
&lt;eoconnor &#64;apple.com&gt;
5760
</dl>
5861
<!--begin-copyright-->
5962
<p class=copyright><a
@@ -599,8 +602,8 @@ <h2 id=animation><span class=secno>6. </span> Transitions and animations
599602
class=property>from</code>&rsquo; value is "scale(1) rotate(0)".</p>
600603

601604
<p> The identity functions are translate(0), translateX(0),
602-
translateY(0), scale(1), scaleX(1), scaleY(1), rotate(0), rotateX(0),
603-
rotateY(0), skewX(0), skewY(0) and matrix(1, 0, 0, 1, 0, 0).</p>
605+
translateY(0), scale(1), scaleX(1), scaleY(1), rotate(0), skewX(0),
606+
skewY(0) and matrix(1, 0, 0, 1, 0, 0).</p>
604607
</ul>
605608

606609
<li> If both the &lsquo;<code class=property>from</code>&rsquo; and

css3-2d-transforms/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
3838
<dd>Dean Jackson (<a href="http://www.apple.com/">Apple Inc</a>) &lt;dino &#64;apple.com&gt;
3939
<dd>David Hyatt (<a href="http://www.apple.com/">Apple Inc</a>) &lt;hyatt &#64;apple.com&gt;
4040
<dd>Chris Marrin (<a href="http://www.apple.com/">Apple Inc</a>) &lt;cmarrin &#64;apple.com&gt;
41+
<dd>Edward O'Connor (<a href="http://www.apple.com/">Apple Inc</a>) &lt;eoconnor &#64;apple.com&gt;
4142
</dl>
4243

4344
<!--copyright-->
@@ -531,7 +532,7 @@ <h2 id="animation">
531532
<p>
532533
The identity functions are translate(0),
533534
translateX(0), translateY(0), scale(1), scaleX(1), scaleY(1), rotate(0),
534-
rotateX(0), rotateY(0), skewX(0), skewY(0) and matrix(1, 0, 0, 1, 0, 0).
535+
skewX(0), skewY(0) and matrix(1, 0, 0, 1, 0, 0).
535536
</p>
536537
</li>
537538
</ul>

0 commit comments

Comments
 (0)