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

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

Modified Files:
	ATSCProperties.properties CSS21Properties.properties 
	CSS2Properties.properties CSS3Properties.properties 
	MobileProperties.properties 
Log Message:
caption-side pre css2/css21

--- /sources/public/2002/css-validator/org/w3c/css/properties/ATSCProperties.properties	2012/12/05 15:22:02	1.36
+++ /sources/public/2002/css-validator/org/w3c/css/properties/ATSCProperties.properties	2012/12/05 15:47:17	1.37
@@ -156,7 +156,7 @@
 content:               org.w3c.css.properties.css1.CssContentCSS2
 counter-reset:         org.w3c.css.properties.css2.CssCounterReset
 counter-increment:     org.w3c.css.properties.css2.CssCounterIncrement
-caption-side:          org.w3c.css.properties.css2.table.CaptionSide
+caption-side:          org.w3c.css.properties.css2.CssCaptionSide
 
 # these properties are valid for CSS2 but have a warning for ATSC
 
--- /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties	2012/12/05 15:22:02	1.41
+++ /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties	2012/12/05 15:47:17	1.42
@@ -89,7 +89,7 @@
 #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
-caption-side:                   org.w3c.css.properties.css21.table.CssCaptionSideCSS21
+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
 empty-cells:                    org.w3c.css.properties.css21.CssEmptyCells
--- /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties	2012/12/05 15:22:02	1.42
+++ /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties	2012/12/05 15:47:17	1.43
@@ -92,7 +92,7 @@
 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
-caption-side:                   org.w3c.css.properties.css2.table.CaptionSide
+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
 empty-cells:                    org.w3c.css.properties.css2.CssEmptyCells
--- /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties	2012/12/05 15:22:02	1.167
+++ /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties	2012/12/05 15:47:17	1.168
@@ -240,7 +240,7 @@
 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
-caption-side:                           org.w3c.css.properties.css2.table.CaptionSide
+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
 empty-cells:                            org.w3c.css.properties.css3.CssEmptyCells
--- /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties	2012/12/05 15:22:03	1.38
+++ /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties	2012/12/05 15:47:17	1.39
@@ -70,7 +70,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
-caption-side:                   org.w3c.css.properties.css2.table.CaptionSide
+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
 empty-cells:                    org.w3c.css.properties.css21.CssEmptyCells

Received on Wednesday, 5 December 2012 15:47:28 UTC