2002/css-validator/org/w3c/css/properties ATSCProperties.properties,1.10,1.11 CSS21Properties.properties,1.15,1.16 CSS2Properties.properties,1.16,1.17

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

Modified Files:
	ATSCProperties.properties CSS21Properties.properties 
	CSS2Properties.properties 
Log Message:
reimplementation of text-indent

Index: ATSCProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/ATSCProperties.properties,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ATSCProperties.properties	3 Sep 2012 15:06:30 -0000	1.10
+++ ATSCProperties.properties	3 Sep 2012 20:34:42 -0000	1.11
@@ -102,7 +102,7 @@
 vertical-align:        org.w3c.css.properties.css1.CssVerticalAlign
 text-transform:        org.w3c.css.properties.css2.CssTextTransform
 text-align:            org.w3c.css.properties.css2.CssTextAlign
-text-indent:           org.w3c.css.properties.css1.CssTextIndent
+text-indent:           org.w3c.css.properties.css2.CssTextIndent
 line-height:           org.w3c.css.properties.css2.CssLineHeight
 margin-top:            org.w3c.css.properties.css1.CssMarginTop
 margin-bottom:         org.w3c.css.properties.css1.CssMarginBottom

Index: CSS21Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- CSS21Properties.properties	3 Sep 2012 15:06:12 -0000	1.15
+++ CSS21Properties.properties	3 Sep 2012 20:34:43 -0000	1.16
@@ -45,7 +45,7 @@
 vertical-align:                 org.w3c.css.properties.css1.CssVerticalAlign
 text-transform:                 org.w3c.css.properties.css21.CssTextTransform
 text-align:                     org.w3c.css.properties.css21.CssTextAlign
-text-indent:                    org.w3c.css.properties.css1.CssTextIndent
+text-indent:                    org.w3c.css.properties.css21.CssTextIndent
 line-height:                    org.w3c.css.properties.css21.CssLineHeight
 margin-top:                     org.w3c.css.properties.css1.CssMarginTop
 margin-bottom:                  org.w3c.css.properties.css1.CssMarginBottom

Index: CSS2Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- CSS2Properties.properties	3 Sep 2012 15:06:12 -0000	1.16
+++ CSS2Properties.properties	3 Sep 2012 20:34:43 -0000	1.17
@@ -46,7 +46,7 @@
 vertical-align:                 org.w3c.css.properties.css1.CssVerticalAlign
 text-transform:                 org.w3c.css.properties.css2.CssTextTransform
 text-align:                     org.w3c.css.properties.css2.CssTextAlign
-text-indent:                    org.w3c.css.properties.css1.CssTextIndent
+text-indent:                    org.w3c.css.properties.css2.CssTextIndent
 line-height:                    org.w3c.css.properties.css2.CssLineHeight
 margin-top:                     org.w3c.css.properties.css1.CssMarginTop
 margin-bottom:                  org.w3c.css.properties.css1.CssMarginBottom

Received on Monday, 3 September 2012 20:34:46 UTC