- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 31 Aug 2012 20:02:07 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/text-emphasis-style/css3
In directory hutz:/tmp/cvs-serv3415/text-emphasis-style/css3
Modified Files:
001.css
Log Message:
missing quotes + additional tests
Index: 001.css
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/positive/text-emphasis-style/css3/001.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 001.css 31 Aug 2012 14:50:36 -0000 1.1
+++ 001.css 31 Aug 2012 20:02:05 -0000 1.2
@@ -25,7 +25,8 @@
tes25 { text-emphasis-style: open circle }
tes26 { text-emphasis-style: open dot }
tes27 { text-emphasis-style: open double-circle }
-tes28 { text-emphasis-style: a }
-tes29 { text-emphasis-style: none }
+tes28 { text-emphasis-style: 'a' }
+tes29 { text-emphasis-style: "a" }
+tes30 { text-emphasis-style: none }
y { text-emphasis-style: initial }
z { text-emphasis-style: inherit }
Received on Friday, 31 August 2012 20:02:09 UTC