diff options
Diffstat (limited to 'htdocs/docs/users.html')
-rwxr-xr-x | htdocs/docs/users.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/htdocs/docs/users.html b/htdocs/docs/users.html index eb95f34..1f7b90f 100755 --- a/htdocs/docs/users.html +++ b/htdocs/docs/users.html @@ -1,6 +1,6 @@ -<!--#set var="revision" value="\$Id: users.html,v 1.7 2002-09-08 19:37:42 ville Exp $" ---><!--#set var="date" value="\$Date: 2002-09-08 19:37:42 $" ---><!--#set var="title" value="User Documentation for The W3C HTML Validation Service" +<!--#set var="revision" value="\$Id: users.html,v 1.8 2002-10-23 23:11:30 link Exp $" +--><!--#set var="date" value="\$Date: 2002-10-23 23:11:30 $" +--><!--#set var="title" value="User Documentation for The W3C MarkUp Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -22,7 +22,7 @@ <div id="Introduction" class="stb"> <h2>Introduction</h2> <p> - The W3C HTML Validation Service is a web gateway to a well known SGML + The W3C MarkUp Validation Service is a web gateway to a well known SGML parser called SP. SP will take your HTML and compare it to a set of objective syntax rules called a "DTD", a Document Type Definition. This way you can be sure your HTML is really valid and not just that it @@ -32,11 +32,11 @@ alternate ways of achieving your goal. </p> <p> - When you send an URL to the W3C HTML Validation Service, it will fetch + When you send an URL to the W3C MarkUp Validation Service, it will fetch that URL and feed it to the SGML parser. If you upload a file it'll get fed directly into the SGML parser. We then take the output from the SGML parser and format it nicely as HTML and send it back to your web - browser. The W3C HTML Validation Service isn't generating any of the + browser. The W3C MarkUp Validation Service isn't generating any of the error messages; they are all generated by the underlying SGML Parser which is checking your HTML against the actual standard for the version of HTML you are using. |