summaryrefslogtreecommitdiffstats
path: root/htdocs/docs/api.html
diff options
context:
space:
mode:
authorot <ot@localhost>2008-02-21 07:07:56 +0000
committerot <ot@localhost>2008-02-21 07:07:56 +0000
commit526af0feb7929e4e9f6357dcba224db4c55c2f4d (patch)
tree7bd00943eabe6a362ff0bd58b8927f235cef4490 /htdocs/docs/api.html
parent3857c89ea5d219125f01db0c5d85a9081d73504e (diff)
downloadmarkup-validator-526af0feb7929e4e9f6357dcba224db4c55c2f4d.zip
markup-validator-526af0feb7929e4e9f6357dcba224db4c55c2f4d.tar.gz
markup-validator-526af0feb7929e4e9f6357dcba224db4c55c2f4d.tar.bz2
documenting new http header
Diffstat (limited to 'htdocs/docs/api.html')
-rwxr-xr-xhtdocs/docs/api.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/htdocs/docs/api.html b/htdocs/docs/api.html
index 47813b0..cd837a5 100755
--- a/htdocs/docs/api.html
+++ b/htdocs/docs/api.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: api.html,v 1.15 2008-01-25 02:17:38 ot Exp $"
---><!--#set var="date" value="\$Date: 2008-01-25 02:17:38 $"
+<!--#set var="revision" value="\$Id: api.html,v 1.16 2008-02-21 07:07:56 ot Exp $"
+--><!--#set var="date" value="\$Date: 2008-02-21 07:07:56 $"
--><!--#set var="title" value="Documentation of the Programmatic Interface (API) to The W3C Markup Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -306,6 +306,7 @@ element, but also the <code>warning</code> element are <code>line</code>, <code>
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 @@ element, but also the <code>warning</code> element are <code>line</code>, <code>
<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>