File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments