diff options
author | ot <ot@localhost> | 2008-02-13 05:57:24 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-02-13 05:57:24 +0000 |
commit | 3857c89ea5d219125f01db0c5d85a9081d73504e (patch) | |
tree | 34000d569c608fbc3e34436b449d0e94e9deeeff /htdocs/docs/users.html | |
parent | 4b5af677bbb9bf337fa7fde9f3d9df4701a36bdd (diff) | |
download | markup-validator-3857c89ea5d219125f01db0c5d85a9081d73504e.zip markup-validator-3857c89ea5d219125f01db0c5d85a9081d73504e.tar.gz markup-validator-3857c89ea5d219125f01db0c5d85a9081d73504e.tar.bz2 |
adding accept-charset option
Diffstat (limited to 'htdocs/docs/users.html')
-rwxr-xr-x | htdocs/docs/users.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/htdocs/docs/users.html b/htdocs/docs/users.html index 080d3f4..e7d1798 100755 --- a/htdocs/docs/users.html +++ b/htdocs/docs/users.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: users.html,v 1.28 2007-09-27 10:13:33 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-09-27 10:13:33 $" +<!--#set var="revision" value="\$Id: users.html,v 1.29 2008-02-13 05:57:24 ot Exp $" +--><!--#set var="date" value="\$Date: 2008-02-13 05:57:24 $" --><!--#set var="title" value="User Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -215,6 +215,14 @@ <p>For example, append "<code>accept-language=ja%2Cfr</code>" and the validator will send the HTTP Header "<code>Accept-Language: ja,fr</code>".</p> </dd> + <dt id="option-accept-charset">Set a specific <code>Accept-Charset</code> Header (<code>accept-charset</code>)</dt> + <dd> + <p>This option (<em>experimental, as of 0.8.3</em>) makes the validator send + a <code>Accept-Charset</code> HTTP header, specifying the character encodings + which it will accept from server. This option is mainly used to interface the Markup + Validator for <a href="http://www.w3.org/TR/mobileOK-basic10-tests/#http_request">Mobile Web Best Practices</a> + checking.</p> + </dd> </dl> <h4 id="Output">Output Options</h4> <p> |