diff options
author | ville <ville@localhost> | 2003-02-24 23:33:21 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2003-02-24 23:33:21 +0000 |
commit | e660290d180cd8f628a21f1c85c865edbfcef4aa (patch) | |
tree | cf87457c498fa7f8c294ea25a847fcd77734f585 /htdocs/docs/users.html | |
parent | 327973f796f2e83cdd6cc6f0d23dd6f14992bab0 (diff) | |
download | markup-validator-e660290d180cd8f628a21f1c85c865edbfcef4aa.zip markup-validator-e660290d180cd8f628a21f1c85c865edbfcef4aa.tar.gz markup-validator-e660290d180cd8f628a21f1c85c865edbfcef4aa.tar.bz2 |
s/MarkUp/Markup/ for consistency with other w3.org.
Diffstat (limited to 'htdocs/docs/users.html')
-rwxr-xr-x | htdocs/docs/users.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/htdocs/docs/users.html b/htdocs/docs/users.html index 21d4467..32d3c2b 100755 --- a/htdocs/docs/users.html +++ b/htdocs/docs/users.html @@ -1,6 +1,6 @@ -<!--#set var="revision" value="\$Id: users.html,v 1.15 2002-12-01 13:40:33 link Exp $" ---><!--#set var="date" value="\$Date: 2002-12-01 13:40:33 $" ---><!--#set var="title" value="User Documentation for The W3C MarkUp Validation Service" +<!--#set var="revision" value="\$Id: users.html,v 1.16 2003-02-24 23:33:19 ville Exp $" +--><!--#set var="date" value="\$Date: 2003-02-24 23:33:19 $" +--><!--#set var="title" value="User Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> <div id="toc"> @@ -34,7 +34,7 @@ <div id="Introduction" class="stb"> <h2>Introduction</h2> <p> - The W3C MarkUp 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 @@ -44,11 +44,11 @@ alternate ways of achieving your goal. </p> <p> - When you send an URL to the W3C MarkUp 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 MarkUp 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. @@ -129,7 +129,7 @@ <div id="Interpret" class="stb"> <h2>Interpreting the results</h2> <p> - In spite of our efforts, interpreting the MarkUp Validator's error messages + In spite of our efforts, interpreting the Markup Validator's error messages isn't quite what you'd call easy. The error messages are generated in the context of a full SGML environment which demands a somewhat higher level of technical detail then your average HTML document. We have set up a page @@ -310,7 +310,7 @@ <tr class="comma"> <td class="comma-desc"> - Validate the MarkUp. + Validate the markup. </td> <td class="comma-tool"> W3C Markup Validator |