- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 30 Aug 2012 13:09:17 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/hyphens/css3
In directory hutz:/tmp/cvs-serv25708/css3
Added Files:
001.css
Log Message:
hyphens per http://www.w3.org/TR/2012/WD-css3-text-20120814/#hyphens0
--- NEW FILE: 001.css ---
a { hyphens: none; }
b { hyphens: manual; }
c { hyphens: auto; }
d { hyphens: inherit; }
e { hyphens: initial; }
Received on Thursday, 30 August 2012 13:09:28 UTC