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

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

Modified Files:
	CSS21Properties.properties CSS2Properties.properties 
	CSS3Properties.properties MobileProperties.properties 
Log Message:
volume per css2/css21 (and deprecated in css3)

--- /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties	2012/12/07 12:18:55	1.46
+++ /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties	2012/12/17 14:21:16	1.47
@@ -106,7 +106,7 @@
 
 # Aural Properties
 
-volume:                         org.w3c.css.properties.aural.ACssVolume
+volume:                         org.w3c.css.properties.css21.CssVolume
 pause-before:                   org.w3c.css.properties.aural.ACssPauseBefore
 pause-after:                    org.w3c.css.properties.aural.ACssPauseAfter
 pause:                          org.w3c.css.properties.aural.ACssPause
--- /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties	2012/12/07 12:18:55	1.47
+++ /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties	2012/12/17 14:21:16	1.48
@@ -109,7 +109,7 @@
 
 # Aural Properties
 
-volume:                         org.w3c.css.properties.aural.ACssVolume
+volume:                         org.w3c.css.properties.css2.CssVolume
 pause-before:                   org.w3c.css.properties.aural.ACssPauseBefore
 pause-after:                    org.w3c.css.properties.aural.ACssPauseAfter
 pause:                          org.w3c.css.properties.aural.ACssPause
--- /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties	2012/12/08 15:33:14	1.173
+++ /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties	2012/12/17 14:21:16	1.174
@@ -210,7 +210,7 @@
 counter-increment:                      org.w3c.css.properties.css3.CssCounterIncrement
 # Aural Properties
 speak-header:                           org.w3c.css.properties.css3.CssSpeakHeader
-volume:                                 org.w3c.css.properties.aural.ACssVolume
+volume:                                 org.w3c.css.properties.css3.CssVolume
 pause-before:                           org.w3c.css.properties.aural.ACssPauseBefore
 pause-after:                            org.w3c.css.properties.aural.ACssPauseAfter
 pause:                                  org.w3c.css.properties.aural.ACssPause
--- /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties	2012/12/07 12:18:55	1.43
+++ /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties	2012/12/17 14:21:16	1.44
@@ -101,7 +101,7 @@
 quotes:                         org.w3c.css.properties.css21.CssQuotes
 
 # Aural Properties
-volume:                         org.w3c.css.properties.aural.ACssVolume
+volume:                         org.w3c.css.properties.css21.CssVolume
 pause-before:                   org.w3c.css.properties.aural.ACssPauseBefore
 pause-after:                    org.w3c.css.properties.aural.ACssPauseAfter
 pause:                          org.w3c.css.properties.aural.ACssPause

Received on Monday, 17 December 2012 14:21:21 UTC