- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 08 Oct 2012 09:21:14 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties In directory hutz:/tmp/cvs-serv21583 Modified Files: CSS3Properties.properties Media.properties Log Message: animation-play-state per http://www.w3.org/TR/2012/WD-css3-animations-20120403/#animation-play-state Index: Media.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/Media.properties,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Media.properties 8 Oct 2012 09:06:43 -0000 1.17 +++ Media.properties 8 Oct 2012 09:21:12 -0000 1.18 @@ -124,6 +124,7 @@ animation-delay: braille, handheld, projection, screen, speech, tty, tv animation-duration: braille, handheld, projection, screen, speech, tty, tv animation-name: braille, handheld, projection, screen, speech, tty, tv +animation-play-state: braille, handheld, projection, screen, speech, tty, tv animation-timing-function: braille, handheld, projection, screen, speech, tty, tv transition: braille, handheld, projection, screen, speech, tty, tv Index: CSS3Properties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties,v retrieving revision 1.130 retrieving revision 1.131 diff -u -d -r1.130 -r1.131 --- CSS3Properties.properties 8 Oct 2012 09:06:43 -0000 1.130 +++ CSS3Properties.properties 8 Oct 2012 09:21:12 -0000 1.131 @@ -61,6 +61,7 @@ animation-delay: org.w3c.css.properties.css3.CssAnimationDelay animation-duration: org.w3c.css.properties.css3.CssAnimationDuration animation-name: org.w3c.css.properties.css3.CssAnimationName +animation-play-state: org.w3c.css.properties.css3.CssAnimationPlayState animation-timing-function: org.w3c.css.properties.css3.CssAnimationTimingFunction # transitions
Received on Monday, 8 October 2012 09:21:20 UTC