2002/css-validator/org/w3c/css/properties CSS21Properties.properties,1.16,1.17 CSS2Properties.properties,1.17,1.18 SVGBasicProperties.properties,1.6,1.7 SVGProperties.properties,1.6,1.7

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

Modified Files:
	CSS21Properties.properties CSS2Properties.properties 
	SVGBasicProperties.properties SVGProperties.properties 
Log Message:
reimplemented text-decoration

Index: SVGBasicProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/SVGBasicProperties.properties,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- SVGBasicProperties.properties	4 Aug 2012 21:17:03 -0000	1.6
+++ SVGBasicProperties.properties	4 Sep 2012 09:37:39 -0000	1.7
@@ -49,7 +49,7 @@
 stroke-opacity:                 org.w3c.css.properties.svg.StrokeOpacity
 stroke-width:                   org.w3c.css.properties.svg.StrokeWidth
 text-anchor:                    org.w3c.css.properties.svg.TextAnchor
-text-decoration:                org.w3c.css.properties.css1.CssTextDecoration
+text-decoration:                org.w3c.css.properties.css2.CssTextDecoration
 text-rendering:                 org.w3c.css.properties.svg.TextRendering
 unicode-bidi:                   org.w3c.css.properties.css1.CssUnicodeBidi
 visibility:                     org.w3c.css.properties.css1.CssVisibility

Index: SVGProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/SVGProperties.properties,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- SVGProperties.properties	4 Aug 2012 21:17:03 -0000	1.6
+++ SVGProperties.properties	4 Sep 2012 09:37:39 -0000	1.7
@@ -25,7 +25,7 @@
 letter-spacing:                 org.w3c.css.properties.css1.CssLetterSpacing
 opacity:                        org.w3c.css.properties.css3.CssOpacity
 overflow:                       org.w3c.css.properties.css1.CssOverflow
-text-decoration:                org.w3c.css.properties.css1.CssTextDecoration
+text-decoration:                org.w3c.css.properties.css2.CssTextDecoration
 unicode-bidi:                   org.w3c.css.properties.css1.CssUnicodeBidi
 visibility:                     org.w3c.css.properties.css1.CssVisibility
 word-spacing:                   org.w3c.css.properties.css1.CssWordSpacing

Index: CSS21Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- CSS21Properties.properties	3 Sep 2012 20:34:43 -0000	1.16
+++ CSS21Properties.properties	4 Sep 2012 09:37:39 -0000	1.17
@@ -41,7 +41,7 @@
 
 word-spacing:                   org.w3c.css.properties.css21.CssWordSpacing
 letter-spacing:                 org.w3c.css.properties.css21.CssLetterSpacing
-text-decoration:                org.w3c.css.properties.css1.CssTextDecoration
+text-decoration:                org.w3c.css.properties.css21.CssTextDecoration
 vertical-align:                 org.w3c.css.properties.css1.CssVerticalAlign
 text-transform:                 org.w3c.css.properties.css21.CssTextTransform
 text-align:                     org.w3c.css.properties.css21.CssTextAlign

Index: CSS2Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- CSS2Properties.properties	3 Sep 2012 20:34:43 -0000	1.17
+++ CSS2Properties.properties	4 Sep 2012 09:37:39 -0000	1.18
@@ -41,7 +41,7 @@
 
 word-spacing:                   org.w3c.css.properties.css2.CssWordSpacing
 letter-spacing:                 org.w3c.css.properties.css2.CssLetterSpacing
-text-decoration:                org.w3c.css.properties.css1.CssTextDecoration
+text-decoration:                org.w3c.css.properties.css2.CssTextDecoration
 text-shadow:                    org.w3c.css.properties.css2.CssTextShadow
 vertical-align:                 org.w3c.css.properties.css1.CssVerticalAlign
 text-transform:                 org.w3c.css.properties.css2.CssTextTransform

Received on Tuesday, 4 September 2012 09:37:45 UTC