validator/htdocs/docs api.html,1.15,1.16

Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv22838

Modified Files:
	api.html 
Log Message:
documenting new http header

Index: api.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/api.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- api.html	25 Jan 2008 02:17:38 -0000	1.15
+++ api.html	21 Feb 2008 07:07:56 -0000	1.16
@@ -306,6 +306,7 @@
     Content-Language: en
     Content-Type: text/html; charset=utf-8
     X-W3C-Validator-Errors: 0
+    X-W3C-Validator-Warnings: 0
     X-W3C-Validator-Recursion: 1
     X-W3C-Validator-Status: Valid
 </pre>
@@ -326,6 +327,11 @@
         <td>0 does not necessarily mean "valid" (it may mean that validation could not be performed)</td>
     </tr>
     <tr>
+        <td>X-W3C-Validator-Warnings</td>
+        <td>Number of Warnings found during validation. <code>0</code> if no errors found.</td>
+        <td>The warnings include validation warning, as well as pre-parsing warnings (such as character encoding mismatch, doctype override, etc.)</td>
+    </tr>
+    <tr>
         <td>X-W3C-Validator-Recursion</td>
         <td>Integer. Generally, <code>1</code>. More if recursively validating validation results. 
            </td>

Received on Thursday, 21 February 2008 07:08:05 UTC