Skip to content

Commit 45fcec2

Browse files
committed
Oops.
1 parent 654f8c1 commit 45fcec2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css3-transitions/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -848,8 +848,8 @@ <h2 id=starting><span class=secno>3. </span> Starting of transitions</h2>
848848
this item there are values of &lsquo;<a href="#transition-duration"><code
849849
class=property>transition-duration</code></a>&rsquo; and &lsquo;<a
850850
href="#transition-delay"><code
851-
class=property>transition-delay</code></a>&rsquo; (see
852-
href="#list-matching">the rules on matching lists). Define the <dfn
851+
class=property>transition-delay</code></a>&rsquo; (see <a
852+
href="#list-matching">the rules on matching lists</a>). Define the <dfn
853853
id=combined-duration>combined duration</dfn> of the transition as the sum
854854
of max(&lsquo;<a href="#transition-duration"><code
855855
class=property>transition-duration</code></a>&rsquo;, &lsquo;<code

css3-transitions/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ <h2 id="starting">
800800
href="#transition-property">the definition of
801801
'transition-property'</a>) in the computed value of
802802
'transition-property'. Corresponding to this item there are
803-
values of 'transition-duration' and 'transition-delay' (see
803+
values of 'transition-duration' and 'transition-delay' (see <a
804804
href="#list-matching">the rules on matching lists</a>). Define
805805
the <dfn>combined duration</dfn> of the transition as the sum of
806806
max('transition-duration', '0s') and 'transition-delay'. When

0 commit comments

Comments
 (0)