- From: CVS User carine <cvsmail@w3.org>
- Date: Tue, 08 Jan 2013 13:38:20 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/voice-rate/css3
In directory roscoe:/tmp/cvs-serv6020/voice-rate/css3
Modified Files:
001.css
Log Message:
more tests added to voice-rate
--- /sources/public/2002/css-validator/autotest/testsuite/properties/positive/voice-rate/css3/001.css 2012/11/12 17:52:47 1.1
+++ /sources/public/2002/css-validator/autotest/testsuite/properties/positive/voice-rate/css3/001.css 2013/01/08 13:38:20 1.2
@@ -6,5 +6,17 @@
f { voice-rate: x-fast }
g { voice-rate: +10% }
h { voice-rate: 120% }
+i { voice-rate: 10% normal }
+j { voice-rate: 10% x-slow }
+k { voice-rate: 10% slow }
+l { voice-rate: +10% medium }
+m { voice-rate: +10% fast }
+n { voice-rate: +10% x-fast }
+o { voice-rate: normal 120% }
+p { voice-rate: x-slow 120% }
+q { voice-rate: slow 120% }
+r { voice-rate: medium 120% }
+s { voice-rate: fast 120% }
+t { voice-rate: x-fast 120% }
y { voice-rate: initial }
z { voice-rate: inherit }
Received on Tuesday, 8 January 2013 13:38:21 UTC