2002/css-validator/org/w3c/css/properties CSS3Properties.properties,1.125,1.126 Media.properties,1.12,1.13

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

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

Index: Media.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/Media.properties,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Media.properties	7 Oct 2012 14:45:51 -0000	1.12
+++ Media.properties	8 Oct 2012 07:20:47 -0000	1.13
@@ -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:                           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

Index: CSS3Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- CSS3Properties.properties	7 Oct 2012 14:45:51 -0000	1.125
+++ CSS3Properties.properties	8 Oct 2012 07:20:47 -0000	1.126
@@ -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:                                   org.w3c.css.properties.css3.CssFlex
 flex-basis:                             org.w3c.css.properties.css3.CssFlexBasis
 flex-direction:                         org.w3c.css.properties.css3.CssFlexDirection
 flex-wrap:                              org.w3c.css.properties.css3.CssFlexWrap

Received on Monday, 8 October 2012 07:20:51 UTC