- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 07 Oct 2012 10:41:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties In directory hutz:/tmp/cvs-serv21488 Modified Files: CSS3Properties.properties Media.properties Log Message: css align-content/items/self per http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/ Index: Media.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/Media.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Media.properties 4 Oct 2012 12:11:23 -0000 1.3 +++ Media.properties 7 Oct 2012 10:41:50 -0000 1.4 @@ -105,7 +105,6 @@ counter-increment: all marker-offset: handheld, print, projection, screen, tty, tv row-span: handheld, print, projection, screen, tty, tv -column-span: handheld, print, projection, screen, tty, tv table-layout: handheld, print, projection, screen, tty, tv caption-side: handheld, print, projection, screen, tty, tv empty-cells: handheld, print, projection, screen, tty, tv @@ -122,11 +121,16 @@ orphans: handheld, print, projection, screen, tty, tv widows: handheld, print, projection, screen, tty, tv -transition: braille, handheld, projection, screen, speech, tty, tv -transition-delay: braille, handheld, projection, screen, speech, tty, tv -transition-duration: braille, handheld, projection, screen, speech, tty, tv -transition-property: braille, handheld, projection, screen, speech, tty, tv -transition-timing-function: braille, handheld, projection, screen, speech, tty, tv +transition: braille, handheld, projection, screen, speech, tty, tv +transition-delay: braille, handheld, projection, screen, speech, tty, tv +transition-duration: braille, handheld, projection, screen, speech, tty, tv +transition-property: braille, handheld, projection, screen, speech, tty, tv +transition-timing-function: braille, handheld, projection, screen, speech, tty, tv + +align-content: handheld, print, projection, screen, tty, tv +align-items: handheld, print, projection, screen, tty, tv +align-self: handheld, print, projection, screen, tty, tv + volume: aural, speech pause-before: aural, speech @@ -184,7 +188,6 @@ toggle-group: all group-reset: all text-justify: handheld, print, projection, screen, tty, tv -text-align-last: handheld, print, projection, screen, tty, tv min-font-size: handheld, print, projection, screen, tty, tv max-font-size: handheld, print, projection, screen, tty, tv text-justify-trim: handheld, print, projection, screen, tty, tv Index: CSS3Properties.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties,v retrieving revision 1.116 retrieving revision 1.117 diff -u -d -r1.116 -r1.117 --- CSS3Properties.properties 4 Oct 2012 10:26:20 -0000 1.116 +++ CSS3Properties.properties 7 Oct 2012 10:41:50 -0000 1.117 @@ -58,11 +58,16 @@ # transitions -transition org.w3c.css.properties.css3.CssTransition -transition-delay org.w3c.css.properties.css3.CssTransitionDelay -transition-duration org.w3c.css.properties.css3.CssTransitionDuration -transition-property org.w3c.css.properties.css3.CssTransitionProperty -transition-timing-function org.w3c.css.properties.css3.CssTransitionTimingFunction +transition: org.w3c.css.properties.css3.CssTransition +transition-delay: org.w3c.css.properties.css3.CssTransitionDelay +transition-duration: org.w3c.css.properties.css3.CssTransitionDuration +transition-property: org.w3c.css.properties.css3.CssTransitionProperty +transition-timing-function: org.w3c.css.properties.css3.CssTransitionTimingFunction + +# flexbox +align-content: org.w3c.css.properties.css3.CssAlignContent +align-items: org.w3c.css.properties.css3.CssAlignItems +align-self: org.w3c.css.properties.css3.CssAlignSelf # http://www.w3.org/TR/2009/CR-css3-background-20091217/ background-image: org.w3c.css.properties.css3.CssBackgroundImage
Received on Sunday, 7 October 2012 10:41:53 UTC