2006/unicorn/WebContent/WEB-INF/resources/tasklist tasklist.rdf,1.1.2.1,1.1.2.2

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist
In directory hutz:/tmp/cvs-serv24698/WebContent/WEB-INF/resources/tasklist

Modified Files:
      Tag: dev2
	tasklist.rdf 
Log Message:
new parameter for task conformance (css profile)

Index: tasklist.rdf
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist/Attic/tasklist.rdf,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- tasklist.rdf	11 Aug 2009 16:05:42 -0000	1.1.2.1
+++ tasklist.rdf	19 Aug 2009 18:48:05 -0000	1.1.2.2
@@ -21,7 +21,13 @@
 	<ucn:Task ucn:reference="conformance">
 		<ucn:longName xml:lang="en">General Conformance Check</ucn:longName>
 		<ucn:longName xml:lang="fr">Vérifie la conformité générale</ucn:longName>
-		<ucn:description xml:lang="en">This task will do as much observations as possible.</ucn:description>		
+		<ucn:description xml:lang="en">This task will do as much observations as possible.</ucn:description>
+		<ucn:hasParameter>
+			<ucn:Dropdown ucn:reference="profile" ucn:default="0" ucn:observer="css-validator">
+				<ucn:longName xml:lang="en">CSS Profile</ucn:longName>
+				<ucn:longName xml:lang="fr">Profil CSS</ucn:longName>
+			</ucn:Dropdown>
+		</ucn:hasParameter>
 	</ucn:Task>
 
 	<ucn:Task ucn:reference="full-css">
@@ -37,7 +43,14 @@
 			<ucn:CheckBoxList ucn:reference="usermedium" ucn:default="all" ucn:observer="css-validator">
 				<ucn:longName xml:lang="en">User Medium</ucn:longName>
 				<ucn:longName xml:lang="fr">Medium</ucn:longName>
+				<!--<ucn:hasValue>
+					<ucn:Value ucn:reference="all">
+						<ucn:longName xml:lang="en">All</ucn:longName>
+						<ucn:longName xml:lang="fr">Tous</ucn:longName>
+					</ucn:Value>
+				</ucn:hasValue>-->
 			</ucn:CheckBoxList>
+			
 		</ucn:hasParameter>
 
 	</ucn:Task>

Received on Wednesday, 19 August 2009 18:48:18 UTC