2002/css-validator/org/w3c/css/properties ATSCProperties.properties,1.19,1.20 CSS21Properties.properties,1.25,1.26 CSS2Properties.properties,1.26,1.27 CSS3Properties.properties,1.137,1.138 MobileProperties.properties,1.19,1.20

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

Modified Files:
	ATSCProperties.properties CSS21Properties.properties 
	CSS2Properties.properties CSS3Properties.properties 
	MobileProperties.properties 
Log Message:
min-height plus the auto value from flexbox for the css3 version

Index: CSS3Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -d -r1.137 -r1.138
--- CSS3Properties.properties	11 Oct 2012 12:36:13 -0000	1.137
+++ CSS3Properties.properties	11 Oct 2012 12:55:38 -0000	1.138
@@ -157,7 +157,7 @@
 width:                                  org.w3c.css.properties.css3.CssWidth
 min-width:                              org.w3c.css.properties.css3.CssMinWidth
 max-width:                              org.w3c.css.properties.css3.CssMaxWidth
-min-height:                             org.w3c.css.properties.css3.CssMinHeightCSS3
+min-height:                             org.w3c.css.properties.css3.CssMinHeight
 max-height:                             org.w3c.css.properties.css3.CssMaxHeightCSS3
 height:                                 org.w3c.css.properties.css3.CssHeight
 float:                                  org.w3c.css.properties.css3.CssFloat

Index: CSS2Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- CSS2Properties.properties	11 Oct 2012 12:36:13 -0000	1.26
+++ CSS2Properties.properties	11 Oct 2012 12:55:38 -0000	1.27
@@ -62,7 +62,7 @@
 width:                          org.w3c.css.properties.css2.CssWidth
 min-width:                      org.w3c.css.properties.css2.CssMinWidth
 max-width:                      org.w3c.css.properties.css2.CssMaxWidth
-min-height:                     org.w3c.css.properties.css1.CssMinHeight
+min-height:                     org.w3c.css.properties.css2.CssMinHeight
 max-height:                     org.w3c.css.properties.css1.CssMaxHeight
 height:                         org.w3c.css.properties.css2.CssHeight
 float:                          org.w3c.css.properties.css2.CssFloat

Index: MobileProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- MobileProperties.properties	11 Oct 2012 12:36:13 -0000	1.19
+++ MobileProperties.properties	11 Oct 2012 12:55:38 -0000	1.20
@@ -88,7 +88,7 @@
 line-height:                    org.w3c.css.properties.css2.CssLineHeight
 min-width:                      org.w3c.css.properties.css2.CssMinWidth
 max-width:                      org.w3c.css.properties.css2.CssMaxWidth
-min-height:                     org.w3c.css.properties.css1.CssMinHeight
+min-height:                     org.w3c.css.properties.css2.CssMinHeight
 max-height:                     org.w3c.css.properties.css1.CssMaxHeight
 position:                       org.w3c.css.properties.css2.CssPosition
 z-index:                        org.w3c.css.properties.css21.CssZIndex

Index: ATSCProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/ATSCProperties.properties,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- ATSCProperties.properties	11 Oct 2012 12:36:13 -0000	1.19
+++ ATSCProperties.properties	11 Oct 2012 12:55:38 -0000	1.20
@@ -183,7 +183,7 @@
 quotes:                org.w3c.css.properties.css1.CssQuotesATSC
 min-width:             org.w3c.css.properties.atsc.CssMinWidth
 max-width:             org.w3c.css.properties.atsc.CssMaxWidth
-min-height:            org.w3c.css.properties.css1.CssMinHeightATSC
+min-height:            org.w3c.css.properties.atsc.CssMinHeight
 max-height:            org.w3c.css.properties.css1.CssMaxHeightATSC
 row-span:               org.w3c.css.properties.css2.table.RowSpanATSC
 column-span:            org.w3c.css.properties.css2.table.ColumnSpanATSC

Index: CSS21Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- CSS21Properties.properties	11 Oct 2012 12:36:13 -0000	1.25
+++ CSS21Properties.properties	11 Oct 2012 12:55:38 -0000	1.26
@@ -60,7 +60,7 @@
 width:                          org.w3c.css.properties.css21.CssWidth
 min-width:                      org.w3c.css.properties.css21.CssMinWidth
 max-width:                      org.w3c.css.properties.css21.CssMaxWidth
-min-height:                     org.w3c.css.properties.css1.CssMinHeight
+min-height:                     org.w3c.css.properties.css21.CssMinHeight
 max-height:                     org.w3c.css.properties.css1.CssMaxHeight
 height:                         org.w3c.css.properties.css21.CssHeight
 float:                          org.w3c.css.properties.css21.CssFloat

Received on Thursday, 11 October 2012 12:55:41 UTC