2002/css-validator/org/w3c/css/properties MobileProperties.properties,1.24,1.25 TVProperties.properties,1.16,1.17

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

Modified Files:
	MobileProperties.properties TVProperties.properties 
Log Message:
move/rewrite of text-decoration for mobile & tv

Index: TVProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/TVProperties.properties,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- TVProperties.properties	2 Nov 2012 13:37:08 -0000	1.16
+++ TVProperties.properties	2 Nov 2012 13:47:50 -0000	1.17
@@ -61,7 +61,7 @@
 padding:               org.w3c.css.properties.css2.CssPadding
 position:              org.w3c.css.properties.tv.CssPositionTV
 right:                 org.w3c.css.properties.css2.CssRight
-text-decoration:       org.w3c.css.properties.css1.CssTextDecorationTV
+text-decoration:       org.w3c.css.properties.tv.CssTextDecoration
 vertical-align:        org.w3c.css.properties.tv.CssVerticalAlign
 text-align:            org.w3c.css.properties.css1.CssTextAlignTV
 text-indent:           org.w3c.css.properties.css2.CssTextIndent

Index: MobileProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- MobileProperties.properties	2 Nov 2012 13:37:08 -0000	1.24
+++ MobileProperties.properties	2 Nov 2012 13:47:50 -0000	1.25
@@ -13,7 +13,7 @@
 background-attachment:          org.w3c.css.properties.css1.CssBackgroundAttachmentMob
 background-position:            org.w3c.css.properties.css1.CssBackgroundPositionMob
 background:                     org.w3c.css.properties.css1.CssBackgroundMob
-text-decoration:                org.w3c.css.properties.css1.CssTextDecorationMob
+text-decoration:                org.w3c.css.properties.mobile.CssTextDecoration
 vertical-align:                 org.w3c.css.properties.mobile.CssVerticalAlign
 text-transform:                 org.w3c.css.properties.css2.CssTextTransform
 text-align:                     org.w3c.css.properties.css1.CssTextAlignMob

Received on Friday, 2 November 2012 13:47:53 UTC