- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Thu, 06 May 2004 15:00:04 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv25617
Modified Files:
Tag: validator-0_6_0-branch
users.html
Log Message:
notice on verbose option/additional explanations
Index: users.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/users.html,v
retrieving revision 1.14.2.9
retrieving revision 1.14.2.10
diff -u -d -r1.14.2.9 -r1.14.2.10
--- users.html 5 May 2004 22:24:27 -0000 1.14.2.9
+++ users.html 6 May 2004 15:00:02 -0000 1.14.2.10
@@ -72,7 +72,7 @@
</p>
<dl>
- <dt id="option-charset">Encoding</dt>
+ <dt id="option-charset" name="option-charset">Encoding</dt>
<dd>
<p>This allows you to <strong>override</strong> the character encoding
information about your document. You may use this option for test
@@ -80,14 +80,14 @@
correct character encoding, or the validator will <a href="help#faq-charset">complain</a>
about it and you document will not be valid.</p>
</dd>
- <dt id="option-fbc">Use Fallback instead of Override (Encoding) (<code>fbc</code>)</dt>
+ <dt id="option-fbc" name="option-fbc">Use Fallback instead of Override (Encoding) (<code>fbc</code>)</dt>
<dd>
<p>Uses the <a href="#option-charset">character encoding override</a> mechanism
described above, but only does it as a fall back mechanism if the actual document
is not served with character encoding information. Think of this as a gentler
override mechanism.</p>
</dd>
- <dt id="option-doctype">Type</dt>
+ <dt id="option-doctype" name="option-doctype">Type</dt>
<dd>
<p>This allows you to <strong>override</strong> the DOCTYPE declaration for you
document. You may use this option for test
@@ -95,7 +95,7 @@
correct character encoding, or the validator will <a href="help#faq-doctype">complain</a>
about it and you document will not be valid.</p>
</dd>
- <dt id="option-fbc">Use Fallback instead of Override (Type) (<code>fbd</code>)</dt>
+ <dt id="option-fbd" name="option-fbd">Use Fallback instead of Override (Type) (<code>fbd</code>)</dt>
<dd>
<p>Uses the <a href="#option-doctype">Doctype override</a> mechanism
described above, but only does it as a fall back mechanism if the actual document
@@ -103,42 +103,44 @@
</dd>
- <dt id="option-ss">Show source input (<code>ss</code>)</dt>
+ <dt id="option-ss" name="option-ss">Show source input (<code>ss</code>)</dt>
<dd>
<p>Displays the HTML source of the document you validated and links
error messages directly to lines in this output. Makes it easy to
see what's wrong.</p>
</dd>
- <dt id="option-outline">Show an outline of this document (<code>outline</code>)</dt>
+ <dt id="option-outline" name="option-outline">Show an outline of this document (<code>outline</code>)</dt>
<dd>
<p>Will generate an outline of your document from the H1 - H6 elements.
For a properly formed document, this will be a nicely nested tree
structure. The visualization of your document's structure makes it
easier to see where you've skipped a heading.</p>
</dd>
- <dt id="option-sp">Show parse tree (<code>sp</code>)</dt>
+ <dt id="option-sp" name="option-sp">Show parse tree (<code>sp</code>)</dt>
<dd>
<p>Shows you exactly how the SGML Parser read your document. Probably
best used only by advanced users as it deals with low-level SGML
constructs.</p>
</dd>
- <dt id="option-noatt">exclude attributes from the parse tree (<code>noatt</code>)</dt>
+ <dt id="option-noatt" name="option-noatt">exclude attributes from the parse tree (<code>noatt</code>)</dt>
<dd>
<p>Suppress attributes from the <a href="#option-sp">parse tree</a> to make it
more readable.</p>
</dd>
- <dt id="option-no200">Validate error pages</dt>
+ <dt id="option-no200" name="option-no200">Validate error pages</dt>
<dd>
<p>The Markup Validator will usually tell you if the page you tried to validate
could not be retrieved (for example, if the server gave a "404 not found" message.
In some circumstances you may want to be able to validate the error page sent by
the server. This is the option to use then.</p>
</dd>
- <dt id="option-verbose">Verbose Output</dt>
+ <dt id="option-verbose" name="option-verbose">Verbose Output</dt>
<dd>
<p>This option triggers verbose output. By default the validator will only output
- the validity result if the document is valid, but you may want to have the rest of
- the information (outline, etc.). This is the option to use then.</p>
+ the validity result if the document is valid, but you may want to have more
+ information. This is the option to use then. The verbose output also provides helpful
+ explanations in addition to the error messages, which makes it a generally useful
+ option. </p>
</dd>
Received on Thursday, 6 May 2004 11:00:39 UTC