2002/css-validator/org/w3c/css/properties SVGBasicProperties.properties,1.1,1.2 SVGProperties.properties,1.1,1.2

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

Modified Files:
	SVGBasicProperties.properties SVGProperties.properties 
Log Message:
fixing syntax errors

Index: SVGBasicProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/SVGBasicProperties.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- SVGBasicProperties.properties	23 Aug 2005 16:36:13 -0000	1.1
+++ SVGBasicProperties.properties	13 Mar 2008 15:49:16 -0000	1.2
@@ -39,7 +39,7 @@
 shape-rendering:                org.w3c.css.properties.svg.ShapeRendering
 stop-color:                     org.w3c.css.properties.svg.StopColor
 stop-opacity:                   org.w3c.css.properties.svg.StopOpacity
-projection.stop-opacity         org.w3c.css.properties.svg.StopOpacity
+projection.stop-opacity:         org.w3c.css.properties.svg.StopOpacity
 stroke:                         org.w3c.css.properties.svg.Stroke
 stroke-dasharray:               org.w3c.css.properties.svg.StrokeDashArray
 stroke-dashoffset:              org.w3c.css.properties.svg.StrokeDashOffset

Index: SVGProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/SVGProperties.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- SVGProperties.properties	23 Aug 2005 16:36:13 -0000	1.1
+++ SVGProperties.properties	13 Mar 2008 15:49:16 -0000	1.2
@@ -37,11 +37,11 @@
 image-rendering:                org.w3c.css.properties.svg.ImageRendering
 mask:                           org.w3c.css.properties.svg.Mask
 stop-opacity:                   org.w3c.css.properties.svg.StopOpacity
-projection.stop-opacity         org.w3c.css.properties.svg.StopOpacity
+projection.stop-opacity:        org.w3c.css.properties.svg.StopOpacity
 kerning:                        org.w3c.css.properties.svg.Kerning
 marker:                         org.w3c.css.properties.svg.Marker
 marker-start:                   org.w3c.css.properties.svg.MarkerStart
-projection.marker-start         org.w3c.css.properties.svg.MarkerStart
+projection.marker-start:        org.w3c.css.properties.svg.MarkerStart
 marker-end:                     org.w3c.css.properties.svg.MarkerEnd
 marker-mid:                     org.w3c.css.properties.svg.MarkerMid
 pointer-events:                 org.w3c.css.properties.svg.PointerEvents

Received on Thursday, 13 March 2008 15:49:50 UTC