2002/css-validator/org/w3c/css/properties CSS3Properties.properties,1.139,1.140 Media.properties,1.22,1.23

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

Modified Files:
	CSS3Properties.properties Media.properties 
Log Message:
backface-visibility and transform-style from http://www.w3.org/TR/2012/WD-css3-transforms-20120911/

Index: Media.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/Media.properties,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Media.properties	8 Oct 2012 12:20:46 -0000	1.22
+++ Media.properties	12 Oct 2012 08:48:28 -0000	1.23
@@ -150,6 +150,9 @@
 justify-content:                handheld, print, projection, screen, tty, tv
 order:                          handheld, print, projection, screen, tty, tv
 
+transition-style:               handheld, print, projection, screen, tty, tv
+backface-visibility:            handheld, print, projection, screen, tty, tv
+
 volume:                         aural, speech
 pause-before:                   aural, speech
 pause-after:                    aural, speech

Index: CSS3Properties.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/CSS3Properties.properties,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- CSS3Properties.properties	11 Oct 2012 13:17:36 -0000	1.139
+++ CSS3Properties.properties	12 Oct 2012 08:48:25 -0000	1.140
@@ -90,6 +90,10 @@
 justify-content:                        org.w3c.css.properties.css3.CssJustifyContent
 order:                                  org.w3c.css.properties.css3.CssOrder
 
+# transform
+transform-style                         org.w3c.css.properties.css3.CssTransformStyle
+backface-visibility:                    org.w3c.css.properties.css3.CssBackfaceVisibility
+
 # http://www.w3.org/TR/2009/CR-css3-background-20091217/
 background-image:                       org.w3c.css.properties.css3.CssBackgroundImage
 background-repeat:                      org.w3c.css.properties.css3.CssBackgroundRepeat

Received on Friday, 12 October 2012 08:49:42 UTC