diff options
author | ot <ot@localhost> | 2005-01-20 00:18:01 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-01-20 00:18:01 +0000 |
commit | a376321feea2e5c8c1aa0c32cfd99c79a4f7c6a2 (patch) | |
tree | 0fe5d37c633c3f1ad5b2e8d740ec7b4d0922703b /htdocs/index.html | |
parent | b9ba32ef293668e07d21b7b1b9b5895e1f889471 (diff) | |
download | markup-validator-a376321feea2e5c8c1aa0c32cfd99c79a4f7c6a2.zip markup-validator-a376321feea2e5c8c1aa0c32cfd99c79a4f7c6a2.tar.gz markup-validator-a376321feea2e5c8c1aa0c32cfd99c79a4f7c6a2.tar.bz2 |
adding warning for the now infamous IE/XPSP2 bug
Diffstat (limited to 'htdocs/index.html')
-rwxr-xr-x | htdocs/index.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 81454f4..8172cf5 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.62 2005-01-04 08:38:17 ot Exp $" ---><!--#set var="date" value="\$Date: 2005-01-04 08:38:17 $" +<!--#set var="revision" value="\$Id: index.html,v 1.63 2005-01-20 00:18:01 ot Exp $" +--><!--#set var="date" value="\$Date: 2005-01-20 00:18:01 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -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> |