Skip to content

Commit 611435e

Browse files
committed
[css-transitions][css-animations] Spell check.
1 parent c1f9483 commit 611435e

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

css-animations/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<meta content="CSS Animations" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2014-01-22 name=dcterms.date>
13+
<meta content=2014-01-29 name=dcterms.date>
1414
<meta content="L. David Baron" name=dcterms.creator>
1515
<meta content=W3C name=dcterms.publisher>
1616
<meta content="http://dev.w3.org/csswg/css3-animations/"
@@ -33,7 +33,7 @@
3333

3434
<h1>CSS Animations</h1>
3535

36-
<h2 class="no-num no-toc">Editor's Draft 22 January 2014</h2>
36+
<h2 class="no-num no-toc">Editor's Draft 29 January 2014</h2>
3737

3838
<dl>
3939
<dt>This version:
@@ -349,7 +349,7 @@ <h2 id=animations><span class=secno>3. </span> Animations</h2>
349349
level for CSS Animations) that will produce the correct computed value for
350350
the current state of the animation. As defined in <a
351351
href="#ref-CSS3CASCADE">[CSS3CASCADE]<!--{{CSS3CASCADE}}--></a>,
352-
animations override all normal rules, but are overriden by !important
352+
animations override all normal rules, but are overridden by !important
353353
rules.
354354

355355
<p> If at one point in time there are multiple animations specifying

css-animations/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h2 id="animations">
146146
that will produce the correct computed value for
147147
the current state of the animation.
148148
As defined in [[CSS3CASCADE]],
149-
animations override all normal rules, but are overriden by
149+
animations override all normal rules, but are overridden by
150150
!important rules.
151151

152152
<p>

css-transitions/Overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Transitions" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2014-01-27 name=dcterms.date>
13+
<meta content=2014-01-29 name=dcterms.date>
1414
<meta content="L. David Baron" name=dcterms.creator>
1515
<meta content=W3C name=dcterms.publisher>
1616
<meta content="http://dev.w3.org/csswg/css3-transitions/"
@@ -40,7 +40,7 @@
4040

4141
<h1>CSS Transitions</h1>
4242

43-
<h2 class="no-num no-toc">Editor's Draft 27 January 2014</h2>
43+
<h2 class="no-num no-toc">Editor's Draft 29 January 2014</h2>
4444

4545
<dl>
4646
<dt>This version:
@@ -994,8 +994,8 @@ <h2 id=starting><span class=secno>3. </span> Starting of transitions</h2>
994994

995995
<p class=issue> This wording needs to handle already-running transitions
996996
better! Need to cancel a transition that hasn't moved yet when we're
997-
resetting to its start value! Define cancelling as not firing transition
998-
events. And point to other occurrence of cancelling in reversing section.
997+
resetting to its start value! Define canceling as not firing transition
998+
events. And point to other occurrence of canceling in reversing section.
999999

10001000
<div class=note>
10011001
<p> Note that this definition of the <a
@@ -1287,7 +1287,7 @@ <h2 id=transition-events><span class=secno>5. </span><a
12871287
type <code>DOMString</code>, readonly
12881288

12891289
<dd> The name (beginning with two colons) of the CSS pseudo-element on
1290-
which the transition occured (in which case the target of the event
1290+
which the transition occurred (in which case the target of the event
12911291
is that pseudo-element's corresponding element), or the empty string
12921292
if the transition occurred on an element (which means the target of
12931293
the event is that element).
@@ -1767,8 +1767,8 @@ <h2 id=changes><span class=secno>8. </span>Changes since Working Draft of
17671767

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

17731773
<li class=issue>... ADD CHANGES HERE ...
17741774
</ul>

css-transitions/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -988,9 +988,9 @@ <h2 id="starting">
988988
<p class="issue">
989989
This wording needs to handle already-running transitions better!
990990
Need to cancel a transition that hasn't moved yet when we're
991-
resetting to its start value! Define cancelling as not
991+
resetting to its start value! Define canceling as not
992992
firing transition events. And point to other occurrence of
993-
cancelling in reversing section.
993+
canceling in reversing section.
994994
</p>
995995

996996
<div class="note">
@@ -1325,7 +1325,7 @@ <h2 id="transition-events"><a title="" id="transition-events-">
13251325
</dt>
13261326
<dd>
13271327
The name (beginning with two colons) of the CSS
1328-
pseudo-element on which the transition occured (in
1328+
pseudo-element on which the transition occurred (in
13291329
which case the target of the event is that
13301330
pseudo-element's corresponding element), or the empty
13311331
string if the transition occurred on an element (which
@@ -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 cancelable. 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 canceling 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)