Re: [css3-transitions] edits to transitions spec

Section 3, it says: "Implementations must not start a transition when
the computed value of a property changes as a result of declarative
(as opposed to scripted) animation. "
I read this as "changing the :hover state of an element must not start
a transition", which is obviously against the purpose of declarative
transitions (as opposed to script-controlled animations)

I think it would be better to only consider specified values instead
of computed values, but there may be cases I'm not considering.

Giovanni

2009/11/23 L. David Baron <dbaron@dbaron.org>:
> I made some additional edits to
> http://dev.w3.org/csswg/css3-transitions/ to address a number of
> issues (most of which I orginally raised) and call out a few others
> as issues within the spec.
>
> The changes I made are described in my changelog entry at:
> http://dev.w3.org/csswg/css3-transitions/ChangeLog
> (and were actually split across a number of CVS commits).
>
> The full changes are available in a text diff at:
> http://dev.w3.org/cvsweb/csswg/css3-transitions/Overview.src.html.diff?r1=1.5&r2=1.10
> or an HTML diff at:
> http://dev.w3.org/cvsweb/csswg/css3-transitions/Overview.src.html.diff?r1=1.5&r2=1.10&f=h
>
> -David
>
> --
> L. David Baron                                 http://dbaron.org/
> Mozilla Corporation                       http://www.mozilla.com/
>
>

Received on Tuesday, 24 November 2009 13:58:11 UTC