- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Oct 2012 20:44:00 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties In directory hutz:/tmp/cvs-serv19650 Modified Files: ATSCProperties.properties CSS21Properties.properties CSS2Properties.properties CSS3Properties.properties MobileProperties.properties TVProperties.properties Log Message: outline/outline-color/outline-width/outline-style per css2 2.1 and http://www.w3.org/TR/2012/WD-css3-ui-20120117/ outline-offset per http://www.w3.org/TR/2012/WD-css3-ui-20120117/ Index: CSS3Properties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties,v retrieving revision 1.146 retrieving revision 1.147 diff -u -d -r1.146 -r1.147 --- CSS3Properties.properties 15 Oct 2012 15:08:25 -0000 1.146 +++ CSS3Properties.properties 16 Oct 2012 20:43:57 -0000 1.147 @@ -149,6 +149,11 @@ box-sizing: org.w3c.css.properties.css3.CssBoxSizing resize: org.w3c.css.properties.css3.CssResize +outline: org.w3c.css.properties.css3.CssOutline +outline-width: org.w3c.css.properties.css3.CssOutlineWidth +outline-style: org.w3c.css.properties.css3.CssOutlineStyle +outline-color: org.w3c.css.properties.css3.CssOutlineColor +outline-offset: org.w3c.css.properties.css3.CssOutlineOffset word-spacing: org.w3c.css.properties.css3.CssWordSpacing letter-spacing: org.w3c.css.properties.css3.CssLetterSpacing @@ -233,10 +238,6 @@ empty-cells: org.w3c.css.properties.css2.table.EmptyCells speak-header: org.w3c.css.properties.css2.table.SpeakHeader cursor: org.w3c.css.properties.css2.user.Cursor -outline: org.w3c.css.properties.css2.user.Outline -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 page-break-before: org.w3c.css.properties.paged.PageBreakBefore page-break-after: org.w3c.css.properties.paged.PageBreakAfter page-break-inside: org.w3c.css.properties.paged.PageBreakInside @@ -281,7 +282,6 @@ nav-right: org.w3c.css.properties.css3.CssNavRight nav-down: org.w3c.css.properties.css3.CssNavDown nav-left: org.w3c.css.properties.css3.CssNavLeft -outline-offset: org.w3c.css.properties.css3.CssOutlineOffset overflow-x: org.w3c.css.properties.css3.CssOverflowX overflow-y: org.w3c.css.properties.css3.CssOverflowY ruby-span: org.w3c.css.properties.css3.CssRubySpan Index: CSS2Properties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS2Properties.properties,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- CSS2Properties.properties 11 Oct 2012 13:17:36 -0000 1.28 +++ CSS2Properties.properties 16 Oct 2012 20:43:57 -0000 1.29 @@ -97,10 +97,10 @@ border-spacing: org.w3c.css.properties.css2.table.BorderSpacing empty-cells: org.w3c.css.properties.css2.table.EmptyCells speak-header: org.w3c.css.properties.css2.table.SpeakHeader -outline: org.w3c.css.properties.css2.user.Outline -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 +outline: org.w3c.css.properties.css2.CssOutline +outline-width: org.w3c.css.properties.css2.CssOutlineWidth +outline-style: org.w3c.css.properties.css2.CssOutlineStyle +outline-color: org.w3c.css.properties.css2.CssOutlineColor page-break-before: org.w3c.css.properties.paged.PageBreakBefore page-break-after: org.w3c.css.properties.paged.PageBreakAfter page-break-inside: org.w3c.css.properties.paged.PageBreakInside Index: MobileProperties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/MobileProperties.properties,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- MobileProperties.properties 11 Oct 2012 13:17:36 -0000 1.21 +++ MobileProperties.properties 16 Oct 2012 20:43:58 -0000 1.22 @@ -69,17 +69,17 @@ 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 +table-layout: org.w3c.css.properties.css2.table.TableLayout caption-side: org.w3c.css.properties.css2.table.CaptionSide border-collapse: org.w3c.css.properties.css2.table.BorderCollapse border-spacing: org.w3c.css.properties.css2.table.BorderSpacing empty-cells: org.w3c.css.properties.css2.table.EmptyCells speak-header: org.w3c.css.properties.css2.table.SpeakHeader cursor: org.w3c.css.properties.css2.user.CursorCSS2 -outline: org.w3c.css.properties.css2.user.Outline -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 +outline: org.w3c.css.properties.css2.CssOutline +outline-width: org.w3c.css.properties.css2.CssOutlineWidth +outline-style: org.w3c.css.properties.css2.CssOutlineStyle +outline-color: org.w3c.css.properties.css2.CssOutlineColor 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 Index: ATSCProperties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/ATSCProperties.properties,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- ATSCProperties.properties 11 Oct 2012 13:17:36 -0000 1.21 +++ ATSCProperties.properties 16 Oct 2012 20:43:57 -0000 1.22 @@ -193,10 +193,10 @@ empty-cells: org.w3c.css.properties.css2.table.EmptyCellsATSC speak-header: org.w3c.css.properties.css2.table.SpeakHeaderATSC cursor: org.w3c.css.properties.css2.user.CursorATSC -outline: org.w3c.css.properties.css2.user.OutlineATSC -outline-width: org.w3c.css.properties.css2.user.OutlineWidthATSC -outline-style: org.w3c.css.properties.css2.user.OutlineStyleATSC -outline-color: org.w3c.css.properties.css2.user.OutlineColorATSC +outline: org.w3c.css.properties.atsc.CssOutline +outline-width: org.w3c.css.properties.atsc.CssOutlineWidth +outline-style: org.w3c.css.properties.atsc.CssOutlineStyle +outline-color: org.w3c.css.properties.atsc.CssOutlineColor page-break-before: org.w3c.css.properties.paged.PageBreakBeforeATSC page-break-after: org.w3c.css.properties.paged.PageBreakAfterATSC page-break-inside: org.w3c.css.properties.paged.PageBreakInsideATSC Index: TVProperties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/TVProperties.properties,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- TVProperties.properties 28 Sep 2012 11:30:59 -0000 1.14 +++ TVProperties.properties 16 Oct 2012 20:43:58 -0000 1.15 @@ -50,10 +50,10 @@ margin-left: org.w3c.css.properties.css2.CssMarginLeft margin-right: org.w3c.css.properties.css2.CssMarginRight margin: org.w3c.css.properties.css2.CssMargin -outline: org.w3c.css.user.Outline -outline-width: org.w3c.css.user.OutlineWidth -outline-style: org.w3c.css.user.OutlineStyle -outline-color: org.w3c.css.user.OutlineColor +outline: org.w3c.css.properties.css2.CssOutline +outline-width: org.w3c.css.properties.css2.CssOutlineWidth +outline-style: org.w3c.css.properties.css2.CssOutlineStyle +outline-color: org.w3c.css.properties.css2.CssOutlineColor padding-top: org.w3c.css.properties.css2.CssPaddingTop padding-bottom: org.w3c.css.properties.css2.CssPaddingBottom padding-left: org.w3c.css.properties.css2.CssPaddingLeft Index: CSS21Properties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS21Properties.properties,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- CSS21Properties.properties 11 Oct 2012 13:17:36 -0000 1.27 +++ CSS21Properties.properties 16 Oct 2012 20:43:57 -0000 1.28 @@ -95,10 +95,10 @@ border-spacing: org.w3c.css.properties.css2.table.BorderSpacing empty-cells: org.w3c.css.properties.css2.table.EmptyCells speak-header: org.w3c.css.properties.css2.table.SpeakHeader -outline: org.w3c.css.properties.css2.user.Outline -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 +outline: org.w3c.css.properties.css12.CssOutline +outline-width: org.w3c.css.properties.css21.CssOutlineWidth +outline-style: org.w3c.css.properties.css21.CssOutlineStyle +outline-color: org.w3c.css.properties.css21.CssOutlineColor page-break-before: org.w3c.css.properties.paged.PageBreakBefore page-break-after: org.w3c.css.properties.paged.PageBreakAfter page-break-inside: org.w3c.css.properties.paged.PageBreakInside
Received on Tuesday, 16 October 2012 20:44:31 UTC