- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Apr 2012 10:02:18 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/border-image/css3 In directory hutz:/tmp/cvs-serv29480/border-image/css3 Modified Files: 001.css Log Message: fixing w/ url(...) Index: 001.css =================================================================== RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/positive/border-image/css3/001.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- 001.css 4 Apr 2012 16:55:03 -0000 1.1 +++ 001.css 25 Apr 2012 10:02:16 -0000 1.2 @@ -3,566 +3,566 @@ bimg1 { border-image: 10 5% 20 2% } bimg2 { border-image: 10 5% 20 2% / } bimg3 { border-image: 10 5% 20 2% / /10px 20 30 40px } -bimg4 { border-image: 10 5% 20 2% / /10px 20 30 40px foo.png } -bimg5 { border-image: 10 5% 20 2% / /10px 20 30 40px foo.png stretch space } +bimg4 { border-image: 10 5% 20 2% / /10px 20 30 40px url(foo.png) } +bimg5 { border-image: 10 5% 20 2% / /10px 20 30 40px url(foo.png) stretch space } bimg6 { border-image: 10 5% 20 2% / /10px 20 30 40px none } bimg7 { border-image: 10 5% 20 2% / /10px 20 30 40px none stretch space } bimg8 { border-image: 10 5% 20 2% / /10px 20 30 40px stretch space } -bimg9 { border-image: 10 5% 20 2% / /10px 20 30 40px stretch space foo.png } [...1319 lines suppressed...] -bimg1195 { border-image: stretch space 10 5% 20 2% // 50 foo.png } +bimg1195 { border-image: stretch space 10 5% 20 2% // 50 url(foo.png) } bimg1196 { border-image: stretch space 10% // 10px 20 30 40px } -bimg1197 { border-image: stretch space 10% // 10px 20 30 40px foo.png } +bimg1197 { border-image: stretch space 10% // 10px 20 30 40px url(foo.png) } bimg1198 { border-image: stretch space 10% // 10px 20px } -bimg1199 { border-image: stretch space 10% // 10px 20px foo.png } +bimg1199 { border-image: stretch space 10% // 10px 20px url(foo.png) } bimg1200 { border-image: stretch space 10% // 50 } -bimg1201 { border-image: stretch space 10% // 50 foo.png } +bimg1201 { border-image: stretch space 10% // 50 url(foo.png) } bimg1202 { border-image: stretch space 20 // 10px 20 30 40px } -bimg1203 { border-image: stretch space 20 // 10px 20 30 40px foo.png } +bimg1203 { border-image: stretch space 20 // 10px 20 30 40px url(foo.png) } bimg1204 { border-image: stretch space 20 // 10px 20px } -bimg1205 { border-image: stretch space 20 // 10px 20px foo.png } +bimg1205 { border-image: stretch space 20 // 10px 20px url(foo.png) } bimg1206 { border-image: stretch space 20 // 50 } -bimg1207 { border-image: stretch space 20 // 50 foo.png } +bimg1207 { border-image: stretch space 20 // 50 url(foo.png) }
Received on Wednesday, 25 April 2012 10:02:26 UTC