Skip to content

Commit 2ee5bc6

Browse files
committed
2009-11-24 dbaron@dbaron.org
- fix TAB characters that I mistakenly introduced in the source
1 parent 69121f8 commit 2ee5bc6

2 files changed

Lines changed: 27 additions & 26 deletions

File tree

css3-transitions/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
2009-11-24 dbaron@dbaron.org
22

3+
- fix TAB characters that I mistakenly introduced in the source
34
- fix sentence structure (oddly placed parenthetical) that caused confusion
45

56
2009-11-22 dbaron@dbaron.org

css3-transitions/Overview.src.html

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -686,41 +686,41 @@ <h2 id="starting">
686686
</h2>
687687

688688
<p>
689-
When the value of an animatable property changes,
690-
implementations must decide what transitions to start based on
691-
the values of the 'transition-property', 'transition-duration',
692-
'transition-timing-function', and 'transition-delay' properties
693-
at the time of the change. Since this specification does not
694-
define what property changes are considered simultaneous,
695-
authors should be aware that changing any of the transition
696-
properties a small amount of time after making a change that
697-
might transition can result in behavior that varies between
698-
implementations, since the changes might be considered
699-
simultaneous in some implementations but not others.
689+
When the value of an animatable property changes,
690+
implementations must decide what transitions to start based on
691+
the values of the 'transition-property', 'transition-duration',
692+
'transition-timing-function', and 'transition-delay' properties
693+
at the time of the change. Since this specification does not
694+
define what property changes are considered simultaneous,
695+
authors should be aware that changing any of the transition
696+
properties a small amount of time after making a change that
697+
might transition can result in behavior that varies between
698+
implementations, since the changes might be considered
699+
simultaneous in some implementations but not others.
700700
</p>
701701

702702
<p>
703-
Once the transition of a property has started, it must continue
704-
running based on the original timing function, duration, and
705-
delay, even if the 'transition-timing-function',
706-
'transition-duration', or 'transition-delay' property changes
707-
before the transition is complete. However, if the
708-
'transition-property' property changes such that the transition
709-
would not have started, the transition must stop (and the
710-
property must immediately change to its final value).
703+
Once the transition of a property has started, it must continue
704+
running based on the original timing function, duration, and
705+
delay, even if the 'transition-timing-function',
706+
'transition-duration', or 'transition-delay' property changes
707+
before the transition is complete. However, if the
708+
'transition-property' property changes such that the transition
709+
would not have started, the transition must stop (and the
710+
property must immediately change to its final value).
711711
</p>
712712

713713
<p>
714-
Implementations must not start a transition when the computed
715-
value of a property changes as a result of declarative animation
716-
(as opposed to scripted animation).
714+
Implementations must not start a transition when the computed
715+
value of a property changes as a result of declarative animation
716+
(as opposed to scripted animation).
717717
</p>
718718

719719
<p>
720-
Implementations also must not start a transition when the
721-
computed value changes because it is inherited (directly or
722-
indirectly) from another element that is transitioning the same
723-
property.
720+
Implementations also must not start a transition when the
721+
computed value changes because it is inherited (directly or
722+
indirectly) from another element that is transitioning the same
723+
property.
724724
</p>
725725

726726
<h2 id="reversing">

0 commit comments

Comments
 (0)