- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 Oct 2012 14:26:22 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/animation/css3 In directory hutz:/tmp/cvs-serv3839/animation/css3 Modified Files: 002.css 003.css Log Message: animation-play-state is not (yet?) in the animation shorthand. Removed. Index: 002.css =================================================================== RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/positive/animation/css3/002.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- 002.css 19 Oct 2012 10:20:16 -0000 1.1 +++ 002.css 19 Oct 2012 14:26:20 -0000 1.2 @@ -1,13752 +1,13752 @@ -anim219 {animation: 2 normal paused 3s } -anim220 {animation: 2 normal paused 3s 3s } -anim221 {animation: 2 normal paused 3s 3s chocolat } -anim222 {animation: 2 normal paused 3s 3s ease } -anim223 {animation: 2 normal paused 3s chocolat } -anim224 {animation: 2 normal paused 3s chocolat 3s } -anim225 {animation: 2 normal paused 3s chocolat ease } -anim226 {animation: 2 normal paused 3s ease } -anim227 {animation: 2 normal paused 3s ease 3s } -anim228 {animation: 2 normal paused 3s ease chocolat } -anim229 {animation: 2 normal paused chocolat } [...24293 lines suppressed...] anim13958 {animation: ease chocolat 3s 3s normal } anim13959 {animation: ease chocolat 3s 3s normal 2 } anim13960 {animation: ease chocolat 3s 3s normal infinite } -anim13961 {animation: ease chocolat 3s 3s normal paused } -anim13962 {animation: ease chocolat 3s 3s paused } -anim13963 {animation: ease chocolat 3s 3s paused 2 } -anim13964 {animation: ease chocolat 3s 3s paused infinite } -anim13965 {animation: ease chocolat 3s 3s paused normal } -anim13966 {animation: ease chocolat 3s 3s paused reverse } +anim13961 {animation: ease chocolat 3s 3s normal } +anim13962 {animation: ease chocolat 3s 3s } +anim13963 {animation: ease chocolat 3s 3s 2 } +anim13964 {animation: ease chocolat 3s 3s infinite } +anim13965 {animation: ease chocolat 3s 3s normal } +anim13966 {animation: ease chocolat 3s 3s reverse } anim13967 {animation: ease chocolat 3s 3s reverse } anim13968 {animation: ease chocolat 3s 3s reverse 2 } anim13969 {animation: ease chocolat 3s 3s reverse infinite } -anim13970 {animation: ease chocolat 3s 3s reverse paused } +anim13970 {animation: ease chocolat 3s 3s reverse } Index: 003.css =================================================================== RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/positive/animation/css3/003.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- 003.css 19 Oct 2012 13:38:52 -0000 1.2 +++ 003.css 19 Oct 2012 14:26:20 -0000 1.3 @@ -1 +1 @@ -moreanim { animation: infinite paused 3s normal chocolat ease -1s, all cubic-bezier(1,0,1.5,-10) 20s -1s, steps(10), a1234 reverse running } +moreanim { animation: infinite 3s normal chocolat ease -1s, all cubic-bezier(1,0,0.5,-10) 20s -1s, steps(10), a1234 reverse }
Received on Friday, 19 October 2012 14:26:30 UTC