Nonpositive lengths for 'perspective' should be invalid

Mon, 12 Mar 2012 15:05:21 -0600

author
Aryeh Gregor <ayg@aryeh.name>
date
Mon, 12 Mar 2012 15:05:21 -0600
changeset 4744
23f80019fad0
parent 4743
8dde67db27a8
child 4745
24c3ba7855d9

Nonpositive lengths for 'perspective' should be invalid

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

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 14:57:00 2012 -0600
     1.2 +++ b/css3-transforms/ChangeLog	Mon Mar 12 15:05:21 2012 -0600
     1.3 @@ -1,3 +1,7 @@
     1.4 +2012-03-12 ayg@aryeh.name
     1.5 +    Nonpositive lengths for 'perspective' should be invalid
     1.6 +    Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=16183.
     1.7 +
     1.8  2012-03-12 ayg@aryeh.name
     1.9      Make perspective-origin syntax match transform-origin
    1.10      Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=16064.
     2.1 --- a/css3-transforms/Overview.html	Mon Mar 12 14:57:00 2012 -0600
     2.2 +++ b/css3-transforms/Overview.html	Mon Mar 12 15:05:21 2012 -0600
     2.3 @@ -1723,8 +1723,8 @@
     2.4    </table>
     2.5  
     2.6    <p> If the value is &lsquo;<code class=css><code
     2.7 -   class=css>none</code></code>&rsquo;, less than or equal to 0 no
     2.8 -   perspective transform is applied.
     2.9 +   class=css>none</code></code>&rsquo;, no perspective transform is applied.
    2.10 +   Lengths must be positive.
    2.11  
    2.12    <p> The use of this property with any value other than &lsquo;<code
    2.13     class=css><code class=css>none</code></code>&rsquo; establishes a stacking
     3.1 --- a/css3-transforms/Transforms.src.html	Mon Mar 12 14:57:00 2012 -0600
     3.2 +++ b/css3-transforms/Transforms.src.html	Mon Mar 12 15:05:21 2012 -0600
     3.3 @@ -1320,8 +1320,8 @@
     3.4                </table>
     3.5  
     3.6                <p>
     3.7 -                If the value is '<code class="css">none</code>', less than or equal to 0 no
     3.8 -                perspective transform is applied.
     3.9 +                If the value is '<code class="css">none</code>', no perspective
    3.10 +                transform is applied.  Lengths must be positive.
    3.11                </p>
    3.12                <p>
    3.13                  The use of this property with any value other than '<code class="css">none</code>' establishes a

mercurial