- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 04 Oct 2011 13:05:25 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties In directory hutz:/tmp/cvs-serv17942/org/w3c/css/properties Modified Files: ATSCProperties.properties CSS1Properties.properties CSS21Properties.properties CSS2Properties.properties CSS3Properties.properties MobileProperties.properties SVGBasicProperties.properties SVGProperties.properties SVGTinyProperties.properties TVProperties.properties Log Message: some reordering to have only one background-color to check in checkConflicts (like what was done for CssColors Index: SVGBasicProperties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/SVGBasicProperties.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- SVGBasicProperties.properties 4 Sep 2011 21:01:51 -0000 1.4 +++ SVGBasicProperties.properties 4 Oct 2011 13:05:23 -0000 1.5 @@ -3,7 +3,7 @@ clip: org.w3c.css.properties.css1.CssClip clip-path: org.w3c.css.properties.svg.ClipPath clip-rule: org.w3c.css.properties.svg.ClipRule -color: org.w3c.css.properties.css1.CssColor +color: org.w3c.css.properties.css3.CssColor color-interpolation: org.w3c.css.properties.svg.ColorInterpolation color-interpolation-filters: org.w3c.css.properties.svg.ColorInterpolation color-profile: org.w3c.css.properties.svg.ColorProfile Index: CSS3Properties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- CSS3Properties.properties 27 Sep 2011 08:15:44 -0000 1.20 +++ CSS3Properties.properties 4 Oct 2011 13:05:23 -0000 1.21 @@ -7,17 +7,17 @@ font-stretch: org.w3c.css.properties.css1.CssFontStretch font-size-adjust: org.w3c.css.properties.css1.CssFontSizeAdjust font: org.w3c.css.properties.css1.CssFont -color: org.w3c.css.properties.css1.CssColor +color: org.w3c.css.properties.css3.CssColor # http://www.w3.org/TR/2009/CR-css3-background-20091217/ -background-image: org.w3c.css.properties.css.CssBackgroundImage -background-repeat: org.w3c.css.properties.css.CssBackgroundRepeat -background-attachment: org.w3c.css.properties.css.CssBackgroundAttachment -background-clip: org.w3c.css.properties.css.CssBackgroundClip -background-origin: org.w3c.css.properties.css.CssBackgroundOrigin -background-size: org.w3c.css.properties.css.CssBackgroundSize -background-position: org.w3c.css.properties.css.CssBackgroundPosition -background-color: org.w3c.css.properties.css.CssBackgroundColor -background: org.w3c.css.properties.css.CssBackground +background-image: org.w3c.css.properties.css3.CssBackgroundImage +background-repeat: org.w3c.css.properties.css3.CssBackgroundRepeat +background-attachment: org.w3c.css.properties.css3.CssBackgroundAttachment +background-clip: org.w3c.css.properties.css3.CssBackgroundClip +background-origin: org.w3c.css.properties.css3.CssBackgroundOrigin +background-size: org.w3c.css.properties.css3.CssBackgroundSize +background-position: org.w3c.css.properties.css3.CssBackgroundPosition +background-color: org.w3c.css.properties.css3.CssBackgroundColor +background: org.w3c.css.properties.css3.CssBackground box-decoration-break: org.w3c.css.properties.css.CssBoxDecorationBreak @@ -214,8 +214,6 @@ fit: org.w3c.css.properties.css3.CssFit link: org.w3c.css.properties.css3.CssLink handheld.background-clip: org.w3c.css.properties.css3.CssBackgroundClip -background-quantity: org.w3c.css.properties.css3.CssBackgroundQuantity -background-spacing: org.w3c.css.properties.css3.CssBackgroundSpacing all-space-treatment: org.w3c.css.properties.css3.CssAllSpaceTreatment hanging-punctuation: org.w3c.css.properties.css3.CssHangingPunctuation line-grid: org.w3c.css.properties.css3.CssLineGrid Index: CSS2Properties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- CSS2Properties.properties 27 Sep 2011 08:15:44 -0000 1.9 +++ CSS2Properties.properties 4 Oct 2011 13:05:23 -0000 1.10 @@ -9,7 +9,7 @@ font-stretch: org.w3c.css.properties.css1.CssFontStretchCSS2 font-size-adjust: org.w3c.css.properties.css1.CssFontSizeAdjustCSS2 font: org.w3c.css.properties.css1.CssFontCSS2 -color: org.w3c.css.properties.css1.CssColorCSS2 +color: org.w3c.css.properties.css2.CssColor background-color: org.w3c.css.properties.css2.CssBackgroundColorCSS2 background-image: org.w3c.css.properties.css2.CssBackgroundImageCSS2 background-repeat: org.w3c.css.properties.css2.CssBackgroundRepeatCSS2 Index: SVGTinyProperties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/SVGTinyProperties.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- SVGTinyProperties.properties 5 Jan 2010 13:49:34 -0000 1.2 +++ SVGTinyProperties.properties 4 Oct 2011 13:05:23 -0000 1.3 @@ -1,4 +1,4 @@ -color: org.w3c.css.properties.css1.CssColor +color: org.w3c.css.properties.css3.CssColor display: org.w3c.css.properties.css.CssDisplay fill: org.w3c.css.properties.svg.Fill fill-rule: org.w3c.css.properties.svg.FillRule Index: MobileProperties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- MobileProperties.properties 11 Sep 2011 20:30:22 -0000 1.7 +++ MobileProperties.properties 4 Oct 2011 13:05:23 -0000 1.8 @@ -6,7 +6,7 @@ font-size: org.w3c.css.properties.css1.CssFontSizeCSS2 font-family: org.w3c.css.properties.css1.CssFontFamilyCSS2 font: org.w3c.css.properties.css1.CssFontCSS2 -color: org.w3c.css.properties.css1.CssColorCSS2 +color: org.w3c.css.properties.css2.CssColor background-color: org.w3c.css.properties.css1.CssBackgroundColorMob background-image: org.w3c.css.properties.css1.CssBackgroundImageMob background-repeat: org.w3c.css.properties.css1.CssBackgroundRepeatMob Index: ATSCProperties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/ATSCProperties.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- ATSCProperties.properties 4 Sep 2011 21:01:50 -0000 1.5 +++ ATSCProperties.properties 4 Oct 2011 13:05:23 -0000 1.6 @@ -89,7 +89,7 @@ font-size: org.w3c.css.properties.css1.CssFontSizeCSS2 font-family: org.w3c.css.properties.css1.CssFontFamilyCSS2 font: org.w3c.css.properties.css1.CssFontCSS2 -color: org.w3c.css.properties.atsc.ATSCColor +color: org.w3c.css.properties.css2.CssCColor background-color: org.w3c.css.properties.atsc.CssBackgroundColorATSC background-image: org.w3c.css.properties.atsc.CssBackgroundImageATSC background-repeat: org.w3c.css.properties.atsc.CssBackgroundRepeatATSC Index: TVProperties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/TVProperties.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- TVProperties.properties 4 Sep 2011 17:56:30 -0000 1.4 +++ TVProperties.properties 4 Oct 2011 13:05:23 -0000 1.5 @@ -29,7 +29,7 @@ caption-side: org.w3c.css.table.CaptionSide clear: org.w3c.css.properties.css1.CssClear clip: org.w3c.css.properties.css1.CssClip -color: org.w3c.css.properties.css1.CssColorCSS2 +color: org.w3c.css.properties.css2.CssColor display: org.w3c.css.properties.css1.CssDisplay float: org.w3c.css.properties.css1.CssFloatCSS2 font: org.w3c.css.properties.css1.CssFontCSS2 Index: CSS1Properties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS1Properties.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- CSS1Properties.properties 31 Aug 2011 18:34:49 -0000 1.5 +++ CSS1Properties.properties 4 Oct 2011 13:05:23 -0000 1.6 @@ -8,7 +8,7 @@ font-size: org.w3c.css.properties.css1.CssFontSizeCSS1 font-family: org.w3c.css.properties.css1.CssFontFamilyCSS1 font: org.w3c.css.properties.css1.CssFontCSS1 -color: org.w3c.css.properties.css1.CssColorCSS1 +color: org.w3c.css.properties.css1.CssColor background-color: org.w3c.css.properties.css1.CssBackgroundColorCSS1 background-image: org.w3c.css.properties.css1.CssBackgroundImageCSS1 background-repeat: org.w3c.css.properties.css1.CssBackgroundRepeatCSS1 Index: SVGProperties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/SVGProperties.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- SVGProperties.properties 4 Sep 2011 21:01:51 -0000 1.4 +++ SVGProperties.properties 4 Oct 2011 13:05:23 -0000 1.5 @@ -3,7 +3,7 @@ clip: org.w3c.css.properties.css1.CssClip clip-path: org.w3c.css.properties.svg.ClipPath clip-rule: org.w3c.css.properties.svg.ClipRule -color: org.w3c.css.properties.css1.CssColor +color: org.w3c.css.properties.css3.CssColor color-interpolation: org.w3c.css.properties.svg.ColorInterpolation color-interpolation-filters: org.w3c.css.properties.svg.ColorInterpolation color-profile: org.w3c.css.properties.svg.ColorProfile Index: CSS21Properties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- CSS21Properties.properties 27 Sep 2011 08:15:44 -0000 1.9 +++ CSS21Properties.properties 4 Oct 2011 13:05:23 -0000 1.10 @@ -7,7 +7,7 @@ font-size: org.w3c.css.properties.css1.CssFontSizeCSS2 font-family: org.w3c.css.properties.css1.CssFontFamilyCSS2 font: org.w3c.css.properties.css1.CssFontCSS2 -color: org.w3c.css.properties.css21.CssColorCSS21 +color: org.w3c.css.properties.css21.CssColor # background background-color: org.w3c.css.properties.css21.CssBackgroundColorCSS21 background-image: org.w3c.css.properties.css2.CssBackgroundImageCSS2
Received on Tuesday, 4 October 2011 13:06:02 UTC