Clarify multiplication order

Mon, 05 Nov 2012 15:59:52 -0800

author
Dirk Schulze <dschulze@adobe.com>
date
Mon, 05 Nov 2012 15:59:52 -0800
changeset 6960
a88c3b8d6b27
parent 6959
e668731cd4ee
child 6961
bea19836c406

Clarify multiplication order

css3-transforms/ChangeLog file | annotate | diff | comparison | revisions
css3-transforms/Overview.html file | annotate | diff | comparison | revisions
css3-transforms/Transforms.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-transforms/ChangeLog	Mon Nov 05 13:09:21 2012 -0800
     1.2 +++ b/css3-transforms/ChangeLog	Mon Nov 05 15:59:52 2012 -0800
     1.3 @@ -1,3 +1,6 @@
     1.4 +2012-11-05 dschulze@adobe.com
     1.5 +    Clarify multiplication order.
     1.6 +
     1.7  2012-10-26 dschulze@adobe.com
     1.8      Percentage values on transform properties are relative to the bounding box of the referencing element on resources.
     1.9      https://www.w3.org/Bugs/Public/show_bug.cgi?id=19638
     2.1 --- a/css3-transforms/Overview.html	Mon Nov 05 13:09:21 2012 -0800
     2.2 +++ b/css3-transforms/Overview.html	Mon Nov 05 15:59:52 2012 -0800
     2.3 @@ -12,11 +12,11 @@
     2.4     rel=dcterms.rights>
     2.5    <meta content="CSS Transforms" name=dcterms.title>
     2.6    <meta content=text name=dcterms.type>
     2.7 -  <meta content=2012-10-26 name=dcterms.issued>
     2.8 +  <meta content=2012-11-05 name=dcterms.issued>
     2.9    <meta content="http://dev.w3.org/csswg/css3-transforms/"
    2.10     name=dcterms.creator>
    2.11    <meta content=W3C name=dcterms.publisher>
    2.12 -  <meta content="http://www.w3.org/TR/2012/ED-css3-transforms-20121026/"
    2.13 +  <meta content="http://www.w3.org/TR/2012/ED-css3-transforms-20121105/"
    2.14     name=dcterms.identifier>
    2.15    <link href="../default.css" rel=stylesheet type="text/css">
    2.16    <script defer=defer
    2.17 @@ -37,15 +37,15 @@
    2.18  
    2.19     <h1>CSS Transforms</h1>
    2.20  
    2.21 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 October
    2.22 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 November
    2.23      2012</h2>
    2.24  
    2.25     <dl>
    2.26      <dt>This version:
    2.27  
    2.28      <dd> <a
    2.29 -     href="http://www.w3.org/TR/2012/ED-css3-transforms-20121026/">http://dev.w3.org/csswg/css3-transforms/</a>
    2.30 -     <!--http://www.w3.org/TR/2012/WD-css3-transforms-20121026/-->
    2.31 +     href="http://www.w3.org/TR/2012/ED-css3-transforms-20121105/">http://dev.w3.org/csswg/css3-transforms/</a>
    2.32 +     <!--http://www.w3.org/TR/2012/WD-css3-transforms-20121105/-->
    2.33  
    2.34      <dt>Latest version:
    2.35  
    2.36 @@ -667,8 +667,8 @@
    2.37      class=property>transform-origin</code></a>’
    2.38  
    2.39     <li>Multiply by each of the transform functions in ‘<a
    2.40 -    href="#effects"><code class=property>transform</code></a>’ property in
    2.41 -    turn
    2.42 +    href="#effects"><code class=property>transform</code></a>’ property
    2.43 +    from left to right
    2.44  
    2.45     <li>Translate by the negated computed X, Y and Z values of ‘<a
    2.46      href="#transform-origin"><code
     3.1 --- a/css3-transforms/Transforms.src.html	Mon Nov 05 13:09:21 2012 -0800
     3.2 +++ b/css3-transforms/Transforms.src.html	Mon Nov 05 15:59:52 2012 -0800
     3.3 @@ -368,7 +368,7 @@
     3.4                <ol>
     3.5                  <li>Start with the identity matrix.</li>
     3.6                  <li>Translate by the computed X, Y and Z values of 'transform-origin'</li>
     3.7 -                <li>Multiply by each of the transform functions in 'transform' property in turn</li>
     3.8 +                <li>Multiply by each of the transform functions in 'transform' property from left to right</li>
     3.9                  <li>Translate by the negated computed X, Y and Z values of 'transform-origin'</li>
    3.10                </ol>
    3.11  

mercurial