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