2002/css-validator/org/w3c/css/properties CSS3Properties.properties,1.121,1.122 Media.properties,1.8,1.9

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

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

Index: Media.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/Media.properties,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Media.properties	7 Oct 2012 12:59:37 -0000	1.8
+++ Media.properties	7 Oct 2012 13:12:17 -0000	1.9
@@ -133,6 +133,7 @@
 flex-direction:                 handheld, print, projection, screen, tty, tv
 flex-wrap:                      handheld, print, projection, screen, tty, tv
 flex-flow:                      handheld, print, projection, screen, tty, tv
+flex-grow:                      handheld, print, projection, screen, tty, tv
 justify-content:                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.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- CSS3Properties.properties	7 Oct 2012 12:59:36 -0000	1.121
+++ CSS3Properties.properties	7 Oct 2012 13:12:17 -0000	1.122
@@ -71,6 +71,7 @@
 flex-direction:                         org.w3c.css.properties.css3.CssFlexDirection
 flex-wrap:                              org.w3c.css.properties.css3.CssFlexWrap
 flex-flow:                              org.w3c.css.properties.css3.CssFlexFlow
+flex-grow:                              org.w3c.css.properties.css3.CssFlexGrow
 justify-content:                        org.w3c.css.properties.css3.CssJustifyContent
 
 # http://www.w3.org/TR/2009/CR-css3-background-20091217/

Received on Sunday, 7 October 2012 13:12:20 UTC