- From: David Baron via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 03 Jun 2011 22:35:49 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-transitions
In directory hutz:/tmp/cvs-serv15705
Modified Files:
Overview.html Overview.src.html
Log Message:
Mention one more issue about clamping.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-transitions/Overview.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Overview.html 3 Jun 2011 14:15:54 -0000 1.21
+++ Overview.html 3 Jun 2011 22:35:47 -0000 1.22
@@ -1121,6 +1121,10 @@
properties were individually specified.
</ul>
+ <p class=issue>Issue: Need to describe handling of out-of-range values that
+ can result from cubic-bezier(). Clamping values to the allowed range is
+ probably the best solution.
+
<h2 id=animatable-properties-><span class=secno>7. </span> Animatable
properties</h2>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-transitions/Overview.src.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Overview.src.html 3 Jun 2011 14:15:54 -0000 1.22
+++ Overview.src.html 3 Jun 2011 22:35:47 -0000 1.23
@@ -1111,6 +1111,10 @@
</li>
</ul>
+ <p class="issue">Issue: Need to describe handling of out-of-range
+ values that can result from cubic-bezier(). Clamping values to the
+ allowed range is probably the best solution.</p>
+
<h2>
Animatable properties
</h2>
Received on Friday, 3 June 2011 22:35:50 UTC