diff options
author | ot <ot@localhost> | 2005-01-21 08:29:01 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-01-21 08:29:01 +0000 |
commit | ed76e7fdeadeab91556dd43a6267501e795f1ecb (patch) | |
tree | ed4570c29fc3e2bb651d7c2171aa777cb0b8e95a | |
parent | 5a7e3a502fd7b214a0682102348358cd371728d7 (diff) | |
download | markup-validator-ed76e7fdeadeab91556dd43a6267501e795f1ecb.zip markup-validator-ed76e7fdeadeab91556dd43a6267501e795f1ecb.tar.gz markup-validator-ed76e7fdeadeab91556dd43a6267501e795f1ecb.tar.bz2 |
linking to newly created page on w3c/qa site
-rwxr-xr-x | htdocs/file-upload.html | 20 | ||||
-rwxr-xr-x | htdocs/index.html | 12 |
2 files changed, 17 insertions, 15 deletions
diff --git a/htdocs/file-upload.html b/htdocs/file-upload.html index 03bb340..54f4290 100755 --- a/htdocs/file-upload.html +++ b/htdocs/file-upload.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: file-upload.html,v 1.21 2005-01-20 01:02:43 ot Exp $" ---><!--#set var="date" value="\$Date: 2005-01-20 01:02:43 $" +<!--#set var="revision" value="\$Id: file-upload.html,v 1.22 2005-01-21 08:29:01 ot Exp $" +--><!--#set var="date" value="\$Date: 2005-01-21 08:29:01 $" --><!--#set var="title" value="W3C Markup Validation Service: Upload Files" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -22,17 +22,19 @@ </tr> </table> </form> - </fieldset> + <p><strong>Note</strong>: file upload does not currently work with Internet + Explorer on Windows XP Service Pack 2, see our + <a href="http://www.w3.org/QA/2005/01/Validator-IE_WinXP_SP2">information page</a> + on the W3C QA Website.</p> + + </fieldset> </div> - <p> + <p> If your document is on the Web, you can validate it with the same advanced options by <a title="Validate files by URL" href="detailed.html">entering its address</a> instead. </p> - <p><em>Note that validation by file upload may not work with Internet Explorer - on Windows XP <acronym title="Service Pack 2">SP2</acronym>. See - <a href="http://lists.w3.org/Archives/Public/www-validator/2004Sep/0054.html">this post for details</a>. - Other combinations of browsers and <acronym title="Operating Systems">OSs</acronym> are not affected.</em></p> -<!--#include virtual="footer.html" --> + + <!--#include virtual="footer.html" --> </body> </html> diff --git a/htdocs/index.html b/htdocs/index.html index 4376016..8b244ba 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.64 2005-01-20 01:02:43 ot Exp $" ---><!--#set var="date" value="\$Date: 2005-01-20 01:02:43 $" +<!--#set var="revision" value="\$Id: index.html,v 1.65 2005-01-21 08:29:01 ot Exp $" +--><!--#set var="date" value="\$Date: 2005-01-21 08:29:01 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -45,10 +45,10 @@ title="File Upload Interface to the W3C Markup Validation Service" href="file-upload.html">Extended File Upload Interface</a>. </p> - <p><em>Note that validation by file upload may not work with Internet Explorer - on Windows XP <acronym title="Service Pack 2">SP2</acronym>. See - <a href="http://lists.w3.org/Archives/Public/www-validator/2004Sep/0054.html">this post for details</a>. - Other combinations of browsers and <acronym title="Operating Systems">OSs</acronym> are not affected.</em></p> + <p><strong>Note</strong>: file upload does not currently work with Internet + Explorer on Windows XP Service Pack 2, see our + <a href="http://www.w3.org/QA/2005/01/Validator-IE_WinXP_SP2">information page</a> + on the W3C QA Website.</p> </fieldset> </div> |