- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 02 Nov 2012 14:34:28 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties
In directory hutz:/tmp/cvs-serv4088
Modified Files:
ATSCProperties.properties CSS21Properties.properties
CSS2Properties.properties CSS3Properties.properties
MobileProperties.properties
Log Message:
marker-offset is only defined in css2 (and atsc profile)
Index: ATSCProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/ATSCProperties.properties,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- ATSCProperties.properties 2 Nov 2012 13:37:07 -0000 1.24
+++ ATSCProperties.properties 2 Nov 2012 14:34:25 -0000 1.25
@@ -179,7 +179,7 @@
text-shadow: org.w3c.css.properties.atsc.CssTextShadow
direction: org.w3c.css.properties.css1.CssDirectionATSC
unicode-bidi: org.w3c.css.properties.css1.CssUnicodeBidiATSC
-marker-offset: org.w3c.css.properties.css1.CssMarkerOffsetATSC
+marker-offset: org.w3c.css.properties.atsc.CssMarkerOffset
quotes: org.w3c.css.properties.css1.CssQuotesATSC
min-width: org.w3c.css.properties.atsc.CssMinWidth
max-width: org.w3c.css.properties.atsc.CssMaxWidth
Index: CSS21Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- CSS21Properties.properties 2 Nov 2012 13:37:07 -0000 1.30
+++ CSS21Properties.properties 2 Nov 2012 14:34:25 -0000 1.31
@@ -86,7 +86,6 @@
quotes: org.w3c.css.properties.css1.CssQuotes
counter-reset: org.w3c.css.properties.css1.CssCounterReset
counter-increment: org.w3c.css.properties.css1.CssCounterIncrement
-marker-offset: org.w3c.css.properties.css1.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
Index: MobileProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- MobileProperties.properties 2 Nov 2012 14:14:12 -0000 1.27
+++ MobileProperties.properties 2 Nov 2012 14:34:25 -0000 1.28
@@ -101,7 +101,6 @@
overflow: org.w3c.css.properties.css1.CssOverflow
clip: org.w3c.css.properties.css1.CssClip
quotes: org.w3c.css.properties.css1.CssQuotes
-marker-offset: org.w3c.css.properties.css1.CssMarkerOffset
# Aural Properties
volume: org.w3c.css.properties.aural.ACssVolume
Index: CSS2Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- CSS2Properties.properties 2 Nov 2012 13:37:07 -0000 1.31
+++ CSS2Properties.properties 2 Nov 2012 14:34:25 -0000 1.32
@@ -88,7 +88,7 @@
quotes: org.w3c.css.properties.css1.CssQuotes
counter-reset: org.w3c.css.properties.css1.CssCounterReset
counter-increment: org.w3c.css.properties.css1.CssCounterIncrement
-marker-offset: org.w3c.css.properties.css1.CssMarkerOffset
+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
Index: CSS3Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -d -r1.151 -r1.152
--- CSS3Properties.properties 2 Nov 2012 13:37:07 -0000 1.151
+++ CSS3Properties.properties 2 Nov 2012 14:34:25 -0000 1.152
@@ -202,7 +202,6 @@
quotes: org.w3c.css.properties.css1.CssQuotes
counter-reset: org.w3c.css.properties.css1.CssCounterReset
counter-increment: org.w3c.css.properties.css1.CssCounterIncrement
-marker-offset: org.w3c.css.properties.css1.CssMarkerOffset
# Aural Properties
volume: org.w3c.css.properties.aural.ACssVolume
pause-before: org.w3c.css.properties.aural.ACssPauseBefore
Received on Friday, 2 November 2012 14:34:29 UTC