css3-transitions/ChangeLog

Wed, 09 Jan 2013 07:37:20 +1100

author
Dean Jackson <dino@apple.com>
date
Wed, 09 Jan 2013 07:37:20 +1100
changeset 7174
ab47414d690c
parent 4537
ee35b5ee5ded
child 7410
c94d62eaa5a6
permissions
-rw-r--r--

- Cleaned up timing function equivalence description ("1.0" -> "1")
http://lists.w3.org/Archives/Public/www-style/2012Dec/0274.html

[Note: I'm seeing a lot of other changes in the generated output after
running 'make'. I assume these are all correct and that previous commits
had simply forgot to update the generated Overview.html. Fingers crossed.]

     1 2013-01-09 dino@apple.com
     2 - Cleaned up timing function equivalence description ("1.0" -> "1")
     3   http://lists.w3.org/Archives/Public/www-style/2012Dec/0274.html
     5 2012-02-17 dbaron@dbaron.org
     6 - Allow 'all' within the list in transition-property, as resolved in
     7   http://lists.w3.org/Archives/Public/www-style/2011Nov/0709.html .
     8   Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=14602 .
    10 2012-02-15 dbaron@dbaron.org
    11 - link to issue tracking in Bugzilla
    13 2012-01-31 simon.fraser@apple.com
    14 - Qualify the table style with a classname to avoid styling the propdef tables.
    15 - Switch back to the Editors Draft stylesheet.
    17 2012-01-30 simon.fraser@apple.com
    18 - Formatting only. Change from spans to code elements for correct styling.
    20 2011-07-24 dino@apple.com
    22 - Inverted range of visibility property (Sylvain feedback 28 April)
    23 - Zero times now have the unit specifier (dbaron feedback 11 April)
    24 - Lists repeat if possible in transitions (Sylvain feedback 7 April)
    25   Also, removed "space-separated" from that section. Lists can be
    26   comma-separated too.
    28 2011-04-05 dino@apple.com
    30 - change shorthand transition description to say that *any* transitionable
    31   property will move
    32 - steps() takes an integer >= 1
    33 - cubic bezier timing function can take control points with y
    34   values outside [0,1]
    36 2011-03-21 simon.fraser@apple.com
    38  - Removed "Module Level 3" from the title.
    40 2010-08-22 dino@apple.com
    42 - added steps() timing function
    44 2010-04-26 simon.fraser@apple.com
    46 - added clip to the list of animatable properties
    48 2010-03-10 dino@apple.com
    50 - remove background-image from the list of animatable properties
    52 2009-11-24 dbaron@dbaron.org
    54 - fix TAB characters that I mistakenly introduced in the source
    55 - fix sentence structure (oddly placed parenthetical) that caused confusion
    57 2009-11-22 dbaron@dbaron.org
    59 - define that unknown and non-animatable properties must be kept in the
    60   list for 'transition-property'
    61 - define how shorthands work as a value of 'transition-property'
    62 - add issue about whether 'none', 'all', 'inherit', and 'initial' within
    63   a list of length greater than one 
    64 - define behavior for a property being repeated in 'transition-property'
    65   the last occurrence wins, as described in
    66   http://lists.w3.org/Archives/Public/www-style/2009May/0153.html
    67 - note open issue about whether the list length that matters is that of the
    68   longest transition-* list or the length of the transition-property list
    69 - note open issue on whether colors are interpolated premultiplied or not
    70 - added myself as a co-editor
    71 - added section on Starting of transitions to address the following issues:
    72   http://lists.w3.org/Archives/Public/www-style/2009Jun/0121.html
    73   http://lists.w3.org/Archives/Public/www-style/2009Oct/0338.html
    74   http://lists.w3.org/Archives/Public/www-style/2009Oct/0339.html
    75   the first of which has a tentative group resolution in
    76   http://lists.w3.org/Archives/Public/www-style/2009Jul/0050.html
    77 - added rule for animation of shadow lists of different lengths, per
    78   group resolution in
    79   http://lists.w3.org/Archives/Public/www-style/2009Jul/0050.html
    81 2009-11-17 dino@apple.com
    83 - added rules for reversibility of transforms
    85 2009-11-01 dino@apple.com
    87 - made it clear that shorthand accepts duration before delay
    88   but also noted the request for 1s/2s type syntax
    89 - space-separated lists of animatable property values are only
    90   interpolated if the lists have the same number of elements
    91 - noted that the TransitionEvent is for notification, and thus
    92   has no default action (ie. cancelling the event doesn't really
    93   do anything)
    94 - added elapsedTime to the context info of the TransitionEvent
    95 - made it clear that transition events do not fire if the transition
    96   is cancelled (say if the transition-property is changed)
    97 - described that shorthand properties can be animated
    98 - referenced the SVG specification for the list of SVG properties that
    99   can be animated
   100 - changed transition properties from "visual" media to "interactive",
   101   which means they do not apply to print
   102 - noted that lists in transition properties repeat as a whole in order
   103   to provide necessary values
   104 - added apostrophes into the property definitions (as reported by Øyvind)
   105 - noted that shadow lists only interpolate when there are the same number
   106   of elements in the list
   107 - Changes properties applying to "block-level and inline-level elements" to
   108   "all elements".
   109 - Transitions also apply to :before and :after pseudo elements

mercurial