- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 Oct 2012 15:23:43 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/negative/azimuth/css21
In directory hutz:/tmp/cvs-serv13478/azimuth/css21
Added Files:
001.css
Log Message:
negative tests
--- NEW FILE: 001.css ---
/* azimuth is between -360deg and 360deg. The following are out of range */
an { azimuth: 720deg }
bn { azimuth: -120grad}
cn { azimuth: 7rad}
/* turn is not a valid angle unit in CSS2 nor 2.1 (introduced in CSS3) */
dn { azimuth: 1turn }
Received on Thursday, 25 October 2012 15:23:44 UTC