- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Nov 2012 14:25:17 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/list-style-type/css21
In directory hutz:/tmp/cvs-serv24925/list-style-type/css21
Added Files:
001.css
Log Message:
list-style-type property
--- NEW FILE: 001.css ---
lst1 { list-style-type: disc }
lst2 { list-style-type: circle }
lst3 { list-style-type: square }
lst4 { list-style-type: decimal }
lst5 { list-style-type: decimal-leading-zero }
lst6 { list-style-type: lower-roman }
lst7 { list-style-type: upper-roman }
lst8 { list-style-type: lower-greek }
lst9 { list-style-type: lower-latin }
lst10 { list-style-type: upper-latin }
lst11 { list-style-type: armenian }
lst12 { list-style-type: georgian }
lst13 { list-style-type: lower-alpha }
lst14 { list-style-type: upper-alpha }
lst15 { list-style-type: none }
z { list-style-type: inherit }
Received on Tuesday, 13 November 2012 14:25:20 UTC