unicorn commit: ~ use the "normal report" css-val warning parameter value in the conformance task instead of showing all warnings

changeset:   1641:faf27e301e7a
tag:         tip
user:        Thomas Gambet <tgambet@w3.org>
date:        Thu Mar 31 16:27:34 2011 -0400
files:       WebContent/WEB-INF/resources/tasklist/tasklist.xml
description:
~ use the "normal report" css-val warning parameter value in the conformance task instead of showing all warnings


diff -r 1097ef0c7826 -r faf27e301e7a WebContent/WEB-INF/resources/tasklist/tasklist.xml
--- a/WebContent/WEB-INF/resources/tasklist/tasklist.xml	Tue Mar 29 13:55:23 2011 -0400
+++ b/WebContent/WEB-INF/resources/tasklist/tasklist.xml	Thu Mar 31 16:27:34 2011 -0400
@@ -25,8 +25,8 @@
 			<parameter name="doctype" default="Inline" ui="advanced" type="dropdown" observer="markup-validator" />
 			<parameter name="warning" ui="none" type="dropdown" default="all">
 				<value name="all">
-					<mapped param="warning" observer="css21-validator" value="2" />
-					<mapped param="warning" observer="css3-validator" value="2" />
+					<mapped param="warning" observer="css21-validator" value="1" />
+					<mapped param="warning" observer="css3-validator" value="1" />
 				</value>
 			</parameter>
 		</parameters>

Received on Thursday, 31 March 2011 20:27:35 UTC