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

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

Modified Files:
	CSS3Properties.properties 
Log Message:
background definitions bumped to CSS2.1 ones before implementing css3-ackground once it becomes stable.


Index: CSS3Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CSS3Properties.properties	23 Aug 2005 16:36:13 -0000	1.1
+++ CSS3Properties.properties	31 Mar 2008 16:38:04 -0000	1.2
@@ -8,12 +8,12 @@
 font-size-adjust:                       org.w3c.css.properties.css1.CssFontSizeAdjust
 font:                                   org.w3c.css.properties.css1.CssFont
 color:                                  org.w3c.css.properties.css1.CssColor
-background-color:                       org.w3c.css.properties.css1.CssBackgroundColor
-background-image:                       org.w3c.css.properties.css1.CssBackgroundImage
-background-repeat:                      org.w3c.css.properties.css1.CssBackgroundRepeat
-background-attachment:                  org.w3c.css.properties.css1.CssBackgroundAttachment
-background-position:                    org.w3c.css.properties.css1.CssBackgroundPosition
-background:                             org.w3c.css.properties.css1.CssBackground
+background-color:                       org.w3c.css.properties.css21.CssBackgroundColorCSS21
+background-image:                       org.w3c.css.properties.css1.CssBackgroundImageCSS2
+background-repeat:                      org.w3c.css.properties.css1.CssBackgroundRepeatCSS2
+background-attachment:                  org.w3c.css.properties.css1.CssBackgroundAttachmentCSS2
+background-position:                    org.w3c.css.properties.css21.CssBackgroundPositionCSS21
+background:                             org.w3c.css.properties.css21.CssBackgroundCSS21
 word-spacing:                           org.w3c.css.properties.css3.CssWordSpacingCSS3
 letter-spacing:                         org.w3c.css.properties.css1.CssLetterSpacing
 text-decoration:                        org.w3c.css.properties.css3.CssTextDecorationCSS3

Received on Monday, 31 March 2008 16:38:43 UTC