- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Nov 2012 17:52:49 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/voice-volume/css3
In directory hutz:/tmp/cvs-serv28935/voice-volume/css3
Added Files:
001.css
Log Message:
CSS3 speech
--- NEW FILE: 001.css ---
a { voice-volume: silent }
b { voice-volume: x-soft }
c { voice-volume: soft }
d { voice-volume: medium }
e { voice-volume: loud }
f { voice-volume: x-loud }
g { voice-volume: x-soft -2.0dB }
h { voice-volume: soft -2.0dB }
i { voice-volume: medium -2.0dB }
j { voice-volume: loud -2.0dB }
k { voice-volume: x-loud -2.0dB }
l { voice-volume: +3.1dB x-soft }
m { voice-volume: +3.1dB soft }
n { voice-volume: +3.1dB medium }
o { voice-volume: +3.1dB loud }
p { voice-volume: +3.1dB x-loud }
q { voice-volume: +2dB }
r { voice-volume: -2dB }
z { voice-volume: inherit }
y { voice-volume: initial }
Received on Monday, 12 November 2012 17:52:50 UTC