2002/css-validator/org/w3c/css/properties ATSCProperties.properties,1.18,1.19 CSS21Properties.properties,1.24,1.25 CSS2Properties.properties,1.25,1.26 CSS3Properties.properties,1.136,1.137 MobileProperties.properties,1.18,1.19

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

Modified Files:
	ATSCProperties.properties CSS21Properties.properties 
	CSS2Properties.properties CSS3Properties.properties 
	MobileProperties.properties 
Log Message:
max-width per relevant specs

Index: CSS3Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -d -r1.136 -r1.137
--- CSS3Properties.properties	11 Oct 2012 09:53:51 -0000	1.136
+++ CSS3Properties.properties	11 Oct 2012 12:36:13 -0000	1.137
@@ -156,7 +156,7 @@
 
 width:                                  org.w3c.css.properties.css3.CssWidth
 min-width:                              org.w3c.css.properties.css3.CssMinWidth
-max-width:                              org.w3c.css.properties.css3.CssMaxWidthCSS3
+max-width:                              org.w3c.css.properties.css3.CssMaxWidth
 min-height:                             org.w3c.css.properties.css3.CssMinHeightCSS3
 max-height:                             org.w3c.css.properties.css3.CssMaxHeightCSS3
 height:                                 org.w3c.css.properties.css3.CssHeight

Index: CSS2Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- CSS2Properties.properties	11 Oct 2012 09:53:51 -0000	1.25
+++ CSS2Properties.properties	11 Oct 2012 12:36:13 -0000	1.26
@@ -61,7 +61,7 @@
 
 width:                          org.w3c.css.properties.css2.CssWidth
 min-width:                      org.w3c.css.properties.css2.CssMinWidth
-max-width:                      org.w3c.css.properties.css1.CssMaxWidth
+max-width:                      org.w3c.css.properties.css2.CssMaxWidth
 min-height:                     org.w3c.css.properties.css1.CssMinHeight
 max-height:                     org.w3c.css.properties.css1.CssMaxHeight
 height:                         org.w3c.css.properties.css2.CssHeight

Index: MobileProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- MobileProperties.properties	11 Oct 2012 09:53:51 -0000	1.18
+++ MobileProperties.properties	11 Oct 2012 12:36:13 -0000	1.19
@@ -87,7 +87,7 @@
 text-shadow:                    org.w3c.css.properties.css2.CssTextShadow
 line-height:                    org.w3c.css.properties.css2.CssLineHeight
 min-width:                      org.w3c.css.properties.css2.CssMinWidth
-max-width:                      org.w3c.css.properties.css1.CssMaxWidth
+max-width:                      org.w3c.css.properties.css2.CssMaxWidth
 min-height:                     org.w3c.css.properties.css1.CssMinHeight
 max-height:                     org.w3c.css.properties.css1.CssMaxHeight
 position:                       org.w3c.css.properties.css2.CssPosition

Index: ATSCProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/ATSCProperties.properties,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- ATSCProperties.properties	11 Oct 2012 09:53:51 -0000	1.18
+++ ATSCProperties.properties	11 Oct 2012 12:36:13 -0000	1.19
@@ -182,7 +182,7 @@
 marker-offset:         org.w3c.css.properties.css1.CssMarkerOffsetATSC
 quotes:                org.w3c.css.properties.css1.CssQuotesATSC
 min-width:             org.w3c.css.properties.atsc.CssMinWidth
-max-width:             org.w3c.css.properties.css1.CssMaxWidthATSC
+max-width:             org.w3c.css.properties.atsc.CssMaxWidth
 min-height:            org.w3c.css.properties.css1.CssMinHeightATSC
 max-height:            org.w3c.css.properties.css1.CssMaxHeightATSC
 row-span:               org.w3c.css.properties.css2.table.RowSpanATSC

Index: CSS21Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- CSS21Properties.properties	11 Oct 2012 09:53:51 -0000	1.24
+++ CSS21Properties.properties	11 Oct 2012 12:36:13 -0000	1.25
@@ -59,7 +59,7 @@
 padding:                        org.w3c.css.properties.css21.CssPadding
 width:                          org.w3c.css.properties.css21.CssWidth
 min-width:                      org.w3c.css.properties.css21.CssMinWidth
-max-width:                      org.w3c.css.properties.css1.CssMaxWidth
+max-width:                      org.w3c.css.properties.css21.CssMaxWidth
 min-height:                     org.w3c.css.properties.css1.CssMinHeight
 max-height:                     org.w3c.css.properties.css1.CssMaxHeight
 height:                         org.w3c.css.properties.css21.CssHeight

Received on Thursday, 11 October 2012 12:36:46 UTC