- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 16 Sep 2009 11:57:26 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist In directory hutz:/tmp/cvs-serv13961/WebContent/WEB-INF/resources/tasklist Modified Files: tasklist.rdf Added Files: tasklist.xml Log Message: new test condition "parameter" + new task: "Custom Task" + renamed new-tasklist.xml -> tasklist.xml Index: tasklist.rdf =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist/tasklist.rdf,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- tasklist.rdf 15 Sep 2009 15:30:31 -0000 1.5 +++ tasklist.rdf 16 Sep 2009 11:57:24 -0000 1.6 @@ -78,8 +78,7 @@ <ucn:Task ucn:reference="full-css"> <ucn:longName xml:lang="en">Global CSS Validation</ucn:longName> - - <ucn:hasParameter> + <ucn:hasParameter> <ucn:Radio ucn:reference="warning"> <ucn:longName xml:lang="en">Warning</ucn:longName> <ucn:longName xml:lang="fr">Avertissements</ucn:longName> @@ -130,13 +129,59 @@ </ucn:Value> </ucn:hasValue> </ucn:CheckBoxList> - </ucn:hasParameter> - </ucn:Task> <ucn:Task ucn:reference="mobileok"> <ucn:longName xml:lang="en">Mobile Ok Validator</ucn:longName> <ucn:longName xml:lang="fr">Validateur Mobile Ok</ucn:longName> </ucn:Task> + + <ucn:Task ucn:reference="custom"> + <ucn:longName xml:lang="en">Custom task</ucn:longName> + <ucn:longName xml:lang="fr">Tâche personnalisée</ucn:longName> + <ucn:hasParameter> + <ucn:CheckBoxList ucn:reference="observers"> + <ucn:longName xml:lang="en">Observers</ucn:longName> + <ucn:longName xml:lang="fr">Observateurs</ucn:longName> + <ucn:hasValue> + <ucn:Value ucn:reference="css1-validator"> + <ucn:longName xml:lang="en">W3C CSS Validator (Level 1)</ucn:longName> + <ucn:longName xml:lang="fr">W3C Validateur CSS (Niveau 1)</ucn:longName> + </ucn:Value> + </ucn:hasValue> + <ucn:hasValue> + <ucn:Value ucn:reference="css2-validator"> + <ucn:longName xml:lang="en">W3C CSS Validator (Level 2)</ucn:longName> + <ucn:longName xml:lang="fr">W3C Validateur CSS (Niveau 2)</ucn:longName> + </ucn:Value> + </ucn:hasValue> + <ucn:hasValue> + <ucn:Value ucn:reference="css21-validator"> + <ucn:longName xml:lang="en">W3C CSS Validator (Level 2.1)</ucn:longName> + <ucn:longName xml:lang="fr">W3C Validateur CSS (Niveau 2.1)</ucn:longName> + </ucn:Value> + </ucn:hasValue> + <ucn:hasValue> + <ucn:Value ucn:reference="css3-validator"> + <ucn:longName xml:lang="en">W3C CSS Validator (Level 3)</ucn:longName> + <ucn:longName xml:lang="fr">W3C Validateur CSS (Niveau 3)</ucn:longName> + </ucn:Value> + </ucn:hasValue> + <ucn:hasValue> + <ucn:Value ucn:reference="markup-validator"> + <ucn:longName xml:lang="en">W3C HTML Validator</ucn:longName> + <ucn:longName xml:lang="fr">W3C Validateur HTML</ucn:longName> + </ucn:Value> + </ucn:hasValue> + <ucn:hasValue> + <ucn:Value ucn:reference="mobileok"> + <ucn:longName xml:lang="en">W3C Mobile OK Checker</ucn:longName> + <ucn:longName xml:lang="fr">W3C Validateur Mobile OK</ucn:longName> + </ucn:Value> + </ucn:hasValue> + </ucn:CheckBoxList> + </ucn:hasParameter> + </ucn:Task> + </rdf:RDF> --- NEW FILE: tasklist.xml --- (This appears to be a binary file; contents omitted.)
Received on Wednesday, 16 September 2009 11:57:36 UTC