Remove mention of 'grid-*' and 'zoom' properties.

Tue, 27 Mar 2012 11:24:24 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Tue, 27 Mar 2012 11:24:24 -0700
changeset 5244
a0c482b95722
parent 5243
2aeb262c2b49
child 5245
5bd89ada5492

Remove mention of 'grid-*' and 'zoom' properties.

(The 'grid-*' properties are behind this spec and it's not clear how
they animate. The 'zoom' property is non-standard.)

This resolves https://www.w3.org/Bugs/Public/show_bug.cgi?id=14618 and
https://www.w3.org/Bugs/Public/show_bug.cgi?id=14626 as proposed in
http://lists.w3.org/Archives/Public/www-style/2012Mar/0013.html and
resolved in the 2012 February 29 teleconference (minutes at
http://lists.w3.org/Archives/Public/www-style/2012Mar/0013.html ).

css3-transitions/Overview.html file | annotate | diff | comparison | revisions
css3-transitions/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-transitions/Overview.html	Tue Mar 27 11:22:14 2012 -0700
     1.2 +++ b/css3-transitions/Overview.html	Tue Mar 27 11:24:24 2012 -0700
     1.3 @@ -1282,11 +1282,6 @@
     1.4       <td>number <span class=issue>It's not that simple.</span>
     1.5  
     1.6      <tr>
     1.7 -     <td>grid-*
     1.8 -
     1.9 -     <td>various
    1.10 -
    1.11 -    <tr>
    1.12       <td>height
    1.13  
    1.14       <td>length, percentage
    1.15 @@ -1430,11 +1425,6 @@
    1.16       <td>z-index
    1.17  
    1.18       <td>integer
    1.19 -
    1.20 -    <tr>
    1.21 -     <td>zoom <span class=issue>This is not a standard property.</span>
    1.22 -
    1.23 -     <td>number
    1.24    </table>
    1.25  
    1.26    <p class=issue> This list omits the following properties that Gecko can
     2.1 --- a/css3-transitions/Overview.src.html	Tue Mar 27 11:22:14 2012 -0700
     2.2 +++ b/css3-transitions/Overview.src.html	Tue Mar 27 11:24:24 2012 -0700
     2.3 @@ -1242,9 +1242,6 @@
     2.4           that simple.</span></td>
     2.5         </tr>
     2.6         <tr>
     2.7 -         <td>grid-*</td><td>various</td>
     2.8 -       </tr>
     2.9 -       <tr>
    2.10           <td>height</td><td>length, percentage</td>
    2.11         </tr>
    2.12         <tr>
    2.13 @@ -1331,9 +1328,6 @@
    2.14         <tr>
    2.15           <td>z-index</td><td>integer</td>
    2.16         </tr>
    2.17 -       <tr>
    2.18 -         <td>zoom <span class="issue">This is not a standard property.</span></td><td>number</td>
    2.19 -       </tr>
    2.20       </table>
    2.21  
    2.22  <p class="issue">

mercurial