2002/css-validator/org/w3c/css/properties ATSCProperties.properties,1.17,1.18 CSS21Properties.properties,1.23,1.24 CSS2Properties.properties,1.24,1.25 CSS3Properties.properties,1.135,1.136 MobileProperties.properties,1.17,1.18

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

Modified Files:
	ATSCProperties.properties CSS21Properties.properties 
	CSS2Properties.properties CSS3Properties.properties 
	MobileProperties.properties 
Log Message:
min-width (+flexbox value for css3)

Index: ATSCProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/ATSCProperties.properties,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ATSCProperties.properties	28 Sep 2012 11:30:58 -0000	1.17
+++ ATSCProperties.properties	11 Oct 2012 09:53:51 -0000	1.18
@@ -181,7 +181,7 @@
 unicode-bidi:          org.w3c.css.properties.css1.CssUnicodeBidiATSC
 marker-offset:         org.w3c.css.properties.css1.CssMarkerOffsetATSC
 quotes:                org.w3c.css.properties.css1.CssQuotesATSC
-min-width:             org.w3c.css.properties.css1.CssMinWidthATSC
+min-width:             org.w3c.css.properties.atsc.CssMinWidth
 max-width:             org.w3c.css.properties.css1.CssMaxWidthATSC
 min-height:            org.w3c.css.properties.css1.CssMinHeightATSC
 max-height:            org.w3c.css.properties.css1.CssMaxHeightATSC

Index: CSS21Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- CSS21Properties.properties	28 Sep 2012 11:30:58 -0000	1.23
+++ CSS21Properties.properties	11 Oct 2012 09:53:51 -0000	1.24
@@ -58,7 +58,7 @@
 padding-right:                  org.w3c.css.properties.css21.CssPaddingRight
 padding:                        org.w3c.css.properties.css21.CssPadding
 width:                          org.w3c.css.properties.css21.CssWidth
-min-width:                      org.w3c.css.properties.css1.CssMinWidth
+min-width:                      org.w3c.css.properties.css21.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

Index: MobileProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- MobileProperties.properties	28 Sep 2012 11:30:58 -0000	1.17
+++ MobileProperties.properties	11 Oct 2012 09:53:51 -0000	1.18
@@ -86,7 +86,7 @@
 letter-spacing:                 org.w3c.css.properties.css1.CssLetterSpacing
 text-shadow:                    org.w3c.css.properties.css2.CssTextShadow
 line-height:                    org.w3c.css.properties.css2.CssLineHeight
-min-width:                      org.w3c.css.properties.css1.CssMinWidth
+min-width:                      org.w3c.css.properties.css2.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

Index: CSS2Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- CSS2Properties.properties	28 Sep 2012 11:30:58 -0000	1.24
+++ CSS2Properties.properties	11 Oct 2012 09:53:51 -0000	1.25
@@ -60,7 +60,7 @@
 padding:                        org.w3c.css.properties.css2.CssPadding
 
 width:                          org.w3c.css.properties.css2.CssWidth
-min-width:                      org.w3c.css.properties.css1.CssMinWidth
+min-width:                      org.w3c.css.properties.css2.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

Index: CSS3Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- CSS3Properties.properties	8 Oct 2012 12:20:46 -0000	1.135
+++ CSS3Properties.properties	11 Oct 2012 09:53:51 -0000	1.136
@@ -155,7 +155,7 @@
 padding:                                org.w3c.css.properties.css3.CssPadding
 
 width:                                  org.w3c.css.properties.css3.CssWidth
-min-width:                              org.w3c.css.properties.css3.CssMinWidthCSS3
+min-width:                              org.w3c.css.properties.css3.CssMinWidth
 max-width:                              org.w3c.css.properties.css3.CssMaxWidthCSS3
 min-height:                             org.w3c.css.properties.css3.CssMinHeightCSS3
 max-height:                             org.w3c.css.properties.css3.CssMaxHeightCSS3

Received on Thursday, 11 October 2012 09:53:54 UTC