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

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

Modified Files:
	ATSCProperties.properties CSS21Properties.properties 
	CSS2Properties.properties CSS3Properties.properties 
	MobileProperties.properties 
Log Message:
removing column-span form css2/21/atsc and row-span

--- /sources/public/2002/css-validator/org/w3c/css/properties/ATSCProperties.properties	2012/12/06 18:58:12	1.39
+++ /sources/public/2002/css-validator/org/w3c/css/properties/ATSCProperties.properties	2012/12/06 19:11:19	1.40
@@ -185,8 +185,6 @@
 max-width:             org.w3c.css.properties.atsc.CssMaxWidth
 min-height:            org.w3c.css.properties.atsc.CssMinHeight
 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.atsc.CssTableLayout
 border-collapse:       org.w3c.css.properties.atsc.CssBorderCollapse
 border-spacing:        org.w3c.css.properties.atsc.CssBorderSpacing
--- /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties	2012/12/06 18:58:12	1.44
+++ /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties	2012/12/06 19:11:19	1.45
@@ -86,8 +86,6 @@
 quotes:                         org.w3c.css.properties.css21.CssQuotes
 counter-reset:                  org.w3c.css.properties.css21.CssCounterReset
 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.css21.CssTableLayout
 caption-side:                   org.w3c.css.properties.css21.CssCaptionSide
 border-collapse:                org.w3c.css.properties.css21.CssBorderCollapse
--- /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties	2012/12/06 18:58:13	1.45
+++ /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties	2012/12/06 19:11:19	1.46
@@ -89,8 +89,6 @@
 counter-reset:                  org.w3c.css.properties.css2.CssCounterReset
 counter-increment:              org.w3c.css.properties.css2.CssCounterIncrement
 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.CssTableLayout
 caption-side:                   org.w3c.css.properties.css2.CssCaptionSide
 border-collapse:                org.w3c.css.properties.css2.CssBorderCollapse
--- /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties	2012/12/06 18:58:13	1.170
+++ /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties	2012/12/06 19:11:19	1.171
@@ -238,7 +238,6 @@
 voice-duration:                         org.w3c.css.properties.aural.ACssVoiceDuration
 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.css3.CssTableLayout
 caption-side:                           org.w3c.css.properties.css3.CssCaptionSide
 border-collapse:                        org.w3c.css.properties.css3.CssBorderCollapse
--- /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties	2012/12/06 18:58:13	1.41
+++ /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties	2012/12/06 19:11:19	1.42
@@ -67,8 +67,6 @@
 
 # Table properties
 
-row-span:                       org.w3c.css.properties.css21.table.RowSpan
-column-span:                    org.w3c.css.properties.css2.table.ColumnSpan
 table-layout:                   org.w3c.css.properties.css21.CssTableLayout
 caption-side:                   org.w3c.css.properties.css21.CssCaptionSide
 border-collapse:                org.w3c.css.properties.css21.CssBorderCollapse

Received on Thursday, 6 December 2012 19:11:20 UTC