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

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

Modified Files:
	CSS21Properties.properties CSS2Properties.properties 
	CSS3Properties.properties MobileProperties.properties 
Log Message:
pause[-before|-after] per css2/css21 and css3 http://www.w3.org/TR/2012/CR-css3-speech-20120320/#pause

--- /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties	2013/01/04 11:07:36	1.56
+++ /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties	2013/01/04 13:14:01	1.57
@@ -107,9 +107,9 @@
 # Aural Properties
 
 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
+pause-before:                   org.w3c.css.properties.css21.CssPauseBefore
+pause-after:                    org.w3c.css.properties.css21.CssPauseAfter
+pause:                          org.w3c.css.properties.css21.CssPause
 cue-before:                     org.w3c.css.properties.css21.CssCueBefore
 cue-after:                      org.w3c.css.properties.css21.CssCueAfter
 cue:                            org.w3c.css.properties.css21.CssCue
--- /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties	2013/01/04 11:07:36	1.57
+++ /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties	2013/01/04 13:14:01	1.58
@@ -110,9 +110,9 @@
 # Aural Properties
 
 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
+pause-before:                   org.w3c.css.properties.css2.CssPauseBefore
+pause-after:                    org.w3c.css.properties.css2.CssPauseAfter
+pause:                          org.w3c.css.properties.css2.CssPause
 cue-before:                     org.w3c.css.properties.css2.CssCueBefore
 cue-after:                      org.w3c.css.properties.css2.CssCueAfter
 cue:                            org.w3c.css.properties.css2.CssCue
--- /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties	2013/01/04 11:07:36	1.184
+++ /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties	2013/01/04 13:14:01	1.185
@@ -211,9 +211,9 @@
 # Aural Properties
 speak-header:                           org.w3c.css.properties.css3.CssSpeakHeader
 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
+pause-before:                           org.w3c.css.properties.css3.CssPauseBefore
+pause-after:                            org.w3c.css.properties.css3.CssPauseAfter
+pause:                                  org.w3c.css.properties.css3.CssPause
 cue-before:                             org.w3c.css.properties.css3.CssCueBefore
 cue-after:                              org.w3c.css.properties.css3.CssCueAfter
 cue:                                    org.w3c.css.properties.css3.CssCue
--- /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties	2013/01/04 11:07:36	1.53
+++ /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties	2013/01/04 13:14:01	1.54
@@ -102,9 +102,9 @@
 
 # Aural Properties
 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
+pause-before:                   org.w3c.css.properties.css21.CssPauseBefore
+pause-after:                    org.w3c.css.properties.css21.CssPauseAfter
+pause:                          org.w3c.css.properties.css21.CssPause
 cue-before:                     org.w3c.css.properties.css21.CssCueBefore
 cue-after:                      org.w3c.css.properties.css21.CssCueAfter
 cue:                            org.w3c.css.properties.css21.CssCue

Received on Friday, 4 January 2013 13:14:02 UTC