Skip to content

Commit 69121f8

Browse files
committed
2009-11-24 dbaron@dbaron.org
- fix sentence structure (oddly placed parenthetical) that caused confusion
1 parent 7b17320 commit 69121f8

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

css3-transitions/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2009-11-24 dbaron@dbaron.org
2+
3+
- fix sentence structure (oddly placed parenthetical) that caused confusion
4+
15
2009-11-22 dbaron@dbaron.org
26

37
- define that unknown and non-animatable properties must be kept in the

css3-transitions/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929

3030
<h1>CSS Transitions Module Level 3</h1>
3131

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 November
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 November
3333
2009</h2>
3434

3535
<dl>
3636
<dt>This version:
3737

38-
<dd> <a href="http://www.w3.org/TR/2009/ED-css3-transitions-20091123">
38+
<dd> <a href="http://www.w3.org/TR/2009/ED-css3-transitions-20091124">
3939
http://dev.w3.org/csswg/css3-transitions/</a>
40-
<!--http://www.w3.org/TR/2009/WD-css3-transitions-20091123-->
40+
<!--http://www.w3.org/TR/2009/WD-css3-transitions-20091124-->
4141

4242
<dt>Latest version:
4343

@@ -774,8 +774,8 @@ <h2 id=starting><span class=secno>3 </span> Starting of transitions</h2>
774774
must stop (and the property must immediately change to its final value).
775775

776776
<p> Implementations must not start a transition when the computed value of
777-
a property changes as a result of declarative (as opposed to scripted)
778-
animation.
777+
a property changes as a result of declarative animation (as opposed to
778+
scripted animation).
779779

780780
<p> Implementations also must not start a transition when the computed
781781
value changes because it is inherited (directly or indirectly) from

css3-transitions/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,8 +712,8 @@ <h2 id="starting">
712712

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

719719
<p>

0 commit comments

Comments
 (0)