diff options
author | gerald <gerald@localhost> | 2000-02-01 21:43:57 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 2000-02-01 21:43:57 +0000 |
commit | cc39729f8fa75dab2b2800f5cf248f166ae2878b (patch) | |
tree | 016d842fbdadfd8fb980cc094888223b57947f13 | |
parent | eeee70500f5c867b9b0289540fc6eec1270c0574 (diff) | |
download | markup-validator-cc39729f8fa75dab2b2800f5cf248f166ae2878b.zip markup-validator-cc39729f8fa75dab2b2800f5cf248f166ae2878b.tar.gz markup-validator-cc39729f8fa75dab2b2800f5cf248f166ae2878b.tar.bz2 |
added info on the two most common problems, with links to wdg's
descriptions; reordered the page to put that section closer to
the top.
-rwxr-xr-x | htdocs/feedback.html | 54 |
1 files changed, 35 insertions, 19 deletions
diff --git a/htdocs/feedback.html b/htdocs/feedback.html index e28f1ee..20ed4e3 100755 --- a/htdocs/feedback.html +++ b/htdocs/feedback.html @@ -9,7 +9,7 @@ <meta name="description" content="How to Provide Feedback on W3C's Validation Service."> <meta name="revision" - content="$Id: feedback.html,v 1.8 1999-08-05 06:36:24 gerald Exp $"> + content="$Id: feedback.html,v 1.9 2000-02-01 21:43:57 gerald Exp $"> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> @@ -23,22 +23,6 @@ <h1>How to Provide Feedback on <a href="/">W3C's Validation Service</a></h1> <dl> - <dt> - <big><strong>If you are interested in helping to improve <a href="/">this - service</a>, by writing code or just providing ideas,</strong></big> - - <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> - <dt><big><strong>If your page doesn't validate, and you don't know why</strong></big>, or<br> <big><strong>you have a question about HTML or validation</strong></big> @@ -52,7 +36,23 @@ </p> <p> - If it hasn't, you can send it to one of the following forums: + The two most common problems are: + </p> + + <ul> + <li><strong>Validating pages with &'s in <code>URI</code>s</strong>: + see <a + href="http://www.htmlhelp.com/tools/validator/problems.html#amp">Ampersands + (&'s) in URLs</a> + <li><strong>Validating pages with JavaScript</strong>: + see <a + href="http://www.htmlhelp.com/tools/validator/problems.html#script">Writing + HTML in a SCRIPT Element</a> + </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> @@ -68,6 +68,22 @@ specific page, be sure to provide a URL when you ask your question!) </p> + <dt> + <big><strong>If you are interested in helping to improve <a href="/">this + service</a>, by writing code or just providing ideas,</strong></big> + + <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> + </dl> <hr> @@ -77,7 +93,7 @@ src="http://validator.w3.org/images/vh40.gif" height=31 width=88 align=right border=0 alt="Valid W3C HTML 4.0!"></a> <a href="http://www.w3.org/People/Gerald/">Gerald Oskoboiny</A><br> - $Date: 1999-08-05 06:36:24 $ + $Date: 2000-02-01 21:43:57 $ </address> </body> |