- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 20 Sep 2012 16:24:16 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/animation-play-state/css3
In directory hutz:/tmp/cvs-serv5166/animation-play-state/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 ---
a { animation-play-state: running }
b { animation-play-state: paused }
c { animation-play-state: running, paused }
d { animation-play-state: paused, running }
e { animation-play-state: running, paused, running, running, paused, paused }
y { animation-play-state: initial }
z { animation-play-state: inherit }
Received on Thursday, 20 September 2012 16:24:17 UTC