- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Nov 2012 16:02:51 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/min-width/css3 In directory hutz:/tmp/cvs-serv26651/min-width/css3 Modified Files: 001.css Log Message: max-height and max-width tests Index: 001.css =================================================================== RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/positive/min-width/css3/001.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- 001.css 6 Nov 2012 15:03:25 -0000 1.1 +++ 001.css 6 Nov 2012 16:02:49 -0000 1.2 @@ -1,6 +1,7 @@ a { min-width: 1px } b { min-width: 0.01% } +c { min-width: 0 } y { min-width: initial } z { min-width: inherit } /* and from http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/#min-size-auto */ -c { min-width: auto } +d { min-width: auto }
Received on Tuesday, 6 November 2012 16:02:59 UTC