2002/css-validator/org/w3c/css/properties CSS3Properties.properties,1.123,1.124 Media.properties,1.10,1.11

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

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

Index: Media.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/Media.properties,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Media.properties	7 Oct 2012 13:17:28 -0000	1.10
+++ Media.properties	7 Oct 2012 13:37:28 -0000	1.11
@@ -136,7 +136,7 @@
 flex-grow:                      handheld, print, projection, screen, tty, tv
 flex-shrink:                    handheld, print, projection, screen, tty, tv
 justify-content:                handheld, print, projection, screen, tty, tv
-
+order:                          handheld, print, projection, screen, tty, tv
 
 volume:                         aural, speech
 pause-before:                   aural, speech

Index: CSS3Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- CSS3Properties.properties	7 Oct 2012 13:17:28 -0000	1.123
+++ CSS3Properties.properties	7 Oct 2012 13:37:28 -0000	1.124
@@ -74,6 +74,7 @@
 flex-grow:                              org.w3c.css.properties.css3.CssFlexGrow
 flex-shrink:                            org.w3c.css.properties.css3.CssFlexShrink
 justify-content:                        org.w3c.css.properties.css3.CssJustifyContent
+order:                                  org.w3c.css.properties.css3.CssOrder
 
 # http://www.w3.org/TR/2009/CR-css3-background-20091217/
 background-image:                       org.w3c.css.properties.css3.CssBackgroundImage

Received on Sunday, 7 October 2012 13:37:32 UTC