- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 28 Sep 2012 11:19:04 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/marquee-play-count/css3
In directory hutz:/tmp/cvs-serv26560
Modified Files:
001.css
Log Message:
missing values
Index: 001.css
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/positive/marquee-play-count/css3/001.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 001.css 5 Sep 2012 15:20:36 -0000 1.1
+++ 001.css 28 Sep 2012 11:19:02 -0000 1.2
@@ -1,5 +1,5 @@
a { marquee-play-count: 0 }
b { marquee-play-count: 2 }
c { marquee-play-count: infinite }
-y { marquee-play-count: }
-z { marquee-play-count: }
+y { marquee-play-count: inherit }
+z { marquee-play-count: initial }
Received on Friday, 28 September 2012 11:19:10 UTC