- From: CVS User ylafon <cvsmail@w3.org>
- Date: Fri, 04 Oct 2013 15:15:49 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/font-size-adjust/css3
In directory roscoe:/tmp/cvs-serv15502/css3
Modified Files:
001.css
Log Message:
none removed per CR spec
--- /sources/public/2002/css-validator/autotest/testsuite/properties/positive/font-size-adjust/css3/001.css 2012/08/25 13:47:15 1.2
+++ /sources/public/2002/css-validator/autotest/testsuite/properties/positive/font-size-adjust/css3/001.css 2013/10/04 15:15:49 1.3
@@ -1,7 +1,6 @@
a { font-size-adjust: 0.45 }
-b { font-size-adjust: none }
+b { font-size-adjust: -12 }
y { font-size-adjust: initial }
z { font-size-adjust: inherit }
-cb { font-size-adjust: NoNe }
cy { font-size-adjust: iNiTial }
-cz { font-size-adjust: iNheRit }
\ No newline at end of file
+cz { font-size-adjust: iNheRit }
Received on Friday, 4 October 2013 15:15:53 UTC