- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 07 May 2007 15:05:17 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests In directory hutz:/tmp/cvs-serv19581 Modified Files: .htaccess Added Files: 4520-iso88591-meta.html 4520-iso88591-no_meta.html Log Message: test for iso-9959-1 files, with and without declaration of charset in meta --- NEW FILE: 4520-iso88591-no_meta.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html lang="en"> <head> <title>html401-strict</title> <meta name="author" content="olivier Thereaux"> <!-- Date: 2007-03-07 --> </head> <body> <p>Sample HTML 4.01 Strict document encoded in iso-8859-1, with charset declared in meta http-equiv.</p> <p>àccentuatéd characters</p> </body> </html> --- NEW FILE: 4520-iso88591-meta.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>html401-strict</title> <meta name="author" content="olivier Thereaux"> <!-- Date: 2007-03-07 --> </head> <body> <p>Sample HTML 4.01 Strict document encoded in iso-8859-1, with charset declared in meta http-equiv.</p> <p>àccentuatéd characters</p> </body> </html> Index: .htaccess =================================================================== RCS file: /sources/public/validator/htdocs/dev/tests/.htaccess,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- .htaccess 22 Feb 2007 06:46:07 -0000 1.4 +++ .htaccess 7 May 2007 15:05:15 -0000 1.5 @@ -9,6 +9,10 @@ <Files ~ "textxml_nocharset(\.xml)?"> ForceType text/xml </Files> +<FilesMatch 4520-iso88591.*> +RemoveCharset .html +# use charset in meta +</Files> <Files 1574-charset_iso_8859_7_greek.html> RemoveCharset .html # use charset in meta
Received on Monday, 7 May 2007 15:05:19 UTC