summaryrefslogtreecommitdiffstats
path: root/htdocs/feedback.html
blob: e01f5feb4c2c35170557686fb5813fb6b2753f3b (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!--#set var="revision" value="\$Id: feedback.html,v 1.11 2001-09-19 09:31:03 link Exp $" -->
<!--#set var="date" value="\$Date: 2001-09-19 09:31:03 $" -->
<!--#include virtual="/header.html" -->

<h2>How to Provide Feedback on <a href="/">W3C's Validation Service</a></h2>

<dl>
  <dt>If your page doesn't validate, and you don't know why, or
      you have a question about HTML or validation</dt>
  <dd>
    <p>
      First, check the <strong><a href="http://www.htmlhelp.com/faq/">Web
      authoring frequently asked questions (FAQs)</a></strong> to see if
      your question has been answered there.
    </p>
    <p>
      The two most common problems are:
    </p>
    <ul>
      <li>Validating pages with &amp;'s in <code>URI</code>s:
      see <a
      href="http://www.htmlhelp.com/tools/validator/problems.html#amp">Ampersands
      (&amp;'s) in URLs</a></li>
      <li>Validating pages with JavaScript:
      see <a
        href="http://www.htmlhelp.com/tools/validator/problems.html#script">Writing
        HTML in a SCRIPT Element</a></li>
    </ul>

  <p>
    If your problem isn't covered by one of the resources above,
    you can send it to one of the following forums:
  </p>

  <ul>
    <li><code><a href="news:comp.infosystems.www.authoring.html">Usenet
    newsgroup: comp.infosystems.www.authoring.html</a></code></li>
    <li><a href="http://www.hwg.org/">HTML Writers Guild</a> <a
    href="http://www.hwg.org/lists/">mailing lists</a></li>
  </ul>

  <p>
    Each of these forums have plenty of experienced HTML authors who
    are willing to share their expertise. (If you are commenting on a
    specific page, be sure to provide a URL when you ask your question!)
  </p>
  </dd>

  <dt>If you are interested in helping to improve <a href="/">this
    service</a>, by writing code or just providing ideas,</dt>

  <dd>
    <p>
      Please join and contribute to the <a
      href="http://lists.w3.org/Archives/Public/www-validator/"><code>www-validator</code> mailing list</a>.
    </p>

    <p>
      If you just have a small patch or idea and don't want to join the list, feel
      free to <a href="mailto:www-validator@w3.org">send it directly to the
      list</a>.
    </p>
  </dd>
</dl>

<!--#include virtual="/footer.html" -->
  </body>
</html>