- From: Terje Bless <link@dev.w3.org>
- Date: Wed, 21 Jul 2004 15:06:57 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs In directory hutz:/tmp/cvs-serv17697/htdocs Modified Files: base.css detailed.html favelets.html feedback.html file-upload.html footer.html fragment-upload.html header.html index.html loadexplanation.js navbar.css results.css whatsnew.html xml-results.xsl Removed Files: non-netscape.css Log Message: Merging from branch validator-0_6_0-branch, at tag validator-0_6_7-pre2. (0.6.7 is missing relnotes and other minor tweaks) Index: navbar.css =================================================================== RCS file: /sources/public/validator/htdocs/navbar.css,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- navbar.css 9 May 2004 15:56:49 -0000 1.7 +++ navbar.css 21 Jul 2004 15:06:55 -0000 1.8 @@ -117,13 +117,12 @@ text-decoration: underline; } - /* Jump Bar - results page*/ .jumpbar { float: right; width: 8em; - margin-right: -.4em; /* FIXME - find the exact value - */ +/* margin-right: -.4em; */ /* FIXME - find the exact value - */ text-align: left; text-decoration: none; padding: 1ex; @@ -132,20 +131,27 @@ border-bottom: 1px solid black; margin-top: -1.3em; font-size: smaller; + font-weight: bold; } -div.jumpbar ul { +.jumpbar ul { padding: 0; margin: 0; } -div.jumpbar li { +.jumpbar li { list-style-type: none; + text-align: right; } -div.jumpbar li a:link, div.jumpbar li a:visited { +div.jumpbar li a:hover { + background: #fff; + text-decoration: underline; +} + +.jumpbar li a:link, .jumpbar li a:visited { text-decoration: none; - text-align: center; + text-align: right; display: block; width: 8em; padding: 2px 0px; @@ -156,11 +162,7 @@ border-top: dotted 1px black; } -div.jumpbar li a:hover { - text-decoration: underline; -} - -div.jumpbar li a#selected:link, div.jumpbar li a#selected:visited { +.jumpbar li a#selected:link, .jumpbar li a#selected:visited { text-decoration: underline; background-color: #fff; color: #053188; --- non-netscape.css DELETED --- Index: xml-results.xsl =================================================================== RCS file: /sources/public/validator/htdocs/xml-results.xsl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- xml-results.xsl 1 Dec 2002 13:40:32 -0000 1.3 +++ xml-results.xsl 21 Jul 2004 15:06:55 -0000 1.4 @@ -26,7 +26,7 @@ <xsl:template match="meta"> <table id="meta" summary="Metadata concerning the page"> <tbody> - <tr><th scope="row">URI</th> <td><a><xsl:attribute name="href"><xsl:value-of select="uri"/></xsl:attribute></a></td></tr> + <tr><th scope="row">URL</th> <td><a><xsl:attribute name="href"><xsl:value-of select="uri"/></xsl:attribute></a></td></tr> <tr><th scope="row">Last Modified</th> <td><xsl:value-of select="modified"/></td></tr> <tr><th scope="row">Server</th> <td><xsl:value-of select="server"/></td></tr> <tr><th scope="row">Content-Length</th> <td><xsl:value-of select="size"/></td></tr> Index: results.css =================================================================== RCS file: /sources/public/validator/htdocs/results.css,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- results.css 9 May 2004 15:56:49 -0000 1.18 +++ results.css 21 Jul 2004 15:06:55 -0000 1.19 @@ -4,37 +4,39 @@ .input { color: black; background-color: #eee; - font-family: "Bitstream Vera Mono", monospace; + font-family: "Bitstream Vera Sans Mono", monospace; font-size: small; } -/* The "Jump To" links in result pages. */ -.jumpbar { - float: left; - width: 12ex; - text-align: left; - text-decoration: none; - padding: 1ex; - background-color: #eee; - border-top: 1px solid #eee; - border-right: 1px solid black; - border-bottom: 1px solid black; - margin-top: -1.3em; - font-weight: bolder; - font-size: smaller; +/* Various Bits of the Table Header */ +/* +*/ +fieldset div.moreinfo { + float: right; + width: 30%; } -div.jumpbar ul { - padding: 0; - margin: 0; +fieldset div.moreinfo p { + background: #FFF; + border: 1px solid #CCC; + text-align: justify; + font-size: smaller; } -div.jumpbar li { - list-style-type: none; +fieldset div.cheat { + clear: both; } -p.jumpbar a:hover { - background: #ccc; + +table.header { + clear: left; + margin-left: auto; + margin-right: auto; +} + +fieldset table.header { + float: left; + margin: 1ex; } /* Error Messages Display */ @@ -46,7 +48,6 @@ .ve { font-size: smaller; - clear: left; padding: 0; width: 100%; } @@ -55,23 +56,21 @@ line-height: 100%; font-style: italic; font-size: small; - margin: 0; + margin: 1ex 5em 1ex 1em; + text-align: justify; } -.ve p.helpwanted { - float: right; - width: 30ex; - border: 1px solid black; - background: #eee; - font-size: smaller; - line-height: 120%; - padding: 1ex; - text-align: justify; - margin: 0; +p.helpwanted { + margin-left: auto; + margin-right: auto; + font-size: x-small; + color: #888; + text-align: right; } -.helpwanted em { - font-weight: bolder; +p.helpwanted a { + color: #88f; + text-decoration: none; } ol#errors code { @@ -93,35 +92,20 @@ /* */ #source div { -/* where the source is actually displayed */ + font-family: "Bitstream Vera Sans Mono", monospace; + font-size: smaller; background: #eee; border: 1px solid black; - margin-right: 1em; - margin-left: 1em; - padding-left: 1em; - padding-right: 1em; -} - -#source code { - white-space: normal; - font-family: "Bitstream Vera Mono", monospace; - font-size: smaller; + margin: 1em; } - - -fieldset { - color: black; - clear: left; - margin-left: auto; - margin-right: auto; - background-color: #eeeeee; +#source div pre { + margin: 1em; } -fieldset legend { - background-color: #eee; - border-right: 1px solid gray; - border-bottom: 1px solid gray; - font-weight: bold; +#source div pre a { + color: inherit; + background-color: transparent; + text-decoration: none; } @@ -245,7 +229,7 @@ .valid { background: #053188; color: white; - font-family: sans-serif; + font-family: "Bitstream Vera Sans", sans-serif; font-size-adjust: .53; font-size: 1.5em; font-weight: 500; @@ -297,7 +281,7 @@ .invalid { background: #880531; color: white; - font-family: sans-serif; + font-family: "Bitstream Vera Sans", sans-serif; font-size-adjust: .53; font-size: 1.5em; font-weight: 500; Index: header.html =================================================================== RCS file: /sources/public/validator/htdocs/header.html,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- header.html 9 May 2004 15:56:49 -0000 1.25 +++ header.html 21 Jul 2004 15:06:55 -0000 1.26 @@ -21,7 +21,7 @@ <a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home" /></a> <a href="http://www.w3.org/QA/"><img src="http://www.w3.org/QA/2002/12/qa-small.png" alt="QA" /></a> Markup Validation Service</h1> - <span id="versioninfo"><abbr title="version">v</abbr>0.6.5</span> + <span id="versioninfo"><abbr title="version">v</abbr>0.6.6</span> </div> <ul class="navbar" id="menu"> <li><span class="hideme"><a href="#skip" accesskey="s" title="Skip past navigation to main part of page">Skip Navigation</a> |</span> Index: fragment-upload.html =================================================================== RCS file: /sources/public/validator/htdocs/fragment-upload.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- fragment-upload.html 24 Feb 2003 23:33:18 -0000 1.8 +++ fragment-upload.html 21 Jul 2004 15:06:55 -0000 1.9 @@ -60,7 +60,7 @@ <p> If your document is on the Web, you can validate - it by <a title="Validate files by URI" href="./">entering its address</a> instead. + it by <a title="Validate files by URL" href="./">entering its address</a> instead. </p> <!--#include virtual="footer.html" --> Index: favelets.html =================================================================== RCS file: /sources/public/validator/htdocs/favelets.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- favelets.html 9 May 2004 15:56:49 -0000 1.6 +++ favelets.html 21 Jul 2004 15:06:55 -0000 1.7 @@ -19,7 +19,7 @@ the <a class="offsite" title="The Internet Archive WayBack Machine" href="http://www.archive.org/">WayBack Machine</a>. More Favelets can be found from - <URI:<a href="http://favelets.com/">http://favelets.com/</a>>. + <<a href="http://favelets.com/">http://favelets.com/</a>>. </p> <p> <a href="http://favelets.com/">Favelets</a> depend on support for Index: feedback.html =================================================================== RCS file: /sources/public/validator/htdocs/feedback.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- feedback.html 9 May 2004 15:56:49 -0000 1.19 +++ feedback.html 21 Jul 2004 15:06:55 -0000 1.20 @@ -23,7 +23,7 @@ </p> <ul> <li>Validating pages with &'s in <acronym - title="Universal Resource Identifiers">URIs</acronym>: + title="Universal Resource Locators">URLs</acronym>: see <a href="http://www.htmlhelp.com/tools/validator/problems.html#amp">Ampersands (&'s) in <acronym @@ -76,7 +76,7 @@ <dt>If you want to report a bug or log a feature request:</dt> <dd> <p> - The W3C Maintains a public bug tracking database known as <a + The W3C maintains a public bug tracking database known as <a href="http://www.w3.org/Bugs/Public/">Bugzilla</a> where developers and other technical users can log bug reports and feature suggestions directly. If you are not familiar with issue tracking systems in general Index: loadexplanation.js =================================================================== RCS file: /sources/public/validator/htdocs/loadexplanation.js,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- loadexplanation.js 9 May 2004 15:56:49 -0000 1.2 +++ loadexplanation.js 21 Jul 2004 15:06:55 -0000 1.3 @@ -6,7 +6,7 @@ } function doubleUp() { glist=d.getElementsByTagName("DIV") - upto(10) + upto(1) } function upto(n) { if (n<glist.length) { Index: whatsnew.html =================================================================== RCS file: /sources/public/validator/htdocs/whatsnew.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- whatsnew.html 9 May 2004 15:56:49 -0000 1.39 +++ whatsnew.html 21 Jul 2004 15:06:55 -0000 1.40 @@ -15,31 +15,53 @@ </p> </div> <dl> + <dt id="t2004-05-21">2004-05-21 — 0.6.6 Release:</dt> + <dd> + <p> + A maintenance release that fixes a +<a href="http://www.w3.org/Bugs/Public/buglist.cgi?product=Validator&target_milestone=0.6.6">few minor bugs</a>, + resurrects the + whitespace-preserving source display, adds explanations for additional + error messages, and makes some slight tweaks to the website style. + </p> + <p> + This version also tentatively fixes a bug where, for Document Instances + with a Document Type Name of "html", but with + an incorrect Formal Public Identifier, the Validator would fall back + to HTML 4.01 Transitional and, if no other errors were found, + silently ignore the erroneous FPI. + </p> + </dd> <dt id="t2004-05-07">2004-05-07 — 0.6.5 Release:</dt> <dd> - <p>Stable release including all the fixes and improvements made in consecutive beta versions - <a href="#t2004-04-30">0.6.5 Beta #3</a>, - <a href="#t2004-04-15">0.6.5 Beta #2</a>, - <a href="#t2003-08-26">0.6.5 Beta #1</a>, - <a href="http://lists.w3.org/Archives/Public/www-validator/2003Jun/0062.html">0.6.2 beta #2</a>, and - <a href="http://lists.w3.org/Archives/Public/www-validator/2003May/0069.html">0.6.2 beta #1</a> - </p> + <p> + Stable release including all the fixes and improvements made in + consecutive beta versions <a href="#t2004-04-30">0.6.5 Beta #3</a>, + <a href="#t2004-04-15">0.6.5 Beta #2</a>, + <a href="#t2003-08-26">0.6.5 Beta #1</a>, + <a href="http://lists.w3.org/Archives/Public/www-validator/2003Jun/0062.html">0.6.2 beta #2</a>, + and <a href="http://lists.w3.org/Archives/Public/www-validator/2003May/0069.html">0.6.2 beta #1</a> + </p> </dd> <dt id="t2004-04-30">2004-04-30 — 0.6.5 Beta #3:</dt> <dd> <p> - Testing version 0.6.5 Beta #3 of the Markup Validator; an intermediary - version including further layout, style and documentation improvements - over version 0.6.5 Beta #2, based on discussion and comments during - the testing phase of that version. - Changes include: - </p> - <ul> - <li>Simpler navigation system - removed the "links" navigation bar</li> - <li>More consistent layout</li> - <li>A few issues with the way some agents were dealing with our Style Sheets - were fixed. Other minor style fixes were also applied</li> - <li>Cleanup of grammar issues and typos in a large part of the documentation.</li> + Testing version 0.6.5 Beta #3 of the Markup Validator; an intermediary + version including further layout, style and documentation improvements + over version 0.6.5 Beta #2, based on discussion and comments during + the testing phase of that version. Changes include: + </p> + <ul> + <li>Simpler navigation system - removed the "links" navigation bar</li> + <li>More consistent layout</li> + <li> + A few issues with the way some agents were dealing with our Style + Sheets were fixed. Other minor style fixes were also applied. + </li> + <li> + Cleanup of grammar issues and typos in a large part of the + documentation. + </li> </ul> </dd> @@ -87,7 +109,7 @@ <li>Update ISO-HTML DTD to TC1.</li> <li>Update SVG 1.0 DTD to current Errata.</li> <li>Added support for ISO-8859-16 Encoding.</li> - <li>Added support for the data: URI scheme.</li> + <li>Added support for the data: URL scheme.</li> <li>The Link Checker in command-line mode now supports bundling of options.</li> <li>The Validator RPMs now try to integrate with the system catalog.</li> <li> @@ -365,7 +387,7 @@ <dd> <p> Added support for a parameter to check the referring Web page for - mistakes. To use it, just link to the following URI when linking to + mistakes. To use it, just link to the following URL when linking to the service <<a href="http://validator.w3.org/check/referer">http://validator.w3.org/check/referer</a>> (you can try the link to see how it works). </p> Index: footer.html =================================================================== RCS file: /sources/public/validator/htdocs/footer.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- footer.html 9 May 2004 15:56:49 -0000 1.9 +++ footer.html 21 Jul 2004 15:06:55 -0000 1.10 @@ -13,7 +13,7 @@ <p class="copyright"> <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2004 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>® - (<a href="http://www.lcs.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, + (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. Index: detailed.html =================================================================== RCS file: /sources/public/validator/htdocs/detailed.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- detailed.html 9 May 2004 15:56:49 -0000 1.17 +++ detailed.html 21 Jul 2004 15:06:55 -0000 1.18 @@ -6,13 +6,13 @@ <p><a id="skip" name="skip"></a> This form allows you to enter a <acronym - title="Universal Resource Identifier">URI</acronym> + title="Universal Resource Locator">URL</acronym> and have it validated. If you want to validate a file on your computer, you can use the <a href="file-upload.html">File Upload Interface</a>. </p> <div> - <fieldset><legend>Validate by URI</legend> + <fieldset><legend>Validate by URL</legend> <form method="get" action="check"> <table> <tr><th><label title="Address of page to Validate" Index: base.css =================================================================== RCS file: /sources/public/validator/htdocs/base.css,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- base.css 9 May 2004 15:56:49 -0000 1.32 +++ base.css 21 Jul 2004 15:06:55 -0000 1.33 @@ -18,7 +18,7 @@ color: black; background: white; font-weight: normal; - font-family: "Bitstream Vera Sans", sans-serif; + font-family: "Bitstream Vera Sans", sans-serif; font-style: normal; text-decoration: none; margin: 0; @@ -43,23 +43,25 @@ /* Fieldsets in general */ fieldset { -/* max-width: 80%; */ + background: #FCFCFC; + border: 1px dotted #053188; margin-left: 1em; margin-right: 1em; + padding: 1em; } -/* The front-page fieldsets */ -fieldset.front { - background: inherit; - border: 1px dotted #053188; -} - -fieldset.front legend { +fieldset legend { color: #053188; + background: #FFF; font-variant: small-caps; padding: .1ex .5ex; + border-right: 1px solid gray; + border-bottom: 1px solid gray; + font-weight: bold; } + + .intro { font-style: italic; text-align: justify; @@ -86,7 +88,7 @@ } pre, code, tt { - font-family: monospace; + font-family: "Bitstream Vera Sans Mono", monospace; line-height: 100%; white-space: pre; } @@ -144,7 +146,7 @@ } address { - background-image: url(images/footer); + background-image: url(images/footer.jpg); background-repeat: no-repeat; background-attachment: scroll; height: 50px; @@ -160,7 +162,7 @@ text-transform: uppercase; margin-left: auto; margin-right: auto; - font-family: monospace; + font-family: "Bitstream Vera Sans Mono", monospace; color: #888; line-height: 120%; } @@ -183,7 +185,7 @@ /* Various header(ish) things. Definitions cribbed from the CORE Styles. */ h1 { - font-family: sans-serif; + font-family: "Bitstream Vera Sans", sans-serif; font-size-adjust: .53; font-size: 2em; font-weight: bold; @@ -195,7 +197,7 @@ display: inline} #banner { -background-image: url(images/header); +background-image: url(images/header.jpg); /* only jpg version - png too big! */ background-repeat: no-repeat; background-attachment: scroll; height: 50px; @@ -224,9 +226,13 @@ color: red; } -h2 { - font-family: sans-serif; +h1, h2, h3, h4, h5, h6, dt { + font-family: "Bitstream Vera Sans", sans-serif; font-size-adjust: .53; + font-variant: small-caps; +} + +h2 { font-size: 1.5em; text-align: center; font-weight: bold; @@ -238,21 +244,17 @@ } h3 { - font-family: sans-serif; - font-size-adjust: .53; font-size: 1.3em; + font-weight: normal; + font-style: normal; + text-decoration: none; background-color: #eee; text-indent: 2em; padding: .2em; border-top: 1px dotted black; - font-weight: normal; - font-style: normal; - text-decoration: none; } h4 { - font-family: sans-serif; - font-size-adjust: .53; font-size: 1.1em; font-weight: 600; font-style: normal; @@ -260,8 +262,6 @@ } h5, dt { - font-family: sans-serif; - font-size-adjust: .53; font-size: 1em; font-weight: bold; font-style: normal; @@ -271,14 +271,12 @@ } h6 { - font-family: sans-serif; - font-size-adjust: .53; - color: #666; - text-indent: 1em; font-size: 1em; font-style: italic; - margin:0; text-decoration: none; + color: #666; + text-indent: 1em; + margin:0; } /* comma tools table */ @@ -286,13 +284,13 @@ td.comma-desc { background: #ffeecc; border : 1px solid black; - font-family: sans-serif + font-family: "Bitstream Vera Sans", sans-serif } td.comma-shortcut { background: #e7e7ff; border : 1px solid black; - font-family: monospace; + font-family: "Bitstream Vera Sans Mono", monospace; } td.comma-tool { @@ -321,40 +319,19 @@ input.reset { text-align: center; - font-family: monospace; + font-family: "Bitstream Vera Sans Mono", monospace; } input.default { text-align: center; font-weight: bold; - font-family: monospace; + font-family: "Bitstream Vera Sans Mono", monospace; } -/* comma tools table */ - -td.comma-desc { background: #ffeecc; -border : 1px solid black; -font-family: sans-serif } -td.comma-shortcut { background: #e7e7ff; -border : 1px solid black; -font-family: monospace } -td.comma-tool { background: #e7e7ff; border : 1px solid black;} - - -/* config param table */ - -table.config tr th { - text-align: left; - background: #e7e7ff; -} -table.config tr td { - background: #ffeecc; - border : 1px solid black; - font-family: sans-serif; +div#recent { + margin-right: 5em; } -table.config tr td.subtable { - background: white; - border: none; +div#recent dt { + margin-top: 1em; } - Index: index.html =================================================================== RCS file: /sources/public/validator/htdocs/index.html,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- index.html 9 May 2004 15:56:49 -0000 1.59 +++ index.html 21 Jul 2004 15:06:55 -0000 1.60 @@ -15,18 +15,16 @@ <div> <h2>Validate Your Markup</h2> - <fieldset class="front"><legend>Validate by URI</legend> + <fieldset class="front"><legend>Validate by URL</legend> <form method="get" action="check"> <p> <label title="Address of page to Validate" for="uri">Address: <input id="uri" name="uri" size="40" /></label> - <label title="Submit URI for validation"><input type="submit" value="Check" /></label> - <input type="hidden" name="verbose" value="0" /> - <!-- <input type="hidden" name="fussy" value="0" /> --> + <label title="Submit URL for validation"><input type="submit" value="Check" /></label> </p> </form> <p> - Enter the <abbr title="Uniform Resource Identifier">URI</abbr> of the page + Enter the <abbr title="Uniform Resource Locator">URL</abbr> of the page you want to check. Advanced options are available from the <a title="Extended Interface to the W3C Markup Validation Service" href="detailed.html">Extended Interface</a>. @@ -39,8 +37,6 @@ <label title="Choose a Local File to Upload and Validate" for="uploaded_file">Local File: <input type="file" id="uploaded_file" name="uploaded_file" size="30" /></label> <label title="Submit file for validation"><input type="submit" value="Check" /></label> - <input type="hidden" name="verbose" value="0" /> - <!-- <input type="hidden" name="fussy" value="0" /> --> </p> </form> <p> @@ -55,11 +51,24 @@ <div id="recent"> <h2>Recent Updates</h2> <dl> - <dt><a href="whatsnew.html#t2004-05-07">2004-05-07</a></dt> - <dd>Released version 0.6.5, a maintenance release easier to use and install, - featuring new documentation, simpler navigation, new recovery mechanisms instead of fatal errors, - and offering explanations in addition to error messages.</dd> - <dt><a href="whatsnew.html#t2002-12-01">2002-12-01</a></dt> + <dt><a href="whatsnew.html#t2004-05-21">2004-05-21</a>: + Markup Validator v0.6.6 Released</dt> + <dd> + Released version 0.6.6, a maintenance release that fixes a few minor + bugs, resurrects the whitespace-preserving source display, adds + explanations for additional error messages, and makes some slight + tweaks to the website style. + </dd> + <dt><a href="whatsnew.html#t2004-05-07">2004-05-07</a>: + Markup Validator v0.6.5 Released</dt> + <dd> + Released version 0.6.5, a maintenance release easier to use and + install, featuring new documentation, simpler navigation, new recovery + mechanisms instead of fatal errors, and offering explanations in + addition to error messages. + </dd> + <dt><a href="whatsnew.html#t2002-12-01">2002-12-01</a>: + Markup Validator v0.6.1 Released</dt> <dd>Released version 0.6.1, a maintenance release to fix minor bugs.</dd> </dl> <p class="intro"> Index: file-upload.html =================================================================== RCS file: /sources/public/validator/htdocs/file-upload.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- file-upload.html 9 May 2004 15:56:49 -0000 1.18 +++ file-upload.html 21 Jul 2004 15:06:55 -0000 1.19 @@ -27,7 +27,7 @@ <p> If your document is on the Web, you can validate it with the same advanced options - by <a title="Validate files by URI" href="detailed.html">entering its address</a> instead. + by <a title="Validate files by URL" href="detailed.html">entering its address</a> instead. </p> <!--#include virtual="footer.html" -->
Received on Wednesday, 21 July 2004 11:08:09 UTC