2002/css-validator/org/w3c/css/properties CSS3Properties.properties,1.112,1.113

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

Modified Files:
	CSS3Properties.properties 
Log Message:
added transition-duration and transntion-delay per http://www.w3.org/TR/2012/WD-css3-transitions-20120403/

Index: CSS3Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- CSS3Properties.properties	28 Sep 2012 11:30:58 -0000	1.112
+++ CSS3Properties.properties	3 Oct 2012 09:49:17 -0000	1.113
@@ -56,6 +56,11 @@
 marquee-style:                          org.w3c.css.properties.css3.CssMarqueeStyle
 overflow-style:                         org.w3c.css.properties.css3.CssOverflowStyle
 
+# transitions
+
+transition-delay                        org.w3c.css.properties.css3.CssTransitionDelay
+transition-duration                     org.w3c.css.properties.css3.CssTransitionDuration
+
 # http://www.w3.org/TR/2009/CR-css3-background-20091217/
 background-image:                       org.w3c.css.properties.css3.CssBackgroundImage
 background-repeat:                      org.w3c.css.properties.css3.CssBackgroundRepeat

Received on Wednesday, 3 October 2012 09:49:20 UTC