2002/css-validator/org/w3c/css/properties ATSCProperties.properties,1.6,1.7 CSS1Properties.properties,1.8,1.9 CSS21Properties.properties,1.12,1.13 CSS2Properties.properties,1.12,1.13 CSS3Properties.properties,1.31,1.32 MobileProperties.properties,1.8,1.9 SVGBasicProperties.properties,1.5,1.6 SVGProperties.properties,1.5,1.6 SVGTinyProperties.properties,1.3,1.4 TVProperties.properties,1.5,1.6

Update of /sources/public/2002/css-validator/org/w3c/css/properties
In directory hutz:/tmp/cvs-serv31218/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:
font revamp, still some missing properties for CSS3 and @font-face for CSS2 and CSS3

Index: SVGBasicProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/SVGBasicProperties.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- SVGBasicProperties.properties	4 Oct 2011 13:05:23 -0000	1.5
+++ SVGBasicProperties.properties	4 Aug 2012 21:17:03 -0000	1.6
@@ -19,14 +19,14 @@
 filter:                         org.w3c.css.properties.svg.Filter
 flood-opacity:                  org.w3c.css.properties.svg.FloodOpacity
 flood-color:                    org.w3c.css.properties.svg.FloodColor
-font:                           org.w3c.css.properties.css1.CssFontCSS2
-font-family:                    org.w3c.css.properties.css1.CssFontFamilyCSS2
-font-size-adjust:               org.w3c.css.properties.css1.CssFontSizeAdjustCSS2
-font-stretch:                   org.w3c.css.properties.css1.CssFontStretchCSS2
-font-style:                     org.w3c.css.properties.css1.CssFontStyleCSS2
-font-variant:                   org.w3c.css.properties.css1.CssFontVariantCSS2
-font-weight:                    org.w3c.css.properties.css1.CssFontWeightCSS2
-font-size:                      org.w3c.css.properties.css1.CssFontSizeCSS2
+font:                           org.w3c.css.properties.css2.CssFont
+font-family:                    org.w3c.css.properties.css2.CssFontFamily
+font-size-adjust:               org.w3c.css.properties.css2.CssFontSizeAdjust
+font-stretch:                   org.w3c.css.properties.css2.CssFontStretch
+font-style:                     org.w3c.css.properties.css2.CssFontStyle
+font-variant:                   org.w3c.css.properties.css2.CssFontVariant
+font-weight:                    org.w3c.css.properties.css2.CssFontWeight
+font-size:                      org.w3c.css.properties.css2.CssFontSize
 glyph-orientation-horizontal:   org.w3c.css.properties.css3.CssGlyphHor
 glyph-orientation-vertical:     org.w3c.css.properties.css3.CssGlyphOrVert
 image-rendering:                org.w3c.css.properties.svg.ImageRendering

Index: CSS3Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- CSS3Properties.properties	19 Jun 2012 18:55:22 -0000	1.31
+++ CSS3Properties.properties	4 Aug 2012 21:17:03 -0000	1.32
@@ -1,12 +1,12 @@
 # CSS3 Properties
-font-style:                             org.w3c.css.properties.css1.CssFontStyle
-font-variant:                           org.w3c.css.properties.css1.CssFontVariant
-font-weight:                            org.w3c.css.properties.css1.CssFontWeight
-font-size:                              org.w3c.css.properties.css1.CssFontSize
-font-family:                            org.w3c.css.properties.css1.CssFontFamily
-font-stretch:                           org.w3c.css.properties.css1.CssFontStretch
-font-size-adjust:                       org.w3c.css.properties.css1.CssFontSizeAdjust
-font:                                   org.w3c.css.properties.css1.CssFont
+font-style:                             org.w3c.css.properties.css3.CssFontStyle
+font-variant:                           org.w3c.css.properties.css3.CssFontVariant
+font-weight:                            org.w3c.css.properties.css3.CssFontWeight
+font-size:                              org.w3c.css.properties.css3.CssFontSize
+font-family:                            org.w3c.css.properties.css3.CssFontFamily
+font-stretch:                           org.w3c.css.properties.css3.CssFontStretch
+font-size-adjust:                       org.w3c.css.properties.css3.CssFontSizeAdjust
+font:                                   org.w3c.css.properties.css3.CssFont
 
 color:                                  org.w3c.css.properties.css3.CssColor
 # http://www.w3.org/TR/2009/CR-css3-background-20091217/
@@ -159,11 +159,6 @@
 opacity:                                org.w3c.css.properties.css3.CssOpacity
 color-profile:                          org.w3c.css.properties.css3.CssColorProfile
 rendering-intent:                       org.w3c.css.properties.css3.CssRenderIntent
-font-effect:                            org.w3c.css.properties.css3.CssFontEffect
-font-smooth:                            org.w3c.css.properties.css3.CssFontSmooth
-font-emphasize-style:                   org.w3c.css.properties.css3.CssFontEmphasizeStyle
-font-emphasize-position:                org.w3c.css.properties.css3.CssFontEmphasizePos
-font-emphasize:                         org.w3c.css.properties.css3.CssFontEmphasize
 ruby-position:                          org.w3c.css.properties.css3.CssRubyPosition
 ruby-align:                             org.w3c.css.properties.css3.CssRubyAlign
 ruby-overhang:                          org.w3c.css.properties.css3.CssRubyOverhang

Index: CSS2Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- CSS2Properties.properties	25 Apr 2012 20:21:53 -0000	1.12
+++ CSS2Properties.properties	4 Aug 2012 21:17:03 -0000	1.13
@@ -1,14 +1,14 @@
 # All properties for all media
 
 # CSS2 Properties
-font-style:                     org.w3c.css.properties.css1.CssFontStyleCSS2
-font-variant:                   org.w3c.css.properties.css1.CssFontVariantCSS2
-font-weight:                    org.w3c.css.properties.css1.CssFontWeightCSS2
-font-size:                      org.w3c.css.properties.css1.CssFontSizeCSS2
-font-family:                    org.w3c.css.properties.css1.CssFontFamilyCSS2
-font-stretch:                   org.w3c.css.properties.css1.CssFontStretchCSS2
-font-size-adjust:               org.w3c.css.properties.css1.CssFontSizeAdjustCSS2
-font:                           org.w3c.css.properties.css1.CssFontCSS2
+font-style:                     org.w3c.css.properties.css2.CssFontStyle
+font-variant:                   org.w3c.css.properties.css2.CssFontVariant
+font-weight:                    org.w3c.css.properties.css2.CssFontWeight
+font-size:                      org.w3c.css.properties.css2.CssFontSize
+font-family:                    org.w3c.css.properties.css2.CssFontFamily
+font-stretch:                   org.w3c.css.properties.css2.CssFontStretch
+font-size-adjust:               org.w3c.css.properties.css2.CssFontSizeAdjust
+font:                           org.w3c.css.properties.css2.CssFont
 color:                          org.w3c.css.properties.css2.CssColor
 
 background-color:               org.w3c.css.properties.css2.CssBackgroundColor
@@ -47,7 +47,7 @@
 text-transform:                 org.w3c.css.properties.css1.CssTextTransform
 text-align:                     org.w3c.css.properties.css1.CssTextAlign
 text-indent:                    org.w3c.css.properties.css1.CssTextIndent
-line-height:                    org.w3c.css.properties.css1.CssLineHeightCSS2
+line-height:                    org.w3c.css.properties.css2.CssLineHeight
 margin-top:                     org.w3c.css.properties.css1.CssMarginTop
 margin-bottom:                  org.w3c.css.properties.css1.CssMarginBottom
 margin-left:                    org.w3c.css.properties.css1.CssMarginLeft

Index: SVGTinyProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/SVGTinyProperties.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- SVGTinyProperties.properties	4 Oct 2011 13:05:23 -0000	1.3
+++ SVGTinyProperties.properties	4 Aug 2012 21:17:03 -0000	1.4
@@ -2,11 +2,11 @@
 display:                        org.w3c.css.properties.css.CssDisplay
 fill:                           org.w3c.css.properties.svg.Fill
 fill-rule:                      org.w3c.css.properties.svg.FillRule
-font:                           org.w3c.css.properties.css1.CssFontCSS2
-font-family:                    org.w3c.css.properties.css1.CssFontFamilyCSS2
-font-size:                      org.w3c.css.properties.css1.CssFontSizeCSS2
-font-style:                     org.w3c.css.properties.css1.CssFontStyleCSS2
-font-weight:                    org.w3c.css.properties.css1.CssFontWeightCSS2
+font:                           org.w3c.css.properties.css21.CssFont
+font-family:                    org.w3c.css.properties.css21.CssFontFamily
+font-size:                      org.w3c.css.properties.css21.CssFontSize
+font-style:                     org.w3c.css.properties.css21.CssFontStyle
+font-weight:                    org.w3c.css.properties.css21.CssFontWeight
 stroke:                         org.w3c.css.properties.svg.Stroke
 stroke-dashoffset:              org.w3c.css.properties.svg.StrokeDashOffset
 stroke-dasharray:               org.w3c.css.properties.svg.StrokeDashArray

Index: MobileProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- MobileProperties.properties	4 Oct 2011 13:05:23 -0000	1.8
+++ MobileProperties.properties	4 Aug 2012 21:17:03 -0000	1.9
@@ -1,11 +1,11 @@
 # Mobile Properties
 
-font-style:                     org.w3c.css.properties.css1.CssFontStyleCSS2
-font-variant:                   org.w3c.css.properties.css1.CssFontVariantCSS2
-font-weight:                    org.w3c.css.properties.css1.CssFontWeightCSS2
-font-size:                      org.w3c.css.properties.css1.CssFontSizeCSS2
-font-family:                    org.w3c.css.properties.css1.CssFontFamilyCSS2
-font:                           org.w3c.css.properties.css1.CssFontCSS2
+font-style:                     org.w3c.css.properties.css2.CssFontStyle
+font-variant:                   org.w3c.css.properties.css2.CssFontVariant
+font-weight:                    org.w3c.css.properties.css2.CssFontWeight
+font-size:                      org.w3c.css.properties.css2.CssFontSize
+font-family:                    org.w3c.css.properties.css2.CssFontFamily
+font:                           org.w3c.css.properties.css2.CssFont
 color:                          org.w3c.css.properties.css2.CssColor
 background-color:               org.w3c.css.properties.css1.CssBackgroundColorMob
 background-image:               org.w3c.css.properties.css1.CssBackgroundImageMob
@@ -80,12 +80,12 @@
 outline-width:                  org.w3c.css.properties.css2.user.OutlineWidth
 outline-style:                  org.w3c.css.properties.css2.user.OutlineStyle
 outline-color:                  org.w3c.css.properties.css2.user.OutlineColor
-font-stretch:                   org.w3c.css.properties.css1.CssFontStretchCSS2
-font-size-adjust:               org.w3c.css.properties.css1.CssFontSizeAdjustCSS2
+font-stretch:                   org.w3c.css.properties.css2.CssFontStretch
+font-size-adjust:               org.w3c.css.properties.css2.CssFontSizeAdjust
 word-spacing:                   org.w3c.css.properties.css1.CssWordSpacing
 letter-spacing:                 org.w3c.css.properties.css1.CssLetterSpacing
 text-shadow:                    org.w3c.css.properties.css1.CssTextShadow
-line-height:                    org.w3c.css.properties.css1.CssLineHeightCSS2
+line-height:                    org.w3c.css.properties.css2.CssLineHeight
 min-width:                      org.w3c.css.properties.css1.CssMinWidth
 max-width:                      org.w3c.css.properties.css1.CssMaxWidth
 min-height:                     org.w3c.css.properties.css1.CssMinHeight

Index: ATSCProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/ATSCProperties.properties,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ATSCProperties.properties	4 Oct 2011 13:05:23 -0000	1.6
+++ ATSCProperties.properties	4 Aug 2012 21:17:03 -0000	1.7
@@ -83,12 +83,12 @@
 atsc-nav-left       org.w3c.css.properties.atsc.ATSCNavLeft
 atsc-nav-right      org.w3c.css.properties.atsc.ATSCNavRight    
 atsc-nav-up                 org.w3c.css.properties.atsc.ATSCNavUp
-font-style:            org.w3c.css.properties.css1.CssFontStyleCSS2
-font-variant:          org.w3c.css.properties.css1.CssFontVariantCSS2
-font-weight:           org.w3c.css.properties.css1.CssFontWeightCSS2
-font-size:             org.w3c.css.properties.css1.CssFontSizeCSS2
-font-family:           org.w3c.css.properties.css1.CssFontFamilyCSS2
-font:                  org.w3c.css.properties.css1.CssFontCSS2
+font-style:            org.w3c.css.properties.css2.CssFontStyle
+font-variant:          org.w3c.css.properties.css2.CssFontVariant
+font-weight:           org.w3c.css.properties.css2.CssFontWeight
+font-size:             org.w3c.css.properties.css2.CssFontSize
+font-family:           org.w3c.css.properties.css2.CssFontFamily
+font:                  org.w3c.css.properties.css2.CssFont
 color:                 org.w3c.css.properties.css2.CssCColor
 background-color:      org.w3c.css.properties.atsc.CssBackgroundColorATSC
 background-image:      org.w3c.css.properties.atsc.CssBackgroundImageATSC
@@ -103,7 +103,7 @@
 text-transform:        org.w3c.css.properties.css1.CssTextTransform
 text-align:            org.w3c.css.properties.css1.CssTextAlign
 text-indent:           org.w3c.css.properties.css1.CssTextIndent
-line-height:           org.w3c.css.properties.css1.CssLineHeightCSS2
+line-height:           org.w3c.css.properties.css2.CssLineHeight
 margin-top:            org.w3c.css.properties.css1.CssMarginTop
 margin-bottom:         org.w3c.css.properties.css1.CssMarginBottom
 margin-left:           org.w3c.css.properties.css1.CssMarginLeft

Index: TVProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/TVProperties.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- TVProperties.properties	4 Oct 2011 13:05:23 -0000	1.5
+++ TVProperties.properties	4 Aug 2012 21:17:04 -0000	1.6
@@ -32,15 +32,15 @@
 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
-font-family:           org.w3c.css.properties.css1.CssFontFamilyCSS2
-font-size:             org.w3c.css.properties.css1.CssFontSizeCSS2
-font-style:            org.w3c.css.properties.css1.CssFontStyleCSS2
-font-variant:          org.w3c.css.properties.css1.CssFontVariantCSS2
-font-weight:           org.w3c.css.properties.css1.CssFontWeightCSS2
+font:                  org.w3c.css.properties.css2.CssFont
+font-family:           org.w3c.css.properties.css2.CssFontFamily
+font-size:             org.w3c.css.properties.css2.CssFontSize
+font-style:            org.w3c.css.properties.css2.CssFontStyle
+font-variant:          org.w3c.css.properties.css2.CssFontVariant
+font-weight:           org.w3c.css.properties.css2.CssFontWeight
 height:                org.w3c.css.properties.css1.CssHeight
 left:                  org.w3c.css.properties.css1.CssLeft
-line-height:           org.w3c.css.properties.css1.CssLineHeightCSS2
+line-height:           org.w3c.css.properties.css2.CssLineHeight
 list-style-image:      org.w3c.css.properties.css1.CssListStyleImageCSS2
 list-style-position:   org.w3c.css.properties.css1.CssListStylePositionCSS2
 list-style:            org.w3c.css.properties.css1.CssListStyleCSS2

Index: CSS1Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS1Properties.properties,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- CSS1Properties.properties	25 Apr 2012 20:21:53 -0000	1.8
+++ CSS1Properties.properties	4 Aug 2012 21:17:03 -0000	1.9
@@ -1,13 +1,12 @@
 
 # Fonts properties
 
-font-style:            org.w3c.css.properties.css1.CssFontStyleCSS1
-font-variant:          org.w3c.css.properties.css1.CssFontVariantCSS1
-font-weight:           org.w3c.css.properties.css1.CssFontWeightCSS1
-font-stretch:          org.w3c.css.properties.css1.CssFontStretchCSS1
-font-size:             org.w3c.css.properties.css1.CssFontSizeCSS1
-font-family:           org.w3c.css.properties.css1.CssFontFamilyCSS1
-font:                  org.w3c.css.properties.css1.CssFontCSS1
+font-style:            org.w3c.css.properties.css1.CssFontStyle
+font-variant:          org.w3c.css.properties.css1.CssFontVariant
+font-weight:           org.w3c.css.properties.css1.CssFontWeight
+font-size:             org.w3c.css.properties.css1.CssFontSize
+font-family:           org.w3c.css.properties.css1.CssFontFamily
+font:                  org.w3c.css.properties.css1.CssFont
 color:                 org.w3c.css.properties.css1.CssColor
 
 background-color:      org.w3c.css.properties.css1.CssBackgroundColor
@@ -24,7 +23,7 @@
 text-transform:        org.w3c.css.properties.css1.CssTextTransform
 text-align:            org.w3c.css.properties.css1.CssTextAlign
 text-indent:           org.w3c.css.properties.css1.CssTextIndent
-line-height:           org.w3c.css.properties.css1.CssLineHeightCSS1
+line-height:           org.w3c.css.properties.css1.CssLineHeight
 margin-top:            org.w3c.css.properties.css1.CssMarginTop
 margin-bottom:         org.w3c.css.properties.css1.CssMarginBottom
 margin-left:           org.w3c.css.properties.css1.CssMarginLeft

Index: SVGProperties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/SVGProperties.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- SVGProperties.properties	4 Oct 2011 13:05:23 -0000	1.5
+++ SVGProperties.properties	4 Aug 2012 21:17:03 -0000	1.6
@@ -13,13 +13,13 @@
 display:                        org.w3c.css.properties.css.CssDisplay
 dominant-baseline:              org.w3c.css.properties.svg.DominantBaseline
 enable-background:              org.w3c.css.properties.svg.EnableBackground
-font:                           org.w3c.css.properties.css1.CssFontCSS2
-font-family:                    org.w3c.css.properties.css1.CssFontFamilyCSS2
-font-size-adjust:               org.w3c.css.properties.css1.CssFontSizeAdjustCSS2
-font-stretch:                   org.w3c.css.properties.css1.CssFontStretchCSS2
-font-style:                     org.w3c.css.properties.css1.CssFontStyleCSS2
-font-variant:                   org.w3c.css.properties.css1.CssFontVariantCSS2
-font-weight:                    org.w3c.css.properties.css1.CssFontWeightCSS2
+font:                           org.w3c.css.properties.css2.CssFont
+font-family:                    org.w3c.css.properties.css2.CssFontFamily
+font-size-adjust:               org.w3c.css.properties.css2.CssFontSizeAdjust
+font-stretch:                   org.w3c.css.properties.css2.CssFontStretch
+font-style:                     org.w3c.css.properties.css2.CssFontStyle
+font-variant:                   org.w3c.css.properties.css2.CssFontVariant
+font-weight:                    org.w3c.css.properties.css2.CssFontWeight
 glyph-orientation-horizontal:   org.w3c.css.properties.css3.CssGlyphHor
 glyph-orientation-vertical:     org.w3c.css.properties.css3.CssGlyphOrVert
 letter-spacing:                 org.w3c.css.properties.css1.CssLetterSpacing
@@ -60,6 +60,6 @@
 flood-color:                    org.w3c.css.properties.svg.FloodColor
 stroke:                         org.w3c.css.properties.svg.Stroke
 fill:                           org.w3c.css.properties.svg.Fill
-font-size:                      org.w3c.css.properties.css1.CssFontSizeCSS2
+font-size:                      org.w3c.css.properties.css21.CssFontSize
 solid-color:                    org.w3c.css.properties.svg.SolidColor
 solid-opacity:                  org.w3c.css.properties.svg.SolidOpacity

Index: CSS21Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- CSS21Properties.properties	25 Apr 2012 20:21:53 -0000	1.12
+++ CSS21Properties.properties	4 Aug 2012 21:17:03 -0000	1.13
@@ -1,12 +1,14 @@
 # All properties for all media
 
 # CSS2 Properties
-font-style:                     org.w3c.css.properties.css1.CssFontStyleCSS2
-font-variant:                   org.w3c.css.properties.css1.CssFontVariantCSS2
-font-weight:                    org.w3c.css.properties.css1.CssFontWeightCSS2
-font-size:                      org.w3c.css.properties.css1.CssFontSizeCSS2
-font-family:                    org.w3c.css.properties.css1.CssFontFamilyCSS2
-font:                           org.w3c.css.properties.css1.CssFontCSS2
+#font
+font-style:                     org.w3c.css.properties.css21.CssFontStyle
+font-variant:                   org.w3c.css.properties.css21.CssFontVariant
+font-weight:                    org.w3c.css.properties.css21.CssFontWeight
+font-size:                      org.w3c.css.properties.css21.CssFontSize
+font-family:                    org.w3c.css.properties.css21.CssFontFamily
+font:                           org.w3c.css.properties.css21.CssFont
+
 color:                          org.w3c.css.properties.css21.CssColor
 # background
 background-color:               org.w3c.css.properties.css21.CssBackgroundColor
@@ -44,7 +46,7 @@
 text-transform:                 org.w3c.css.properties.css1.CssTextTransform
 text-align:                     org.w3c.css.properties.css21.CssTextAlignCSS21
 text-indent:                    org.w3c.css.properties.css1.CssTextIndent
-line-height:                    org.w3c.css.properties.css1.CssLineHeightCSS2
+line-height:                    org.w3c.css.properties.css21.CssLineHeight
 margin-top:                     org.w3c.css.properties.css1.CssMarginTop
 margin-bottom:                  org.w3c.css.properties.css1.CssMarginBottom
 margin-left:                    org.w3c.css.properties.css1.CssMarginLeft

Received on Saturday, 4 August 2012 21:17:38 UTC