2002/css-validator/org/w3c/css/properties CSS3Properties.properties,1.117,1.118 Media.properties,1.4,1.5

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

Modified Files:
	CSS3Properties.properties Media.properties 
Log Message:


Index: Media.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/Media.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Media.properties	7 Oct 2012 10:41:50 -0000	1.4
+++ Media.properties	7 Oct 2012 12:01:28 -0000	1.5
@@ -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-direction:                 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.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- CSS3Properties.properties	7 Oct 2012 10:41:50 -0000	1.117
+++ CSS3Properties.properties	7 Oct 2012 12:01:28 -0000	1.118
@@ -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-direction:                         org.w3c.css.properties.css3.CssFlexDirection
 
 # 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:01:31 UTC