2002/css-validator/org/w3c/css/properties ATSCProperties.properties,1.20,1.21 CSS21Properties.properties,1.26,1.27 CSS2Properties.properties,1.27,1.28 CSS3Properties.properties,1.138,1.139 MobileProperties.properties,1.20,1.21

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

Modified Files:
	ATSCProperties.properties CSS21Properties.properties 
	CSS2Properties.properties CSS3Properties.properties 
	MobileProperties.properties 
Log Message:
max-height per css1-css3

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

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

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

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

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

Received on Thursday, 11 October 2012 13:17:43 UTC