2002/css-validator/org/w3c/css/properties CSS3Properties.properties,1.128,1.129 Media.properties,1.15,1.16

Update of /sources/public/2002/css-validator/org/w3c/css/properties
In directory hutz:/tmp/cvs-serv32088

Modified Files:
	CSS3Properties.properties Media.properties 
Log Message:
animation-timing-function per http://www.w3.org/TR/2012/WD-css3-animations-20120403/#animation-timing-function

Index: Media.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/Media.properties,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Media.properties	8 Oct 2012 08:46:48 -0000	1.15
+++ Media.properties	8 Oct 2012 08:56:11 -0000	1.16
@@ -123,6 +123,7 @@
 
 animation-delay:		        braille, handheld, projection, screen, speech, tty, tv
 animation-duration:		        braille, handheld, projection, screen, speech, tty, tv
+animation-timing-function:	    braille, handheld, projection, screen, speech, tty, tv
 
 transition:			            braille, handheld, projection, screen, speech, tty, tv
 transition-delay:		        braille, handheld, projection, screen, speech, tty, tv

Index: CSS3Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- CSS3Properties.properties	8 Oct 2012 08:46:47 -0000	1.128
+++ CSS3Properties.properties	8 Oct 2012 08:56:11 -0000	1.129
@@ -59,7 +59,8 @@
 # animation
 
 animation-delay:                        org.w3c.css.properties.css3.CssAnimationDelay
-animation-duration:                     org.w3c.css.properties.css3.CssTransitionDuration
+animation-duration:                     org.w3c.css.properties.css3.CssAnimationDuration
+animation-timing-function:              org.w3c.css.properties.css3.CssAnimationTimingFunction
 
 # transitions
 

Received on Monday, 8 October 2012 08:56:14 UTC