Skip to content

Commit 936b697

Browse files
committed
Move issue up to where it should be addressed.
1 parent 051cd92 commit 936b697

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

css3-transitions/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,6 +1149,10 @@ <h2 id=animatable-types><span class=secno>6. </span><a
11491149
<i>V</i><sub>res</sub> = (1 - <i>p</i>) ⋅ <i>V</i><sub>start</sub> +
11501150
<i>p</i><i>V</i><sub>end</sub>.
11511151

1152+
<p class=issue>Issue: Need to describe handling of out-of-range values that
1153+
can result from cubic-bezier(). Clamping values to the allowed range is
1154+
probably the best solution.
1155+
11521156
<p> The following describes how each property type undergoes transition or
11531157
animation.
11541158

@@ -1225,10 +1229,6 @@ <h2 id=animatable-types><span class=secno>6. </span><a
12251229
properties were individually specified.
12261230
</ul>
12271231

1228-
<p class=issue>Issue: Need to describe handling of out-of-range values that
1229-
can result from cubic-bezier(). Clamping values to the allowed range is
1230-
probably the best solution.
1231-
12321232
<p>Future specifications may define additional types that can be animated.
12331233

12341234
<h2 id=animatable-properties><span class=secno>7. </span><a

css3-transitions/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,10 @@ <h2 id="animatable-types"><a id=animation-of-property-types->
11291129
<i>p</i> &sdot; <i>V</i><sub>end</sub>.
11301130
</p>
11311131

1132+
<p class="issue">Issue: Need to describe handling of out-of-range
1133+
values that can result from cubic-bezier(). Clamping values to the
1134+
allowed range is probably the best solution.</p>
1135+
11321136
<p>
11331137
The following describes how each property type undergoes transition or
11341138
animation.
@@ -1224,10 +1228,6 @@ <h2 id="animatable-types"><a id=animation-of-property-types->
12241228
</li>
12251229
</ul>
12261230

1227-
<p class="issue">Issue: Need to describe handling of out-of-range
1228-
values that can result from cubic-bezier(). Clamping values to the
1229-
allowed range is probably the best solution.</p>
1230-
12311231
<p>Future specifications may define additional types that can
12321232
be animated.</p>
12331233

0 commit comments

Comments
 (0)