- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 07 Nov 2012 15:36:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/negative/column-width/css3
In directory hutz:/tmp/cvs-serv32256/column-width/css3
Added Files:
001.css
Log Message:
negative test for column-width
--- NEW FILE: 001.css ---
/* 0 is not allowed as a defined value (computing number of cols by dividing
width by column-width would not be possible) */
an { column-width: 0 }
/* negative also forbidden of course */
bn { column-width: -10px }
Received on Wednesday, 7 November 2012 15:36:58 UTC