2002/css-validator/org/w3c/css/properties CSS3Properties.properties,1.72,1.73

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

Modified Files:
	CSS3Properties.properties 
Log Message:
text-decoration-line per http://www.w3.org/TR/2012/WD-css3-text-20120814/#text-decoration-line0

Index: CSS3Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- CSS3Properties.properties	31 Aug 2012 21:12:04 -0000	1.72
+++ CSS3Properties.properties	1 Sep 2012 16:55:50 -0000	1.73
@@ -32,9 +32,10 @@
 line-break:                             org.w3c.css.properties.css3.CssLineBreak
 text-align-last:                        org.w3c.css.properties.css3.CssTextAlignLast
 text-justify:                           org.w3c.css.properties.css3.CssTextJustify
-text-decoration-style:                  org.w3c.css.properties.css3.CssTextDecorationStyle
 text-transform:                         org.w3c.css.properties.css3.CssTextTransform
 text-decoration-color:                  org.w3c.css.properties.css3.CssTextDecorationColor
+text-decoration-line:                   org.w3c.css.properties.css3.CssTextDecorationLine
+text-decoration-style:                  org.w3c.css.properties.css3.CssTextDecorationStyle
 text-emphasis-color:                    org.w3c.css.properties.css3.CssTextEmphasisColor
 text-emphasis-position:                 org.w3c.css.properties.css3.CssTextEmphasisPosition
 text-emphasis-style:                    org.w3c.css.properties.css3.CssTextEmphasisStyle

Received on Saturday, 1 September 2012 16:55:53 UTC