Skip to content

Commit 1953d91

Browse files
committed
[css-transitions] Spell check.
1 parent d5b47f4 commit 1953d91

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css-transitions/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ <h2 id=starting><span class=secno>3. </span> Starting of transitions</h2>
11781178

11791179
<div class=note>
11801180
<p> Note that the above rules mean that when the computed value of an
1181-
animatable property changes, the transitions that starte are based on the
1181+
animatable property changes, the transitions that start are based on the
11821182
values of the ‘<a href="#transition-property"><code
11831183
class=property>transition-property</code></a>’, ‘<a
11841184
href="#transition-duration"><code
@@ -1923,8 +1923,8 @@ <h2 id=changes><span class=secno>9. </span>Changes since Working Draft of
19231923
means that the <a href="#after-change-style">after-change style</a> is no
19241924
longer a tree of style at a single point in time (since the transition
19251925
computation on a parent element depends on the after-change style for
1926-
that parent, but is requied prior to computing the after-change style for
1927-
its children).
1926+
that parent, but is required prior to computing the after-change style
1927+
for its children).
19281928

19291929
<li>Completion of transitions is defined somewhat more precisely.
19301930

css-transitions/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ <h2 id="starting">
12141214
<p>
12151215
Note that the above rules mean that
12161216
when the computed value of an animatable property changes,
1217-
the transitions that starte are based on the
1217+
the transitions that start are based on the
12181218
values of the 'transition-property', 'transition-duration',
12191219
'transition-timing-function', and 'transition-delay' properties
12201220
at the time the animatable property would first have its new
@@ -1916,7 +1916,7 @@ <h2 id="changes">Changes since Working Draft of 19 November 2013</h2>
19161916
dated 19 November 2013</a>:</p>
19171917

19181918
<ul>
1919-
<li>Canceling and interrupting of running transitions is defined much more precisely. This involved introducing the new concept of <span>after-transition style</span>, which also means that the <span>after-change style</span> is no longer a tree of style at a single point in time (since the transition computation on a parent element depends on the after-change style for that parent, but is requied prior to computing the after-change style for its children).</p>
1919+
<li>Canceling and interrupting of running transitions is defined much more precisely. This involved introducing the new concept of <span>after-transition style</span>, which also means that the <span>after-change style</span> is no longer a tree of style at a single point in time (since the transition computation on a parent element depends on the after-change style for that parent, but is required prior to computing the after-change style for its children).</p>
19201920
<li>Completion of transitions is defined somewhat more precisely.</p>
19211921
<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>
19221922
<li>The interpolation of ''inset'' values on shadow lists is no longer backwards.</p>

0 commit comments

Comments
 (0)