- From: Jean-Guilhem Rouel via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 28 Aug 2009 16:11:43 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist In directory hutz:/tmp/cvs-serv23734/WebContent/WEB-INF/resources/tasklist Modified Files: new-tasklist.xml Log Message: removed some warnings updated tasklist a bit Index: new-tasklist.xml =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist/new-tasklist.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- new-tasklist.xml 28 Aug 2009 14:12:46 -0000 1.3 +++ new-tasklist.xml 28 Aug 2009 16:11:41 -0000 1.4 @@ -36,26 +36,18 @@ <routine> <if test="is-css"> + <then> + <exec id="css" value="css-validator" type="observation" /> + </then> + <else> + <exec id="markup" value="markup-validator" type="observation" /> + <if test="is-html"> <then> - <exec id="css" value="css-validator" - type="observation" /> + <exec id="appc" value="appc-checker" type="observation" /> </then> - <else> - <exec id="markup" value="markup-validator" - type="observation" /> - <if test="markup-valid"> - <then> - <if test="is-html"> - <then> - <exec id="appc" value="appc-checker" - type="observation" /> - </then> - </if> - <exec id="css" value="css-validator" - type="observation" /> - </then> - </if> - </else> + </if> + <exec id="css" value="css-validator" type="observation" /> + </else> </if> </routine>
Received on Friday, 28 August 2009 16:11:58 UTC