2002/css-validator/autotest/testsuite/properties/positive/list-style-image/css3 001.css,1.1,1.2

Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/list-style-image/css3
In directory hutz:/tmp/cvs-serv30647/list-style-image/css3

Modified Files:
	001.css 
Log Message:
fixed linear-gradient


Index: 001.css
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/positive/list-style-image/css3/001.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 001.css	14 Nov 2012 13:51:39 -0000	1.1
+++ 001.css	14 Nov 2012 18:40:48 -0000	1.2
@@ -1,42 +1,42 @@
 a { list-style-image: url("foo.png") }
 b { list-style-image: none }
-c { list-style-image: image ( 'chocolat tomate', 'chocolat vanille', black ) }
-d { list-style-image: image ( 'sprites.svg#xywh=40,0,20,20', #f00 ) }
-e { list-style-image: image ( 'toto', 'sprites.svg#xywh=40,0,20,20', hsla(360, 50%, 50%, 1) ) }
-f { list-style-image: image ( rgba(100%,0%,0%,1) ) }
-g { list-style-image: image ( "truc", currentColor) }
+c { list-style-image: image( 'chocolat tomate', 'chocolat vanille', black ) }
+d { list-style-image: image( 'sprites.svg#xywh=40,0,20,20', #f00 ) }
+e { list-style-image: image( 'toto', 'sprites.svg#xywh=40,0,20,20', hsla(360, 50%, 50%, 1) ) }
+f { list-style-image: image( rgba(100%,0%,0%,1) ) }
+g { list-style-image: image( "truc", currentColor) }
 z { list-style-image: inherit }
 y { list-style-image: initial }
-lingrad1   { list-style-image: linear-gradient( 90deg, chocolate 10% ) }
-lingrad2   { list-style-image: linear-gradient( 0deg, chocolate 10% ) }
-lingrad3   { list-style-image: linear-gradient( to left, chocolate 10% ) }
-lingrad4   { list-style-image: linear-gradient( to right, chocolate 10% ) }
-lingrad5   { list-style-image: linear-gradient( to top, chocolate 10% ) }
-lingrad6   { list-style-image: linear-gradient( to bottom, chocolate 10% ) }
-lingrad7   { list-style-image: linear-gradient( to left top, chocolate 10% ) }
-lingrad8   { list-style-image: linear-gradient( to left bottom, chocolate 10% ) }
-lingrad9   { list-style-image: linear-gradient( to bottom right, chocolate 10% ) }
-lingrad10  { list-style-image: linear-gradient( to top right, chocolate 10% ) }
-lingrad11  { list-style-image: linear-gradient( 90deg, chocolate 0.5cm ) }
-lingrad12  { list-style-image: linear-gradient( 0deg, chocolate 0.5cm ) }
-lingrad13  { list-style-image: linear-gradient( to left, chocolate 0.5cm ) }
-lingrad14  { list-style-image: linear-gradient( to right, chocolate 0.5cm ) }
-lingrad15  { list-style-image: linear-gradient( to top, chocolate 0.5cm ) }
-lingrad16  { list-style-image: linear-gradient( to bottom, chocolate 0.5cm ) }
-lingrad17  { list-style-image: linear-gradient( to left top, chocolate 0.5cm ) }
-lingrad18  { list-style-image: linear-gradient( to left bottom, chocolate 0.5cm ) }
-lingrad19  { list-style-image: linear-gradient( to bottom right, chocolate 0.5cm ) }
-lingrad20  { list-style-image: linear-gradient( to top right, chocolate 0.5cm ) }
-lingrad21  { list-style-image: linear-gradient( 90deg, chocolate , #f00 1px ) }
-lingrad22  { list-style-image: linear-gradient( 0deg, chocolate , #f00 1px ) }
-lingrad23  { list-style-image: linear-gradient( to left, chocolate , #f00 1px ) }
-lingrad24  { list-style-image: linear-gradient( to right, chocolate , #f00 1px ) }
-lingrad25  { list-style-image: linear-gradient( to top, chocolate , #f00 1px ) }
-lingrad26  { list-style-image: linear-gradient( to bottom, chocolate , #f00 1px ) }
-lingrad27  { list-style-image: linear-gradient( to left top, chocolate , #f00 1px ) }
-lingrad28  { list-style-image: linear-gradient( to left bottom, chocolate , #f00 1px ) }
-lingrad29  { list-style-image: linear-gradient( to bottom right, chocolate , #f00 1px ) }
-lingrad30  { list-style-image: linear-gradient( to top right, chocolate , #f00 1px ) }
+lingrad1   { list-style-image: linear-gradient( 90deg, chocolate 10%, orange ) }
+lingrad2   { list-style-image: linear-gradient( 0deg, chocolate 10%, orange ) }
+lingrad3   { list-style-image: linear-gradient( to left, chocolate 10%, orange ) }
+lingrad4   { list-style-image: linear-gradient( to right, chocolate 10%, orange ) }
+lingrad5   { list-style-image: linear-gradient( to top, chocolate 10%, orange ) }
+lingrad6   { list-style-image: linear-gradient( to bottom, chocolate 10%, orange ) }
+lingrad7   { list-style-image: linear-gradient( to left top, chocolate 10%, orange ) }
+lingrad8   { list-style-image: linear-gradient( to left bottom, chocolate 10%, orange ) }
+lingrad9   { list-style-image: linear-gradient( to bottom right, chocolate 10%, orange ) }
+lingrad10  { list-style-image: linear-gradient( to top right, chocolate 10%, orange ) }
+lingrad11  { list-style-image: linear-gradient( 90deg, chocolate 0.5cm, orange 10px ) }
+lingrad12  { list-style-image: linear-gradient( 0deg, chocolate 0.5cm, orange 10px ) }
+lingrad13  { list-style-image: linear-gradient( to left, chocolate 0.5cm, orange 10px ) }
+lingrad14  { list-style-image: linear-gradient( to right, chocolate 0.5cm, orange 10px ) }
+lingrad15  { list-style-image: linear-gradient( to top, chocolate 0.5cm, orange 10px ) }
+lingrad16  { list-style-image: linear-gradient( to bottom, chocolate 0.5cm, orange 10px ) }
+lingrad17  { list-style-image: linear-gradient( to left top, chocolate 0.5cm, orange 10px ) }
+lingrad18  { list-style-image: linear-gradient( to left bottom, chocolate 0.5cm, orange 10px ) }
+lingrad19  { list-style-image: linear-gradient( to bottom right, chocolate 0.5cm, orange 10px ) }
+lingrad20  { list-style-image: linear-gradient( to top right, chocolate 0.5cm, orange 10px ) }
+lingrad21  { list-style-image: linear-gradient( 90deg, chocolate , #f00 1px, orange 10% ) }
+lingrad22  { list-style-image: linear-gradient( 0deg, chocolate , #f00 1px, orange 10% ) }
+lingrad23  { list-style-image: linear-gradient( to left, chocolate , #f00 1px, orange 10% ) }
+lingrad24  { list-style-image: linear-gradient( to right, chocolate , #f00 1px, orange 10% ) }
+lingrad25  { list-style-image: linear-gradient( to top, chocolate , #f00 1px, orange 10% ) }
+lingrad26  { list-style-image: linear-gradient( to bottom, chocolate , #f00 1px, orange 10% ) }
+lingrad27  { list-style-image: linear-gradient( to left top, chocolate , #f00 1px, orange 10% ) }
+lingrad28  { list-style-image: linear-gradient( to left bottom, chocolate , #f00 1px, orange 10% ) }
+lingrad29  { list-style-image: linear-gradient( to bottom right, chocolate , #f00 1px, orange 10% ) }
+lingrad30  { list-style-image: linear-gradient( to top right, chocolate , #f00 1px, orange 10% ) }
 lingrad31  { list-style-image: linear-gradient( 90deg, hsl(360, 50%, 50%) 10.0px , #f00 1px ) }
 lingrad32  { list-style-image: linear-gradient( 0deg, hsl(360, 50%, 50%) 10.0px , #f00 1px ) }
 lingrad33  { list-style-image: linear-gradient( to left, hsl(360, 50%, 50%) 10.0px , #f00 1px ) }
@@ -47,52 +47,51 @@
 lingrad38  { list-style-image: linear-gradient( to left bottom, hsl(360, 50%, 50%) 10.0px , #f00 1px ) }
 lingrad39  { list-style-image: linear-gradient( to bottom right, hsl(360, 50%, 50%) 10.0px , #f00 1px ) }
 lingrad40  { list-style-image: linear-gradient( to top right, hsl(360, 50%, 50%) 10.0px , #f00 1px ) }
-lingrad41  { list-style-image: linear-gradient( currentColor ) }
-lingrad42  { list-style-image: linear-gradient( currentColor, .5cm ) }
-lingrad43  { list-style-image: linear-gradient( #f00 ) }
-lingrad44  { list-style-image: linear-gradient( tomato ) }
-lingrad45  { list-style-image: linear-gradient( black, #f00 1px ) }
-lingrad46  { list-style-image: linear-gradient( yellow, black ) }
-lingrad47  { list-style-image: linear-gradient( chocolate, fuchsia 10%  ) }
+lingrad41  { list-style-image: linear-gradient( currentColor, chocolate ) }
+lingrad42  { list-style-image: linear-gradient( currentColor, chocolate .5cm ) }
+lingrad43  { list-style-image: linear-gradient( #f00, hsl(360, 50%, 50%) ) }
+lingrad44  { list-style-image: linear-gradient( tomato, #ff0000, yellow ) }
+lingrad45  { list-style-image: linear-gradient( black, #f00 1px, chocolate ) }
+lingrad46  { list-style-image: linear-gradient( yellow, black, white, blue, red ) }
+lingrad47  { list-style-image: linear-gradient( chocolate, fuchsia 10%, tomato 10px  ) }
 lingrad48  { list-style-image: linear-gradient( #ff0000, black ) }
 lingrad49  { list-style-image: linear-gradient( #ff0000 1px, black ) }
-lingrad50  { list-style-image: linear-gradient( hsla(360, 50%, 50%, 1) ) }
-lingrad51  { list-style-image: linear-gradient( rgb(100%, 0%, 0%) ) }
-lingrad52  { list-style-image: linear-gradient( chocolate 10% ) }
-lingrad53  { list-style-image: linear-gradient( chocolate 0.5cm ) }
-lingrad54  { list-style-image: linear-gradient( chocolate 10% , #f00 1px ) }
-lingrad55  { list-style-image: linear-gradient( hsl(360, 50%, 50%) 10.0px , #f00 1px ) }
-
-rlingrad1   { list-style-image: repeating-linear-gradient( 90deg, chocolate 10% ) }
-rlingrad2   { list-style-image: repeating-linear-gradient( 0deg, chocolate 10% ) }
-rlingrad3   { list-style-image: repeating-linear-gradient( to left, chocolate 10% ) }
-rlingrad4   { list-style-image: repeating-linear-gradient( to right, chocolate 10% ) }
-rlingrad5   { list-style-image: repeating-linear-gradient( to top, chocolate 10% ) }
-rlingrad6   { list-style-image: repeating-linear-gradient( to bottom, chocolate 10% ) }
-rlingrad7   { list-style-image: repeating-linear-gradient( to left top, chocolate 10% ) }
-rlingrad8   { list-style-image: repeating-linear-gradient( to left bottom, chocolate 10% ) }
-rlingrad9   { list-style-image: repeating-linear-gradient( to bottom right, chocolate 10% ) }
-rlingrad10  { list-style-image: repeating-linear-gradient( to top right, chocolate 10% ) }
-rlingrad11  { list-style-image: repeating-linear-gradient( 90deg, chocolate 0.5cm ) }
-rlingrad12  { list-style-image: repeating-linear-gradient( 0deg, chocolate 0.5cm ) }
-rlingrad13  { list-style-image: repeating-linear-gradient( to left, chocolate 0.5cm ) }
-rlingrad14  { list-style-image: repeating-linear-gradient( to right, chocolate 0.5cm ) }
-rlingrad15  { list-style-image: repeating-linear-gradient( to top, chocolate 0.5cm ) }
-rlingrad16  { list-style-image: repeating-linear-gradient( to bottom, chocolate 0.5cm ) }
-rlingrad17  { list-style-image: repeating-linear-gradient( to left top, chocolate 0.5cm ) }
-rlingrad18  { list-style-image: repeating-linear-gradient( to left bottom, chocolate 0.5cm ) }
-rlingrad19  { list-style-image: repeating-linear-gradient( to bottom right, chocolate 0.5cm ) }
-rlingrad20  { list-style-image: repeating-linear-gradient( to top right, chocolate 0.5cm ) }
-rlingrad21  { list-style-image: repeating-linear-gradient( 90deg, chocolate , #f00 1px ) }
-rlingrad22  { list-style-image: repeating-linear-gradient( 0deg, chocolate , #f00 1px ) }
-rlingrad23  { list-style-image: repeating-linear-gradient( to left, chocolate , #f00 1px ) }
-rlingrad24  { list-style-image: repeating-linear-gradient( to right, chocolate , #f00 1px ) }
-rlingrad25  { list-style-image: repeating-linear-gradient( to top, chocolate , #f00 1px ) }
-rlingrad26  { list-style-image: repeating-linear-gradient( to bottom, chocolate , #f00 1px ) }
-rlingrad27  { list-style-image: repeating-linear-gradient( to left top, chocolate , #f00 1px ) }
-rlingrad28  { list-style-image: repeating-linear-gradient( to left bottom, chocolate , #f00 1px ) }
-rlingrad29  { list-style-image: repeating-linear-gradient( to bottom right, chocolate , #f00 1px ) }
-rlingrad30  { list-style-image: repeating-linear-gradient( to top right, chocolate , #f00 1px ) }
+lingrad50  { list-style-image: linear-gradient( hsla(360, 50%, 50%, 1), rgb(100%, 0%, 0%) ) }
+lingrad51  { list-style-image: linear-gradient( rgb(100%, 0%, 0%) 10px, rgb(100%, 0%, 0%) 10% ) }
+lingrad52  { list-style-image: linear-gradient( chocolate 10%, #f00, rgb(100%, 0%, 0%) ) }
+lingrad53  { list-style-image: linear-gradient( chocolate 0.5cm, #f00, rgb(100%, 0%, 0%) ) }
+lingrad54  { list-style-image: linear-gradient( chocolate 10% , #f00 1px, rgb(100%, 0%, 0%) 10% ) }
+lingrad55  { list-style-image: linear-gradient( hsl(360, 50%, 50%) 10.0px , #f00 1px, rgb(100%, 0%, 0%), tomato 10%) }
+rlingrad1   { list-style-image: repeating-linear-gradient( 90deg, chocolate 10%, orange ) }
+rlingrad2   { list-style-image: repeating-linear-gradient( 0deg, chocolate 10%, orange ) }
+rlingrad3   { list-style-image: repeating-linear-gradient( to left, chocolate 10%, orange ) }
+rlingrad4   { list-style-image: repeating-linear-gradient( to right, chocolate 10%, orange ) }
+rlingrad5   { list-style-image: repeating-linear-gradient( to top, chocolate 10%, orange ) }
+rlingrad6   { list-style-image: repeating-linear-gradient( to bottom, chocolate 10%, orange ) }
+rlingrad7   { list-style-image: repeating-linear-gradient( to left top, chocolate 10%, orange ) }
+rlingrad8   { list-style-image: repeating-linear-gradient( to left bottom, chocolate 10%, orange ) }
+rlingrad9   { list-style-image: repeating-linear-gradient( to bottom right, chocolate 10%, orange ) }
+rlingrad10  { list-style-image: repeating-linear-gradient( to top right, chocolate 10%, orange ) }
+rlingrad11  { list-style-image: repeating-linear-gradient( 90deg, chocolate 0.5cm, orange 10px ) }
+rlingrad12  { list-style-image: repeating-linear-gradient( 0deg, chocolate 0.5cm, orange 10px ) }
+rlingrad13  { list-style-image: repeating-linear-gradient( to left, chocolate 0.5cm, orange 10px ) }
+rlingrad14  { list-style-image: repeating-linear-gradient( to right, chocolate 0.5cm, orange 10px ) }
+rlingrad15  { list-style-image: repeating-linear-gradient( to top, chocolate 0.5cm, orange 10px ) }
+rlingrad16  { list-style-image: repeating-linear-gradient( to bottom, chocolate 0.5cm, orange 10px ) }
+rlingrad17  { list-style-image: repeating-linear-gradient( to left top, chocolate 0.5cm, orange 10px ) }
+rlingrad18  { list-style-image: repeating-linear-gradient( to left bottom, chocolate 0.5cm, orange 10px ) }
+rlingrad19  { list-style-image: repeating-linear-gradient( to bottom right, chocolate 0.5cm, orange 10px ) }
+rlingrad20  { list-style-image: repeating-linear-gradient( to top right, chocolate 0.5cm, orange 10px ) }
+rlingrad21  { list-style-image: repeating-linear-gradient( 90deg, chocolate , #f00 1px, orange 10% ) }
+rlingrad22  { list-style-image: repeating-linear-gradient( 0deg, chocolate , #f00 1px, orange 10% ) }
+rlingrad23  { list-style-image: repeating-linear-gradient( to left, chocolate , #f00 1px, orange 10% ) }
+rlingrad24  { list-style-image: repeating-linear-gradient( to right, chocolate , #f00 1px, orange 10% ) }
+rlingrad25  { list-style-image: repeating-linear-gradient( to top, chocolate , #f00 1px, orange 10% ) }
+rlingrad26  { list-style-image: repeating-linear-gradient( to bottom, chocolate , #f00 1px, orange 10% ) }
+rlingrad27  { list-style-image: repeating-linear-gradient( to left top, chocolate , #f00 1px, orange 10% ) }
+rlingrad28  { list-style-image: repeating-linear-gradient( to left bottom, chocolate , #f00 1px, orange 10% ) }
+rlingrad29  { list-style-image: repeating-linear-gradient( to bottom right, chocolate , #f00 1px, orange 10% ) }
+rlingrad30  { list-style-image: repeating-linear-gradient( to top right, chocolate , #f00 1px, orange 10% ) }
 rlingrad31  { list-style-image: repeating-linear-gradient( 90deg, hsl(360, 50%, 50%) 10.0px , #f00 1px ) }
 rlingrad32  { list-style-image: repeating-linear-gradient( 0deg, hsl(360, 50%, 50%) 10.0px , #f00 1px ) }
 rlingrad33  { list-style-image: repeating-linear-gradient( to left, hsl(360, 50%, 50%) 10.0px , #f00 1px ) }
@@ -103,18 +102,17 @@
 rlingrad38  { list-style-image: repeating-linear-gradient( to left bottom, hsl(360, 50%, 50%) 10.0px , #f00 1px ) }
 rlingrad39  { list-style-image: repeating-linear-gradient( to bottom right, hsl(360, 50%, 50%) 10.0px , #f00 1px ) }
 rlingrad40  { list-style-image: repeating-linear-gradient( to top right, hsl(360, 50%, 50%) 10.0px , #f00 1px ) }
-rlingrad41  { list-style-image: repeating-linear-gradient( currentColor ) }
-rlingrad42  { list-style-image: repeating-linear-gradient( currentColor, .5cm ) }
-rlingrad43  { list-style-image: repeating-linear-gradient( #f00 ) }
-rlingrad44  { list-style-image: repeating-linear-gradient( tomato ) }
-rlingrad45  { list-style-image: repeating-linear-gradient( black, #f00 1px ) }
-rlingrad46  { list-style-image: repeating-linear-gradient( yellow, black ) }
-rlingrad47  { list-style-image: repeating-linear-gradient( chocolate, fuchsia 10%  ) }
+rlingrad41  { list-style-image: repeating-linear-gradient( currentColor, chocolate ) }
+rlingrad42  { list-style-image: repeating-linear-gradient( currentColor, chocolate .5cm ) }
+rlingrad43  { list-style-image: repeating-linear-gradient( #f00, hsl(360, 50%, 50%) ) }
+rlingrad44  { list-style-image: repeating-linear-gradient( tomato, #ff0000, yellow ) }
+rlingrad45  { list-style-image: repeating-linear-gradient( black, #f00 1px, chocolate ) }
+rlingrad46  { list-style-image: repeating-linear-gradient( yellow, black, white, blue, red ) }
+rlingrad47  { list-style-image: repeating-linear-gradient( chocolate, fuchsia 10%, tomato 10px  ) }
 rlingrad48  { list-style-image: repeating-linear-gradient( #ff0000, black ) }
 rlingrad49  { list-style-image: repeating-linear-gradient( #ff0000 1px, black ) }
-rlingrad50  { list-style-image: repeating-linear-gradient( hsla(360, 50%, 50%, 1) ) }
-rlingrad51  { list-style-image: repeating-linear-gradient( rgb(100%, 0%, 0%) ) }
-rlingrad52  { list-style-image: repeating-linear-gradient( chocolate 10% ) }
-rlingrad53  { list-style-image: repeating-linear-gradient( chocolate 0.5cm ) }
-rlingrad54  { list-style-image: repeating-linear-gradient( chocolate 10% , #f00 1px ) }
-rlingrad55  { list-style-image: repeating-linear-gradient( hsl(360, 50%, 50%) 10.0px , #f00 1px ) }
+rlingrad50  { list-style-image: repeating-linear-gradient( hsla(360, 50%, 50%, 1), rgb(100%, 0%, 0%) ) }
+rlingrad51  { list-style-image: repeating-linear-gradient( rgb(100%, 0%, 0%) 10px, rgb(100%, 0%, 0%) 10% ) }
+rlingrad52  { list-style-image: repeating-linear-gradient( chocolate 10%, #f00, rgb(100%, 0%, 0%) ) }
+rlingrad53  { list-style-image: repeating-linear-gradient( chocolate 0.5cm, #f00, rgb(100%, 0%, 0%) ) }
+rlingrad54  { list-style-image: repeating-linear-gradient( chocolate 10% , #f00 1px, rgb(100%, 0%, 0%) 10% ) }

Received on Wednesday, 14 November 2012 18:40:52 UTC