summaryrefslogtreecommitdiffstats
path: root/share/templates/en_US/docs_errors.tmpl
blob: 5f02a9001aa2c497797d6f8e149efe6148e3cb5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!--#set var="revision" value="\$Id: docs_errors.tmpl,v 1.6 2010-03-08 18:11:08 ville Exp $"
--><!--#set var="date" value="\$Date: 2010-03-08 18:11:08 $"
--><!--#set var="title" value="Error Explanations for The W3C Markup Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
<div class="doc">
<h2 id="skip">Explanation of the error messages<br /> for the W3C Markup Validator</h2>

<h3 id="TableOfContents">Table of Contents</h3>
  <div id="toc">
    <ul>
	<li><a href="#hasverbose">Error messages with explanation</a></li>
	<li><a href="#noverbose">Error messages without explanation</a></li>
    </ul>
  </div>

  <div>
    <h3 id="hasverbose">List of Validator errors and their explanation</h3>
    <p>Below are all the validator's error messages for which we have an "explanation".</p>

      <dl>
      <TMPL_LOOP NAME="list_errors_hasverbose">
        <dt id="ve-<TMPL_VAR NAME="id">"><TMPL_VAR NAME="id">: <TMPL_VAR NAME="original"></dt>
        <dd><TMPL_VAR NAME="verbose">
	<p>
	  <a href="<!--#echo var="relroot" -->feedback.html?errmsg_id=<TMPL_VAR NAME="id">#errormsg"
	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
	</p>
	</dd>  
      </TMPL_LOOP>
      </dl>

    <h3 id="noverbose">Errors without explanation</h3>
    <p>The following validation errors do not have an explanation yet. We invite you to use the 
    <a href="<!--#echo var="relroot" -->feedback.html#errormsg">feedback channels</a> to send your suggestions.</p>
    <ul>
	<TMPL_LOOP NAME="list_errors_noverbose">
        <li id="ve-<TMPL_VAR NAME="id">"><p><TMPL_VAR NAME="id">: <TMPL_VAR NAME="original">
	  <a href="<!--#echo var="relroot" -->feedback.html?errmsg_id=<TMPL_VAR NAME="id">#errormsg"
	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
	</p>
	</li>
      </TMPL_LOOP>
    </ul>
  </div>
</div><!-- doc -->
<!--#include virtual="../footer.html" -->
  </body>
</html>