- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 09 Feb 2012 17:36:29 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties In directory hutz:/tmp/cvs-serv25830/w3c/css/properties Modified Files: CSS1Properties.properties CSS21Properties.properties CSS2Properties.properties CSS3Properties.properties Log Message: various things: Use of BigIntegers to avoid limits, background-* are now avoiding multiplication of checks and properties in CssXStyles impls, various updates for other properties, use of a string reader for string input, added the possibility of not following links, prepared for aggregation of all uris parsed Index: CSS21Properties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- CSS21Properties.properties 4 Oct 2011 13:05:23 -0000 1.10 +++ CSS21Properties.properties 9 Feb 2012 17:36:27 -0000 1.11 @@ -9,15 +9,15 @@ font: org.w3c.css.properties.css1.CssFontCSS2 color: org.w3c.css.properties.css21.CssColor # background -background-color: org.w3c.css.properties.css21.CssBackgroundColorCSS21 -background-image: org.w3c.css.properties.css2.CssBackgroundImageCSS2 -background-repeat: org.w3c.css.properties.css2.CssBackgroundRepeatCSS2 -background-attachment: org.w3c.css.properties.css2.CssBackgroundAttachmentCSS2 -background-position: org.w3c.css.properties.css21.CssBackgroundPositionCSS21 -background: org.w3c.css.properties.css21.CssBackgroundCSS21 +background-color: org.w3c.css.properties.css21.CssBackgroundColor +background-image: org.w3c.css.properties.css2.CssBackgroundImage +background-repeat: org.w3c.css.properties.css2.CssBackgroundRepeat +background-attachment: org.w3c.css.properties.css2.CssBackgroundAttachment +background-position: org.w3c.css.properties.css21.CssBackgroundPosition +background: org.w3c.css.properties.css21.CssBackground -word-spacing: org.w3c.css.properties.css1.CssWordSpacing -letter-spacing: org.w3c.css.properties.css1.CssLetterSpacing +word-spacing: org.w3c.css.properties.css21.CssWordSpacing +letter-spacing: org.w3c.css.properties.css21.CssLetterSpacing text-decoration: org.w3c.css.properties.css1.CssTextDecoration vertical-align: org.w3c.css.properties.css1.CssVerticalAlign text-transform: org.w3c.css.properties.css1.CssTextTransform @@ -71,7 +71,7 @@ right: org.w3c.css.properties.css1.CssRight left: org.w3c.css.properties.css1.CssLeft bottom: org.w3c.css.properties.css1.CssBottom -white-space: org.w3c.css.properties.css21.CssWhiteSpaceCSS21 +white-space: org.w3c.css.properties.css21.CssWhiteSpace list-style-type: org.w3c.css.properties.css21.CssListStyleTypeCSS21 list-style-image: org.w3c.css.properties.css1.CssListStyleImageCSS2 list-style-position: org.w3c.css.properties.css1.CssListStylePositionCSS2 Index: CSS3Properties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- CSS3Properties.properties 21 Oct 2011 01:49:09 -0000 1.25 +++ CSS3Properties.properties 9 Feb 2012 17:36:27 -0000 1.26 @@ -27,8 +27,8 @@ border-top-left-radius: org.w3c.css.properties.css3.CssBorderTopLeftRadius border-radius: org.w3c.css.properties.css3.CssBorderRadius # -word-spacing: org.w3c.css.properties.css3.CssWordSpacingCSS3 -letter-spacing: org.w3c.css.properties.css1.CssLetterSpacing +word-spacing: org.w3c.css.properties.css3.CssWordSpacing +letter-spacing: org.w3c.css.properties.css3.CssLetterSpacing text-decoration: org.w3c.css.properties.css3.CssTextDecorationCSS3 text-shadow: org.w3c.css.properties.css1.CssTextShadow vertical-align: org.w3c.css.properties.css1.CssVerticalAlign @@ -83,7 +83,7 @@ right: org.w3c.css.properties.css1.CssRight left: org.w3c.css.properties.css1.CssLeft bottom: org.w3c.css.properties.css1.CssBottom -white-space: org.w3c.css.properties.css3.CssWhiteSpaceCSS3 +white-space: org.w3c.css.properties.css3.CssWhiteSpace list-style-type: org.w3c.css.properties.css1.CssListStyleType list-style-image: org.w3c.css.properties.css1.CssListStyleImage list-style-position: org.w3c.css.properties.css1.CssListStylePosition Index: CSS2Properties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- CSS2Properties.properties 4 Oct 2011 13:05:23 -0000 1.10 +++ CSS2Properties.properties 9 Feb 2012 17:36:27 -0000 1.11 @@ -10,14 +10,14 @@ font-size-adjust: org.w3c.css.properties.css1.CssFontSizeAdjustCSS2 font: org.w3c.css.properties.css1.CssFontCSS2 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 -background-attachment: org.w3c.css.properties.css2.CssBackgroundAttachmentCSS2 -background-position: org.w3c.css.properties.css2.CssBackgroundPositionCSS2 -background: org.w3c.css.properties.css2.CssBackgroundCSS2 -word-spacing: org.w3c.css.properties.css1.CssWordSpacing -letter-spacing: org.w3c.css.properties.css1.CssLetterSpacing +background-color: org.w3c.css.properties.css2.CssBackgroundColor +background-image: org.w3c.css.properties.css2.CssBackgroundImage +background-repeat: org.w3c.css.properties.css2.CssBackgroundRepeat +background-attachment: org.w3c.css.properties.css2.CssBackgroundAttachment +background-position: org.w3c.css.properties.css2.CssBackgroundPosition +background: org.w3c.css.properties.css2.CssBackground +word-spacing: org.w3c.css.properties.css2.CssWordSpacing +letter-spacing: org.w3c.css.properties.css2.CssLetterSpacing text-decoration: org.w3c.css.properties.css1.CssTextDecoration text-shadow: org.w3c.css.properties.css1.CssTextShadow vertical-align: org.w3c.css.properties.css1.CssVerticalAlign @@ -72,7 +72,7 @@ right: org.w3c.css.properties.css1.CssRight left: org.w3c.css.properties.css1.CssLeft bottom: org.w3c.css.properties.css1.CssBottom -white-space: org.w3c.css.properties.css1.CssWhiteSpace +white-space: org.w3c.css.properties.css2.CssWhiteSpace list-style-type: org.w3c.css.properties.css1.CssListStyleTypeCSS2 list-style-image: org.w3c.css.properties.css1.CssListStyleImageCSS2 list-style-position: org.w3c.css.properties.css1.CssListStylePositionCSS2 Index: CSS1Properties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS1Properties.properties,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- CSS1Properties.properties 4 Oct 2011 13:05:23 -0000 1.6 +++ CSS1Properties.properties 9 Feb 2012 17:36:27 -0000 1.7 @@ -9,12 +9,12 @@ font-family: org.w3c.css.properties.css1.CssFontFamilyCSS1 font: org.w3c.css.properties.css1.CssFontCSS1 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 -background-attachment: org.w3c.css.properties.css1.CssBackgroundAttachmentCSS1 -background-position: org.w3c.css.properties.css1.CssBackgroundPositionCSS1 -background: org.w3c.css.properties.css1.CssBackgroundCSS1 +background-color: org.w3c.css.properties.css1.CssBackgroundColor +background-image: org.w3c.css.properties.css1.CssBackgroundImage +background-repeat: org.w3c.css.properties.css1.CssBackgroundRepeat +background-attachment: org.w3c.css.properties.css1.CssBackgroundAttachment +background-position: org.w3c.css.properties.css1.CssBackgroundPosition +background: org.w3c.css.properties.css1.CssBackground word-spacing: org.w3c.css.properties.css1.CssWordSpacing letter-spacing: org.w3c.css.properties.css1.CssLetterSpacing text-decoration: org.w3c.css.properties.css1.CssTextDecoration
Received on Thursday, 9 February 2012 17:37:07 UTC