- From: Jean-Guilhem Rouel via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 15:09:20 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist In directory hutz:/tmp/cvs-serv8385 Modified Files: tasklist.xml Log Message: mobileOK back Index: tasklist.xml =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist/tasklist.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- tasklist.xml 21 Oct 2009 12:54:15 -0000 1.8 +++ tasklist.xml 21 Oct 2009 15:09:18 -0000 1.9 @@ -214,7 +214,7 @@ </group> </output> </task> - <!-- + <task id="mobileok"> <routine> <exec id="mobileok" value="mobileok" type="observation" /> @@ -229,7 +229,7 @@ </group> </output> </task> - --> + <task id="custom"> <conds> <cond id="param_css" result="passed" type="parameter" parameter="observers"> @@ -241,11 +241,9 @@ <cond id="param_appc" result="passed" type="parameter" parameter="observers"> <value>appc-checker</value> </cond> - <!-- <cond id="param_mobile" result="passed" type="parameter" parameter="observers"> <value>mobileok</value> </cond> - --> </conds> <routine> @@ -255,11 +253,9 @@ <if test="param_css"> <then><exec id="css" value="css-validator" type="observation" /></then> </if> - <!-- <if test="param_mobile"> <then><exec id="mobileok" value="mobileok" type="observation" /></then> </if> - --> <if test="param_appc"> <then><exec id="appc" value="appc-checker" type="observation" /></then> </if> @@ -270,7 +266,7 @@ <value name="markup-validator"></value> <value name="css-validator"></value> <value name="appc-checker"></value> - <!--<value name="mobileok"></value>--> + <value name="mobileok"></value> </parameter> <parameter name="profile" type="dropdown" ui="advanced" observer="css-validator" default="css21"/> <parameter name="warning" type="dropdown" ui="advanced" observer="css-validator" default="2"/> @@ -282,7 +278,7 @@ <observation>markup-validator</observation> <observation>appc-checker</observation> <observation>css-validator</observation> - <!--<observation>mobileok</observation>--> + <observation>mobileok</observation> </group> </output> </task>
Received on Wednesday, 21 October 2009 15:09:27 UTC