- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 20 Sep 2012 16:24:17 +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-serv5166/transition-delay/css3
Added Files:
001.css
Log Message:
Tests for all CSS3 animations and CSS3 transitions *except shorthands*, pending issue against the specs
--- NEW FILE: 001.css ---
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 }
Received on Thursday, 20 September 2012 16:24:22 UTC