Fix computed values of perspective and perspective-origin

Mon, 12 Mar 2012 14:41:21 -0600

author
Aryeh Gregor <ayg@aryeh.name>
date
Mon, 12 Mar 2012 14:41:21 -0600
changeset 4741
8f24ae8e8e3f
parent 4740
77340329a0d4
child 4742
c229070a588c

Fix computed values of perspective and perspective-origin

Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=15681.

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 Mar 12 13:01:34 2012 -0700
     1.2 +++ b/css3-transforms/ChangeLog	Mon Mar 12 14:41:21 2012 -0600
     1.3 @@ -1,3 +1,7 @@
     1.4 +2012-03-12 ayg@aryeh.name
     1.5 +    Fix computed values of perspective and perspective-origin
     1.6 +    Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=15681.
     1.7 +
     1.8  2012-03-12 ayg@aryeh.name
     1.9      Fix resolved values of transform-origin and perspective-origin
    1.10      Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=15433 and partially fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=15681.
     2.1 --- a/css3-transforms/Overview.html	Mon Mar 12 13:01:34 2012 -0700
     2.2 +++ b/css3-transforms/Overview.html	Mon Mar 12 14:41:21 2012 -0600
     2.3 @@ -1717,7 +1717,7 @@
     2.4      <tr>
     2.5       <td> <em>Computed value:</em>
     2.6  
     2.7 -     <td> Same as specified value.
     2.8 +     <td> Absolute length or "none".
     2.9    </table>
    2.10  
    2.11    <p> If the value is &lsquo;<code class=css><code
    2.12 @@ -1793,7 +1793,7 @@
    2.13      <tr>
    2.14       <td> <em>Computed value:</em>
    2.15  
    2.16 -     <td> Same as specified value.
    2.17 +     <td> For &lt;length&gt; the absolute value, otherwise a percentage.
    2.18    </table>
    2.19  
    2.20    <p> The values of the &lsquo;<a href="#perspective"><code class=css><code
     3.1 --- a/css3-transforms/Transforms.src.html	Mon Mar 12 13:01:34 2012 -0700
     3.2 +++ b/css3-transforms/Transforms.src.html	Mon Mar 12 14:41:21 2012 -0600
     3.3 @@ -1309,7 +1309,7 @@
     3.4                        <em>Computed value:</em>
     3.5                      </td>
     3.6                      <td>
     3.7 -                      Same as specified value.
     3.8 +                      Absolute length or "none".
     3.9                      </td>
    3.10                    </tr>
    3.11                  </tbody>
    3.12 @@ -1405,7 +1405,8 @@
    3.13                        <em>Computed value:</em>
    3.14                      </td>
    3.15                      <td>
    3.16 -                      Same as specified value.
    3.17 +                      For &lt;length&gt; the absolute value, otherwise a
    3.18 +                      percentage.
    3.19                      </td>
    3.20                    </tr>
    3.21                  </tbody>

mercurial