- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Oct 2012 08:58:28 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/transition-delay/css3
In directory hutz:/tmp/cvs-serv14292/css3
Modified Files:
001.css
Log Message:
Index: 001.css
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/positive/transition-delay/css3/001.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 001.css 20 Sep 2012 16:24:14 -0000 1.1
+++ 001.css 3 Oct 2012 08:58:26 -0000 1.2
@@ -1,10 +1,10 @@
-y { animation/transition-delay: initial }
-z { animation/transition-delay: inherit }
-a { animation/transition-delay: 0s }
-b { animation/transition-delay: -10s }
-c { animation/transition-delay: 1000ms }
-d { animation/transition-delay: 1s }
-e { animation/transition-delay: 1s, 0s, 10ms }
-f { animation/transition-delay: 1s, -10s }
-g { animation/transition-delay: -1s, 1000s }
-h { animation/transition-delay: 1s, 1s, 1s, 1s, 1s, 1s, 1s, 1s, 1s, 1s, 1s, 1s }
+y { transition-delay: initial }
+z { transition-delay: inherit }
+a { transition-delay: 0s }
+b { transition-delay: -10s }
+c { transition-delay: 1000ms }
+d { transition-delay: 1s }
+e { transition-delay: 1s, 0s, 10ms }
+f { transition-delay: 1s, -10s }
+g { transition-delay: -1s, 1000s }
+h { transition-delay: 1s, 1s, 1s, 1s, 1s, 1s, 1s, 1s, 1s, 1s, 1s, 1s }
Received on Wednesday, 3 October 2012 08:58:30 UTC