2002/css-validator/org/w3c/css/properties CSS3Properties.properties,1.124,1.125 Media.properties,1.11,1.12

Update of /sources/public/2002/css-validator/org/w3c/css/properties
In directory hutz:/tmp/cvs-serv10667

Modified Files:
	CSS3Properties.properties Media.properties 
Log Message:
flex-basis per http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/#flex-basis-propdef

Index: Media.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/Media.properties,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Media.properties	7 Oct 2012 13:37:28 -0000	1.11
+++ Media.properties	7 Oct 2012 14:45:51 -0000	1.12
@@ -130,6 +130,7 @@
 align-content:                  handheld, print, projection, screen, tty, tv
 align-items:                    handheld, print, projection, screen, tty, tv
 align-self:                     handheld, print, projection, screen, tty, tv
+flex-basis:                     handheld, print, projection, screen, tty, tv
 flex-direction:                 handheld, print, projection, screen, tty, tv
 flex-wrap:                      handheld, print, projection, screen, tty, tv
 flex-flow:                      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.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- CSS3Properties.properties	7 Oct 2012 13:37:28 -0000	1.124
+++ CSS3Properties.properties	7 Oct 2012 14:45:51 -0000	1.125
@@ -68,6 +68,7 @@
 align-content:                          org.w3c.css.properties.css3.CssAlignContent
 align-items:                            org.w3c.css.properties.css3.CssAlignItems
 align-self:                             org.w3c.css.properties.css3.CssAlignSelf
+flex-basis:                             org.w3c.css.properties.css3.CssFlexBasis
 flex-direction:                         org.w3c.css.properties.css3.CssFlexDirection
 flex-wrap:                              org.w3c.css.properties.css3.CssFlexWrap
 flex-flow:                              org.w3c.css.properties.css3.CssFlexFlow

Received on Sunday, 7 October 2012 14:45:55 UTC