CVS 2002/css-validator/org/w3c/css/properties

Update of /sources/public/2002/css-validator/org/w3c/css/properties
In directory roscoe:/tmp/cvs-serv4867

Modified Files:
	CSS21Properties.properties CSS2Properties.properties 
	CSS3Properties.properties MobileProperties.properties 
Log Message:
voice-family per css2/21 and css3 http://www.w3.org/TR/2012/CR-css3-speech-20120320/#voice-props-voice-family

--- /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties	2013/01/06 21:06:48	1.59
+++ /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties	2013/01/08 11:13:37	1.60
@@ -114,7 +114,7 @@
 cue-after:                      org.w3c.css.properties.css21.CssCueAfter
 cue:                            org.w3c.css.properties.css21.CssCue
 play-during:                    org.w3c.css.properties.css21.CssPlayDuring
-voice-family:                   org.w3c.css.properties.aural.ACssVoiceFamily
+voice-family:                   org.w3c.css.properties.css21.CssVoiceFamily
 elevation:                      org.w3c.css.properties.css21.CssElevation
 speech-rate:                    org.w3c.css.properties.css21.CssSpeechRate
 pitch:                          org.w3c.css.properties.css21.CssPitch
--- /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties	2013/01/06 21:06:48	1.60
+++ /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties	2013/01/08 11:13:37	1.61
@@ -117,7 +117,7 @@
 cue-after:                      org.w3c.css.properties.css2.CssCueAfter
 cue:                            org.w3c.css.properties.css2.CssCue
 play-during:                    org.w3c.css.properties.css2.CssPlayDuring
-voice-family:                   org.w3c.css.properties.aural.ACssVoiceFamily
+voice-family:                   org.w3c.css.properties.css2.CssVoiceFamily
 elevation:                      org.w3c.css.properties.css2.CssElevation
 speech-rate:                    org.w3c.css.properties.css2.CssSpeechRate
 pitch:                          org.w3c.css.properties.css2.CssPitch
--- /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties	2013/01/06 21:06:48	1.192
+++ /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties	2013/01/08 11:13:37	1.193
@@ -218,7 +218,7 @@
 cue-after:                              org.w3c.css.properties.css3.CssCueAfter
 cue:                                    org.w3c.css.properties.css3.CssCue
 play-during:                            org.w3c.css.properties.css3.CssPlayDuring
-voice-family:                           org.w3c.css.properties.aural.ACssVoiceFamilyCSS3
+voice-family:                           org.w3c.css.properties.css3.CssVoiceFamily
 elevation:                              org.w3c.css.properties.css3.CssElevation
 speech-rate:                            org.w3c.css.properties.css3.CssSpeechRate
 pitch:                                  org.w3c.css.properties.css3.CssPitch
--- /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties	2013/01/06 21:06:48	1.56
+++ /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties	2013/01/08 11:13:37	1.57
@@ -107,7 +107,7 @@
 cue-after:                      org.w3c.css.properties.css21.CssCueAfter
 cue:                            org.w3c.css.properties.css21.CssCue
 play-during:                    org.w3c.css.properties.css21.CssPlayDuring
-voice-family:                   org.w3c.css.properties.aural.ACssVoiceFamily
+voice-family:                   org.w3c.css.properties.css21.CssVoiceFamily
 elevation:                      org.w3c.css.properties.css21.CssElevation
 speech-rate:                    org.w3c.css.properties.css21.CssSpeechRate
 pitch:                          org.w3c.css.properties.css21.CssPitch

Received on Tuesday, 8 January 2013 11:13:39 UTC