- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 31 Aug 2012 20:36:23 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/text-shadow/css2 In directory hutz:/tmp/cvs-serv15841/text-shadow/css2 Modified Files: 001.css Log Message: no transparent color in css2 Index: 001.css =================================================================== RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/positive/text-shadow/css2/001.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- 001.css 30 Aug 2012 13:44:42 -0000 1.1 +++ 001.css 31 Aug 2012 20:36:20 -0000 1.2 @@ -8,10 +8,10 @@ tshad6 { text-shadow: #f00 2px -1px } tshad7 { text-shadow: #f00 2px 0.5em } tshad8 { text-shadow: #f00 -2px 0 0.5em} -tshad9 { text-shadow: transparent 2px 0 } -tshad10 { text-shadow: transparent 2px -1px } -tshad11 { text-shadow: transparent 2px 0.5em } -tshad12 { text-shadow: transparent -2px 0 0.5em} +tshad9 { text-shadow: rgb(100%,0%,0%) 2px 0 } +tshad10 { text-shadow: rgb(100%,0%,0%) 2px -1px } +tshad11 { text-shadow: rgb(100%,0%,0%) 2px 0.5em } +tshad12 { text-shadow: rgb(100%,0%,0%) -2px 0 0.5em} tshad13 { text-shadow: rgb(255,0,0) 2px 0 } tshad14 { text-shadow: rgb(255,0,0) 2px -1px } tshad15 { text-shadow: rgb(255,0,0) 2px 0.5em } @@ -28,27 +28,27 @@ tshad26 { text-shadow: 2px -1px #f00 } tshad27 { text-shadow: 2px 0.5em #f00 } tshad28 { text-shadow: -2px 0 0.5em #f00 } -tshad29 { text-shadow: 2px 0 transparent } -tshad30 { text-shadow: 2px -1px transparent } -tshad31 { text-shadow: 2px 0.5em transparent } -tshad32 { text-shadow: -2px 0 0.5em transparent } +tshad29 { text-shadow: 2px 0 rgb(100%,0%,0%) } +tshad30 { text-shadow: 2px -1px rgb(100%,0%,0%) } +tshad31 { text-shadow: 2px 0.5em rgb(100%,0%,0%) } +tshad32 { text-shadow: -2px 0 0.5em rgb(100%,0%,0%) } tshad33 { text-shadow: 2px 0 rgb(255,0,0) } tshad34 { text-shadow: 2px -1px rgb(255,0,0) } tshad35 { text-shadow: 2px 0.5em rgb(255,0,0) } tshad36 { text-shadow: -2px 0 0.5em rgb(255,0,0) } tshad37 { text-shadow: 2px 0 red, #f00 2px 0 } -tshad38 { text-shadow: #f00 2px -1px, transparent 2px 0 } -tshad39 { text-shadow: #f00 2px -1px, transparent 2px 0 0.5em} +tshad38 { text-shadow: #f00 2px -1px, rgb(100%,0%,0%) 2px 0 } +tshad39 { text-shadow: #f00 2px -1px, rgb(100%,0%,0%) 2px 0 0.5em} tshad40 { text-shadow: #f00 2px -1px, 2px 0 0.5em} tshad41 { text-shadow: #f00 2px -1px, 2px 0 } tshad42 { text-shadow: #f00 2px -1px 0.5em, 2px 0 } tshad43 { text-shadow: #f00 2px -1px 0.5em, 2px 0 0.5em } tshad44 { text-shadow: 2px -1px, 2px 0 0.5em #f00 } tshad45 { text-shadow: 2px -1px, 2px 0 #f00 } -tshad46 { text-shadow: 2px -1px, transparent 2px 0 } -tshad47 { text-shadow: 2px -1px, transparent 2px 0 0.5em} -tshad48 { text-shadow: transparent 2px 0.5em, rgb(255,0,0) 2px -1px 1px } +tshad46 { text-shadow: 2px -1px, rgb(100%,0%,0%) 2px 0 } +tshad47 { text-shadow: 2px -1px, rgb(100%,0%,0%) 2px 0 0.5em} +tshad48 { text-shadow: red 2px 0.5em, rgb(255,0,0) 2px -1px 1px } tshad49 { text-shadow: rgb(255,0,0) -2px 0 0.5em, 2px 0, 2px -1px red } tshad50 { text-shadow: 2px 0.5em red, -2px 0 #f00, 2px 0 0.5em #f00 } tshad51 { text-shadow: 2px 0 rgb(255,0,0), 2px -1px rgb(255,0,0), 2px 0 0.5em rgb(255,0,0) } -tshad52 { text-shadow: transparent 2px 0.5em, rgb(255,0,0) 2px -1px 1px } +tshad52 { text-shadow: rgb(100%,0%,0%) 2px 0.5em, rgb(255,0,0) 2px -1px 1px }
Received on Friday, 31 August 2012 20:36:24 UTC