- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Thu, 20 Jan 2005 00:18:03 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv9997
Modified Files:
index.html file-upload.html
Log Message:
adding warning for the now infamous IE/XPSP2 bug
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- index.html 4 Jan 2005 08:38:17 -0000 1.62
+++ index.html 20 Jan 2005 00:18:01 -0000 1.63
@@ -45,6 +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 due to a bug in Internet Explorer on Windows XP <acronym title="Service Pack 2">SP2</acronym>
+ validation by file upload may not work with this browser/OS, 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>
</fieldset>
</div>
Index: file-upload.html
===================================================================
RCS file: /sources/public/validator/htdocs/file-upload.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- file-upload.html 21 Jul 2004 15:06:55 -0000 1.19
+++ file-upload.html 20 Jan 2005 00:18:01 -0000 1.20
@@ -29,6 +29,10 @@
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 due to a bug in Internet Explorer on Windows XP <acronym title="Service Pack 2">SP2</acronym>
+ validation by file upload may not work with this browser/OS, 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" -->
</body>
Received on Thursday, 20 January 2005 00:18:03 UTC