Skip to content

Commit 096614a

Browse files
committed
Mention one more issue about clamping.
1 parent db5944d commit 096614a

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

css3-transitions/Overview.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,6 +1121,10 @@ <h2 id=animation-of-property-types-><span class=secno>6. </span> Animation
11211121
properties were individually specified.
11221122
</ul>
11231123

1124+
<p class=issue>Issue: Need to describe handling of out-of-range values that
1125+
can result from cubic-bezier(). Clamping values to the allowed range is
1126+
probably the best solution.
1127+
11241128
<h2 id=animatable-properties-><span class=secno>7. </span> Animatable
11251129
properties</h2>
11261130

css3-transitions/Overview.src.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,6 +1111,10 @@ <h2>
11111111
</li>
11121112
</ul>
11131113

1114+
<p class="issue">Issue: Need to describe handling of out-of-range
1115+
values that can result from cubic-bezier(). Clamping values to the
1116+
allowed range is probably the best solution.</p>
1117+
11141118
<h2>
11151119
Animatable properties
11161120
</h2>

0 commit comments

Comments
 (0)