diff options
author | link <link@localhost> | 2001-04-19 02:43:02 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-04-19 02:43:02 +0000 |
commit | 884691f9542ba62e1d5840d21748e38b46acb482 (patch) | |
tree | fc7e02e7fadbad1c00886ae2d507d5390b582d98 | |
parent | 7711e86ef35168ac3409383d3eed656a94b5dc61 (diff) | |
download | markup-validator-884691f9542ba62e1d5840d21748e38b46acb482.zip markup-validator-884691f9542ba62e1d5840d21748e38b46acb482.tar.gz markup-validator-884691f9542ba62e1d5840d21748e38b46acb482.tar.bz2 |
Make clear status of this feature (experimental).
-rwxr-xr-x | htdocs/fragment-upload.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/htdocs/fragment-upload.html b/htdocs/fragment-upload.html index ceb1418..4b488b2 100755 --- a/htdocs/fragment-upload.html +++ b/htdocs/fragment-upload.html @@ -9,16 +9,13 @@ W3C HTML Validation Service" /> <meta name="description" content="W3C's easy-to-use HTML validation service, based on an SGML parser." /> - <meta name="revision" content="$Id: fragment-upload.html,v 1.2 2001-04-17 02:24:46 link Exp $" /> + <meta name="revision" content="$Id: fragment-upload.html,v 1.3 2001-04-19 02:43:02 link Exp $" /> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> - - <p> - <a href="http://www.w3.org/"><img align="left" + <h1><a href="http://www.w3.org/"><img align="left" src="http://www.w3.org/Icons/WWW/w3c_home" height="48" border="0" - alt="W3C" /></a> - </p> + alt="W3C" /></a>HTML Validation Service</h1> <p align="right" class="navbar"> <a href="/">Validator home</a> | @@ -26,9 +23,12 @@ <a href="feedback.html">Feedback</a><br clear="all" /> </p> - <h1>HTML Validation Service</h1> <p> This form allows you paste fragments of HTML and have them validated.</p> - + <p class="warning"> + <strong>WARNING: This feature is highly experimental and has known + limitations (it only supports HTML, for one thing!). Do <em>not</em> + rely on it for 100% correctness! You have been warned!</strong> + </p> <form method="post" enctype="multipart/form-data" action="/check"> Doctype: <select name="doctype"> @@ -80,7 +80,7 @@ src="http://validator.w3.org/images/vxhtml10" height="31" width="88" align="right" border="0" alt="Valid XHTML 1.0!" /></a> <a href="/feedback.html">Gerald Oskoboiny</a><br /> - $Date: 2001-04-17 02:24:46 $ + $Date: 2001-04-19 02:43:02 $ </address> </body> |