- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 04 Sep 2012 08:51:03 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/negative/letter-spacing/css3
In directory hutz:/tmp/cvs-serv4270/negative/letter-spacing/css3
Added Files:
001.css
Log Message:
negative tests for % in letter-spacing
--- NEW FILE: 001.css ---
/* in the spec wording, % as a <spacing-limit> is not allowed in letter-spacing */
an { letter-spacing: 1% }
bn { letter-spacing: 1% normal }
cn { letter-spacing: normal 1% }
dn { letter-spacing: 10px 0 1% }
en { letter-spacing: -10px 1% 10px }
Received on Tuesday, 4 September 2012 08:51:20 UTC