2002/css-validator/org/w3c/css/properties CSS3Properties.properties,1.133,1.134 Media.properties,1.20,1.21

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

Modified Files:
	CSS3Properties.properties Media.properties 
Log Message:
animation-direction

Index: Media.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/Media.properties,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Media.properties	8 Oct 2012 09:50:50 -0000	1.20
+++ Media.properties	8 Oct 2012 10:02:04 -0000	1.21
@@ -122,6 +122,7 @@
 widows:                         handheld, print, projection, screen, tty, tv
 
 animation-delay:		        braille, handheld, projection, screen, speech, tty, tv
+animation-direction:            braille, handheld, projection, screen, speech, tty, tv
 animation-duration:		        braille, handheld, projection, screen, speech, tty, tv
 animation-iteration-count: 	    braille, handheld, projection, screen, speech, tty, tv
 animation-fill-mode:  		    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.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- CSS3Properties.properties	8 Oct 2012 09:50:50 -0000	1.133
+++ CSS3Properties.properties	8 Oct 2012 10:02:04 -0000	1.134
@@ -59,6 +59,7 @@
 # animation
 
 animation-delay:                        org.w3c.css.properties.css3.CssAnimationDelay
+animation-direction:                    org.w3c.css.properties.css3.CssAnimationDirection
 animation-duration:                     org.w3c.css.properties.css3.CssAnimationDuration
 animation-fill-mode:                    org.w3c.css.properties.css3.CssAnimationFillMode
 animation-iteration-count:              org.w3c.css.properties.css3.CssAnimationIterationCount

Received on Monday, 8 October 2012 10:02:07 UTC