- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 08 Aug 2012 21:08:43 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/font-synthesis/css3
In directory hutz:/tmp/cvs-serv12159/css3
Added Files:
001.css
Log Message:
font-synthesis per http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#propdef-font-synthesis
--- NEW FILE: 001.css ---
a { font-synthesis: none; }
b { font-synthesis: inherit; }
c { font-synthesis: initial; }
d { font-synthesis: style; }
e { font-synthesis: weight; }
f { font-synthesis: style weight; }
g { font-synthesis: weight style; }
Received on Wednesday, 8 August 2012 21:08:44 UTC