- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 Jul 2007 04:56:29 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv1598/htdocs/docs
Modified Files:
api.html users.html
Log Message:
making the X-W3C-Validator-Status header more consistently report:
* Valid if validation passed
* Invalid if validation proceeded, failed
* Abort if validation could not be performed
Index: api.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/api.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- api.html 5 Jul 2007 01:58:54 -0000 1.10
+++ api.html 9 Jul 2007 04:56:26 -0000 1.11
@@ -313,8 +313,10 @@
<tr><th>Header</th><th>Value</th><th>Notes</th></tr>
<tr>
<td>X-W3C-Validator-Status</td>
- <td><code>Valid</code> or <code>Invalid</code></td>
- <td>May not be present if validation could not be performed (404 Not found, etc)</td>
+ <td><code>Valid</code> or <code>Invalid</code> if validation was performed.<br />
+ value will be <code>Abort</code> if a fatal error (decoding, 404 not found, etc)
+ was encountered and validation could not be performed</td>
+ <td>Note: <code>Abort</code> value was added in version 0.8.0</td>
</tr>
<tr>
<td>X-W3C-Validator-Errors</td>
Index: users.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/users.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- users.html 15 Nov 2006 08:02:46 -0000 1.26
+++ users.html 9 Jul 2007 04:56:26 -0000 1.27
@@ -23,6 +23,7 @@
<ul>
<li><a href="#Options">Options and Parameters</a></li>
<li><a href="#Output">Output Formats</a></li>
+ <li><a href="api.html#http_headers">Using HTTP headers to know validation results</a></li>
<li><a href="#deprecated_options">Deprecated options</a></li>
</ul>
</li>
Received on Monday, 9 July 2007 04:56:31 UTC