Skip to content

Commit b38ea8d

Browse files
committed
[css-transitions] Use spelling consistent with the DOM Events spec's preference even though both spellings are valid.
1 parent b75d304 commit b38ea8d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-transitions/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,7 @@ <h2 id=changes><span class=secno>8. </span>Changes since Working Draft of
17661766
Draft dated 19 November 2013</a>:
17671767

17681768
<ul>
1769-
<li>The transitionend event is no longer cancellable. This is since it has
1769+
<li>The transitionend event is no longer cancelable. This is since it has
17701770
no default action, so cancelling it would have no meaning. It also
17711771
matches the animation events.
17721772

css-transitions/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1753,7 +1753,7 @@ <h2 id="changes">Changes since Working Draft of 19 November 2013</h2>
17531753
dated 19 November 2013</a>:</p>
17541754

17551755
<ul>
1756-
<li>The transitionend event is no longer cancellable. This is since it has no default action, so cancelling it would have no meaning. It also matches the animation events.</p>
1756+
<li>The transitionend event is no longer cancelable. This is since it has no default action, so cancelling it would have no meaning. It also matches the animation events.</p>
17571757
<li class="issue">... ADD CHANGES HERE ...
17581758
</ul>
17591759

0 commit comments

Comments
 (0)