2002/css-validator/org/w3c/css/properties CSS21Properties.properties,1.8,1.9 CSS2Properties.properties,1.8,1.9 CSS3Properties.properties,1.19,1.20

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

Modified Files:
	CSS21Properties.properties CSS2Properties.properties 
	CSS3Properties.properties 
Log Message:
width and height, including css3 value initial

Index: CSS21Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- CSS21Properties.properties	11 Sep 2011 20:30:22 -0000	1.8
+++ CSS21Properties.properties	27 Sep 2011 08:15:44 -0000	1.9
@@ -54,12 +54,12 @@
 border-left:                    org.w3c.css.properties.css21.CssBorderLeftCSS21
 border-bottom:                  org.w3c.css.properties.css21.CssBorderBottomCSS21
 border:                         org.w3c.css.properties.css21.CssBorderCSS21
-width:                          org.w3c.css.properties.css1.CssWidth
+width:                          org.w3c.css.properties.css21.CssWidth
 min-width:                      org.w3c.css.properties.css1.CssMinWidth
 max-width:                      org.w3c.css.properties.css1.CssMaxWidth
 min-height:                     org.w3c.css.properties.css1.CssMinHeight
 max-height:                     org.w3c.css.properties.css1.CssMaxHeight
-height:                         org.w3c.css.properties.css1.CssHeight
+height:                         org.w3c.css.properties.css21.CssHeight
 float:                          org.w3c.css.properties.css1.CssFloat
 clear:                          org.w3c.css.properties.css1.CssClear
 display:                        org.w3c.css.properties.css21.CssDisplay

Index: CSS3Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- CSS3Properties.properties	11 Sep 2011 20:30:22 -0000	1.19
+++ CSS3Properties.properties	27 Sep 2011 08:15:44 -0000	1.20
@@ -66,12 +66,12 @@
 border-left:                            org.w3c.css.properties.css1.CssBorderLeft
 border-bottom:                          org.w3c.css.properties.css1.CssBorderBottom
 border:                                 org.w3c.css.properties.css1.CssBorder
-width:                                  org.w3c.css.properties.css3.CssWidthCSS3
+width:                                  org.w3c.css.properties.css3.CssWidth
 min-width:                              org.w3c.css.properties.css3.CssMinWidthCSS3
 max-width:                              org.w3c.css.properties.css3.CssMaxWidthCSS3
 min-height:                             org.w3c.css.properties.css3.CssMinHeightCSS3
 max-height:                             org.w3c.css.properties.css3.CssMaxHeightCSS3
-height:                                 org.w3c.css.properties.css3.CssHeightCSS3
+height:                                 org.w3c.css.properties.css3.CssHeight
 float:                                  org.w3c.css.properties.css3.CssFloatCSS3
 clear:                                  org.w3c.css.properties.css3.CssClearCSS3
 display:                                org.w3c.css.properties.css3.CssDisplay
@@ -306,11 +306,11 @@
 border-break:                           org.w3c.css.properties.css3.CssBorderBreak
 box-shadow:                             org.w3c.css.properties.css3.CssBoxShadow
 block-progression:                      org.w3c.css.properties.css3.CssBlockProgression
-word-break-wrap:                        org.w3c.css.properties.css3.CssTextWrapwidth:                                  org.w3c.css.properties.css3.CssWidthCSS3
+word-break-wrap:                        org.w3c.css.properties.css3.CssTextWrap
 round-clip:                             org.w3c.css.properties.css3.CssBackgroundClip
 tty.link:                               org.w3c.css.properties.css3.CssLink
-collapse:                               org.w3c.css.properties.css3.CssCollapsehanging-punctuation:                    org.w3c.css.properties.css3.CssHangingPunctuation
-                                        
+collapse:                               org.w3c.css.properties.css3.CssCollapse
+
 @page.padding-left:                     org.w3c.css.properties.css3.CssPaddingLeftCSS3
 @page.padding-right:                    org.w3c.css.properties.css3.CssPaddingRightCSS3
 @page.padding:                          org.w3c.css.properties.css3.CssPaddingCSS3

Index: CSS2Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- CSS2Properties.properties	11 Sep 2011 20:30:22 -0000	1.8
+++ CSS2Properties.properties	27 Sep 2011 08:15:44 -0000	1.9
@@ -55,12 +55,12 @@
 border-left:                    org.w3c.css.properties.css1.CssBorderLeftCSS2
 border-bottom:                  org.w3c.css.properties.css1.CssBorderBottomCSS2
 border:                         org.w3c.css.properties.css1.CssBorderCSS2
-width:                          org.w3c.css.properties.css1.CssWidth
+width:                          org.w3c.css.properties.css2.CssWidth
 min-width:                      org.w3c.css.properties.css1.CssMinWidth
 max-width:                      org.w3c.css.properties.css1.CssMaxWidth
 min-height:                     org.w3c.css.properties.css1.CssMinHeight
 max-height:                     org.w3c.css.properties.css1.CssMaxHeight
-height:                         org.w3c.css.properties.css1.CssHeight
+height:                         org.w3c.css.properties.css2.CssHeight
 float:                          org.w3c.css.properties.css1.CssFloat
 clear:                          org.w3c.css.properties.css1.CssClear
 display:                        org.w3c.css.properties.css2.CssDisplay

Received on Tuesday, 27 September 2011 08:16:22 UTC