2002/css-validator/org/w3c/css/properties CSS3Properties.properties,1.118,1.119 Media.properties,1.5,1.6

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

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

Index: Media.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/Media.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Media.properties	7 Oct 2012 12:01:28 -0000	1.5
+++ Media.properties	7 Oct 2012 12:16:46 -0000	1.6
@@ -131,6 +131,7 @@
 align-items:                    handheld, print, projection, screen, tty, tv
 align-self:                     handheld, print, projection, screen, tty, tv
 flex-direction:                 handheld, print, projection, screen, tty, tv
+flex-wrap:                      handheld, print, projection, screen, tty, tv
 
 
 volume:                         aural, speech

Index: CSS3Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- CSS3Properties.properties	7 Oct 2012 12:01:28 -0000	1.118
+++ CSS3Properties.properties	7 Oct 2012 12:16:46 -0000	1.119
@@ -69,6 +69,7 @@
 align-items:                            org.w3c.css.properties.css3.CssAlignItems
 align-self:                             org.w3c.css.properties.css3.CssAlignSelf
 flex-direction:                         org.w3c.css.properties.css3.CssFlexDirection
+flex-wrap:                              org.w3c.css.properties.css3.CssFlexWrap
 
 # http://www.w3.org/TR/2009/CR-css3-background-20091217/
 background-image:                       org.w3c.css.properties.css3.CssBackgroundImage

Received on Sunday, 7 October 2012 12:16:50 UTC