- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 23 Oct 2009 12:35:15 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist In directory hutz:/tmp/cvs-serv14939/WebContent/WEB-INF/resources/tasklist Modified Files: tasklist.xml Log Message: added lang attribute on <observationresponse> <group> and <message> Index: tasklist.xml =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/tasklist/tasklist.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- tasklist.xml 22 Oct 2009 17:47:28 -0000 1.11 +++ tasklist.xml 23 Oct 2009 12:35:13 -0000 1.12 @@ -47,7 +47,7 @@ </routine> <parameters> - <parameter name="warning" type="dropdown" default="no"> + <parameter name="warning" type="radio" default="no"> <value name="no"> <mapped param="warning" observer="css1-validator" value="no" /> @@ -282,5 +282,20 @@ </group> </output> </task> + + <task id="new"> + <routine> + <exec id="new" value="new" type="observation" /> + </routine> + + <parameters> + </parameters> + + <output> + <group> + <observation>new</observation> + </group> + </output> + </task> </tasklist>
Received on Friday, 23 October 2009 12:35:19 UTC