- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 02 Nov 2012 13:37:10 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties In directory hutz:/tmp/cvs-serv7359 Modified Files: ATSCProperties.properties CSS1Properties.properties CSS21Properties.properties CSS2Properties.properties CSS3Properties.properties MobileProperties.properties TVProperties.properties Log Message: vertical align per css1/2/21/3/tv/mobile Index: CSS3Properties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties,v retrieving revision 1.150 retrieving revision 1.151 diff -u -d -r1.150 -r1.151 --- CSS3Properties.properties 19 Oct 2012 10:05:51 -0000 1.150 +++ CSS3Properties.properties 2 Nov 2012 13:37:07 -0000 1.151 @@ -160,7 +160,7 @@ word-spacing: org.w3c.css.properties.css3.CssWordSpacing letter-spacing: org.w3c.css.properties.css3.CssLetterSpacing -vertical-align: org.w3c.css.properties.css1.CssVerticalAlign +vertical-align: org.w3c.css.properties.css3.CssVerticalAlign line-height: org.w3c.css.properties.css3.CssLineHeight margin-top: org.w3c.css.properties.css3.CssMarginTop margin-bottom: org.w3c.css.properties.css3.CssMarginBottom Index: CSS2Properties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- CSS2Properties.properties 19 Oct 2012 10:05:51 -0000 1.30 +++ CSS2Properties.properties 2 Nov 2012 13:37:07 -0000 1.31 @@ -43,7 +43,7 @@ letter-spacing: org.w3c.css.properties.css2.CssLetterSpacing text-decoration: org.w3c.css.properties.css2.CssTextDecoration text-shadow: org.w3c.css.properties.css2.CssTextShadow -vertical-align: org.w3c.css.properties.css1.CssVerticalAlign +vertical-align: org.w3c.css.properties.css2.CssVerticalAlign text-transform: org.w3c.css.properties.css2.CssTextTransform text-align: org.w3c.css.properties.css2.CssTextAlign text-indent: org.w3c.css.properties.css2.CssTextIndent Index: MobileProperties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- MobileProperties.properties 19 Oct 2012 10:05:51 -0000 1.23 +++ MobileProperties.properties 2 Nov 2012 13:37:08 -0000 1.24 @@ -14,7 +14,7 @@ background-position: org.w3c.css.properties.css1.CssBackgroundPositionMob background: org.w3c.css.properties.css1.CssBackgroundMob text-decoration: org.w3c.css.properties.css1.CssTextDecorationMob -vertical-align: org.w3c.css.properties.css1.CssVerticalAlignMob +vertical-align: org.w3c.css.properties.mobile.CssVerticalAlign text-transform: org.w3c.css.properties.css2.CssTextTransform text-align: org.w3c.css.properties.css1.CssTextAlignMob text-indent: org.w3c.css.properties.css1.CssTextIndentMob Index: ATSCProperties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/ATSCProperties.properties,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- ATSCProperties.properties 19 Oct 2012 10:05:51 -0000 1.23 +++ ATSCProperties.properties 2 Nov 2012 13:37:07 -0000 1.24 @@ -99,7 +99,7 @@ word-spacing: org.w3c.css.properties.css1.CssWordSpacing letter-spacing: org.w3c.css.properties.css1.CssLetterSpacing text-decoration: org.w3c.css.properties.css1.CssTextDecoration -vertical-align: org.w3c.css.properties.css1.CssVerticalAlign +vertical-align: org.w3c.css.properties.css2.CssVerticalAlign text-transform: org.w3c.css.properties.css2.CssTextTransform text-align: org.w3c.css.properties.css2.CssTextAlign text-indent: org.w3c.css.properties.css2.CssTextIndent Index: TVProperties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/TVProperties.properties,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- TVProperties.properties 16 Oct 2012 20:43:58 -0000 1.15 +++ TVProperties.properties 2 Nov 2012 13:37:08 -0000 1.16 @@ -62,7 +62,7 @@ position: org.w3c.css.properties.tv.CssPositionTV right: org.w3c.css.properties.css2.CssRight text-decoration: org.w3c.css.properties.css1.CssTextDecorationTV -vertical-align: org.w3c.css.properties.css1.CssVerticalAlignTV +vertical-align: org.w3c.css.properties.tv.CssVerticalAlign text-align: org.w3c.css.properties.css1.CssTextAlignTV text-indent: org.w3c.css.properties.css2.CssTextIndent text-transform: org.w3c.css.properties.css2.CssTextTransform Index: CSS1Properties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS1Properties.properties,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- CSS1Properties.properties 28 Sep 2012 09:51:34 -0000 1.10 +++ CSS1Properties.properties 2 Nov 2012 13:37:07 -0000 1.11 @@ -19,7 +19,7 @@ word-spacing: org.w3c.css.properties.css1.CssWordSpacing letter-spacing: org.w3c.css.properties.css1.CssLetterSpacing text-decoration: org.w3c.css.properties.css1.CssTextDecoration -vertical-align: org.w3c.css.properties.css1.CssVerticalAlignCSS1 +vertical-align: org.w3c.css.properties.css1.CssVerticalAlign text-transform: org.w3c.css.properties.css1.CssTextTransform text-align: org.w3c.css.properties.css1.CssTextAlign text-indent: org.w3c.css.properties.css1.CssTextIndent Index: CSS21Properties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- CSS21Properties.properties 19 Oct 2012 10:05:51 -0000 1.29 +++ CSS21Properties.properties 2 Nov 2012 13:37:07 -0000 1.30 @@ -42,7 +42,7 @@ word-spacing: org.w3c.css.properties.css21.CssWordSpacing letter-spacing: org.w3c.css.properties.css21.CssLetterSpacing text-decoration: org.w3c.css.properties.css21.CssTextDecoration -vertical-align: org.w3c.css.properties.css1.CssVerticalAlign +vertical-align: org.w3c.css.properties.css21.CssVerticalAlign text-transform: org.w3c.css.properties.css21.CssTextTransform text-align: org.w3c.css.properties.css21.CssTextAlign text-indent: org.w3c.css.properties.css21.CssTextIndent
Received on Friday, 2 November 2012 13:37:13 UTC