- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Aug 2012 05:37:43 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/font-feature-settings/css3 In directory hutz:/tmp/cvs-serv877/css3 Added Files: 001.css Log Message: tests for font-feature-settings per http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#propdef-font-feature-settings --- NEW FILE: 001.css --- a { font-feature-settings: "dlig" 1; /* dlig=1 enable discretionary ligatures */ } b { font-feature-settings: "smcp" on; /* smcp=1 enable small caps */ } c { font-feature-settings: 'c2sc'; /* c2sc=1 enable caps to small caps */ } d { font-feature-settings: "liga" off; /* liga=0 no common ligatures */ } e { font-feature-settings: "tnum", 'hist'; /* tnum=1, hist=1 enable tabular numbers and historical forms */ } f { font-feature-settings: "PKRN"; /* PKRN=1 enable custom feature */ } g { font-feature-settings: 'c2sc',"dlig" 1,"smcp" on } h { font-feature-settings: initial } i { font-feature-settings: inherit }
Received on Monday, 13 August 2012 05:37:44 UTC