- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 08 Oct 2012 10:03:27 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/animation-iteration-count/css3 In directory hutz:/tmp/cvs-serv25589 Modified Files: 001.css Log Message: property name Index: 001.css =================================================================== RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/positive/animation-iteration-count/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:13 -0000 1.1 +++ 001.css 8 Oct 2012 10:03:25 -0000 1.2 @@ -1,12 +1,12 @@ -a { animation-iteraction-count: infinite } -b { animation-iteraction-count: 100 } -c { animation-iteraction-count: 0 } -d { animation-iteraction-count: 0.5 } -e { animation-iteraction-count: 40.2 } -f { animation-iteraction-count: infinite, 10 } -g { animation-iteraction-count: 10, infinite } -h { animation-iteraction-count: infinite, 0.5, 1 } -i { animation-iteraction-count: 0.5, 1, infinite } -j { animation-iteraction-count: infinite, infinite, infinite, infinite, 10 } -y { animation-iteraction-count: initial } -z { animation-iteraction-count: inherit } +a { animation-iteration-count: infinite } +b { animation-iteration-count: 100 } +c { animation-iteration-count: 0 } +d { animation-iteration-count: 0.5 } +e { animation-iteration-count: 40.2 } +f { animation-iteration-count: infinite, 10 } +g { animation-iteration-count: 10, infinite } +h { animation-iteration-count: infinite, 0.5, 1 } +i { animation-iteration-count: 0.5, 1, infinite } +j { animation-iteration-count: infinite, infinite, infinite, infinite, 10 } +y { animation-iteration-count: initial } +z { animation-iteration-count: inherit }
Received on Monday, 8 October 2012 10:03:28 UTC