Skip to content

Commit a01cc8d

Browse files
committed
[css-transitions] Convert to en-US spelling.
1 parent a6415ed commit a01cc8d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-transitions/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ Starting of transitions {#starting}
590590
and inheriting from
591591
the <a>after-change style</a> of the parent.
592592
Note that this means the <a>after-change style</a> does not differ from
593-
the <a>before-change style</a> due to newly created or cancelled CSS
593+
the <a>before-change style</a> due to newly created or canceled CSS
594594
Animations.
595595
</p>
596596

@@ -1192,11 +1192,11 @@ The different types of transition events that can occur are:
11921192
<dt><dfn id=transitioncancel>transitioncancel</dfn></dt>
11931193
<dd>
11941194
The {{transitioncancel}} event occurs when a transition is <a
1195-
lt="cancel">cancelled</a>.
1195+
lt="cancel">canceled</a>.
11961196

11971197
The {{TransitionEvent/elapsedTime}} for {{transitioncancel}} events is
11981198
the number of seconds from the end of the transition's delay to the
1199-
moment when the transition was cancelled.
1199+
moment when the transition was canceled.
12001200
If the transition had a negative 'transition-delay', the beginning of the
12011201
transition is the moment equal to the absolute value of 'transition-delay'
12021202
seconds <em>prior</em> to when the transition was actually triggered.

0 commit comments

Comments
 (0)