- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 29 Aug 2006 02:46:36 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest
In directory hutz:/tmp/cvs-serv18366
Modified Files:
README
Log Message:
adding test cases for recently added bugs, and documenting parameters
in test case markup.
Index: README
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README 26 Apr 2006 12:33:21 -0000 1.2
+++ README 29 Aug 2006 02:46:33 -0000 1.3
@@ -18,7 +18,7 @@
(validity, errors and warnings count).
Some test examples:
-- une url:
+- test from a URI:
<test>
<url>http://css.example.com/path/to/the/real/example.css</url>
<description>example website</description>
@@ -27,7 +27,7 @@
<warnings>0</warnings>
</result>
</test>
-- un fichier local:
+- test from a local file:
<test>
<file>testsuite/general/misc/sampleCSS1.css</file>
<description>
@@ -38,6 +38,14 @@
</description>
</test>
+the <test> element can take a number of parameters, with values equivalent to the optional
+parameters in the web service (see user manual for values listing):
+examples:
+
+ <test profile="css1"> ...</test>
+ <test medium="print,screen">...</test>
+ <test warnings="2"> ...</test>
+
================================================================================
FRENCH
================================================================================
@@ -75,4 +83,15 @@
completeness. It is suggested that a style sheet similar to this one
is used as the UA default.
</description>
- </test>
+
+L'element <test> peut prendre plusieurs parametres (profile, medium et warnings)
+dont les valeurs sont equivalentes a celles du service de validation (Cf. manuel
+du validateur pour les valeurs acceptées).
+
+exemples:
+
+ <test profile="css1"> ...</test>
+ <test medium="print,screen">...</test>
+ <test warnings="2"> ...</test>
+
+ </test>
Received on Tuesday, 29 August 2006 02:46:55 UTC