CVS 2002/css-validator/org/w3c/css/properties

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

Modified Files:
	ATSCProperties.properties CSS21Properties.properties 
	CSS2Properties.properties CSS3Properties.properties 
	MobileProperties.properties 
Log Message:
table-layout per css2/css21

--- /sources/public/2002/css-validator/org/w3c/css/properties/ATSCProperties.properties	2012/12/05 15:47:17	1.37
+++ /sources/public/2002/css-validator/org/w3c/css/properties/ATSCProperties.properties	2012/12/06 15:54:48	1.38
@@ -187,7 +187,7 @@
 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
+table-layout:          org.w3c.css.properties.atsc.CssTableLayout
 border-collapse:       org.w3c.css.properties.atsc.CssBorderCollapse
 border-spacing:         org.w3c.css.properties.css2.table.BorderSpacingATSC
 empty-cells:           org.w3c.css.properties.atsc.CssEmptyCells
--- /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties	2012/12/05 15:47:17	1.42
+++ /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties	2012/12/06 15:54:48	1.43
@@ -88,7 +88,7 @@
 counter-increment:              org.w3c.css.properties.css21.CssCounterIncrement
 #row-span:                       org.w3c.css.properties.css2.table.RowSpan
 #column-span:                    org.w3c.css.properties.css2.table.ColumnSpan
-table-layout:                   org.w3c.css.properties.css2.table.TableLayout
+table-layout:                   org.w3c.css.properties.css21.CssTableLayout
 caption-side:                   org.w3c.css.properties.css21.CssCaptionSide
 border-collapse:                org.w3c.css.properties.css21.CssBorderCollapse
 border-spacing:                 org.w3c.css.properties.css2.table.BorderSpacing
--- /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties	2012/12/05 15:47:17	1.43
+++ /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties	2012/12/06 15:54:48	1.44
@@ -91,7 +91,7 @@
 marker-offset:                  org.w3c.css.properties.css2.CssMarkerOffset
 row-span:                       org.w3c.css.properties.css2.table.RowSpan
 column-span:                    org.w3c.css.properties.css2.table.ColumnSpan
-table-layout:                   org.w3c.css.properties.css2.table.TableLayout
+table-layout:                   org.w3c.css.properties.css2.CssTableLayout
 caption-side:                   org.w3c.css.properties.css2.CssCaptionSide
 border-collapse:                org.w3c.css.properties.css2.CssBorderCollapse
 border-spacing:                 org.w3c.css.properties.css2.table.BorderSpacing
--- /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties	2012/12/05 15:47:17	1.168
+++ /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties	2012/12/06 15:54:48	1.169
@@ -239,7 +239,7 @@
 phonemes:                               org.w3c.css.properties.aural.ACssPhonemes
 interpret-as:                           org.w3c.css.properties.aural.ACssInterpretAs
 row-span:                               org.w3c.css.properties.css2.table.RowSpan
-table-layout:                           org.w3c.css.properties.css2.table.TableLayout
+table-layout:                           org.w3c.css.properties.css3.CssTableLayout
 caption-side:                           org.w3c.css.properties.css3.CssCaptionSide
 border-collapse:                        org.w3c.css.properties.css3.CssBorderCollapse
 border-spacing:                         org.w3c.css.properties.css2.table.BorderSpacing
--- /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties	2012/12/05 15:47:17	1.39
+++ /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties	2012/12/06 15:54:48	1.40
@@ -69,7 +69,7 @@
 
 row-span:                       org.w3c.css.properties.css21.table.RowSpan
 column-span:                    org.w3c.css.properties.css2.table.ColumnSpan
-table-layout:                   org.w3c.css.properties.css2.table.TableLayout
+table-layout:                   org.w3c.css.properties.css21.CssTableLayout
 caption-side:                   org.w3c.css.properties.css21.CssCaptionSide
 border-collapse:                org.w3c.css.properties.css21.CssBorderCollapse
 border-spacing:                 org.w3c.css.properties.css2.table.BorderSpacing

Received on Thursday, 6 December 2012 15:54:54 UTC