- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 19 Dec 2007 05:44:07 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests In directory hutz:/tmp/cvs-serv27231 Modified Files: index.html Added Files: 4917-meta_charset_case.html Log Message: charset tests --- NEW FILE: 4917-meta_charset_case.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 with upper-case CHARSET.</p> <p>àccentuatéd characters</p> </body> </html> Index: index.html =================================================================== RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v retrieving revision 1.99 retrieving revision 1.100 diff -u -d -r1.99 -r1.100 --- index.html 5 Dec 2007 09:31:04 -0000 1.99 +++ index.html 19 Dec 2007 05:44:04 -0000 1.100 @@ -614,6 +614,28 @@ <a href="charset_mismatch-http_meta.html.utf8">view</a>: Charset mismatch: HTTP Content-Type and meta http-equiv (sends warning, proceed with HTTP and pass) </li> + <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4520-iso88591-meta.html">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4520-iso88591-meta.html">with v.w.o</a> - + <a href="4520-iso88591-meta.html">view</a>: + iso-8859-1 HTML document with charset declared in meta, + (test for <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4520">Bug 4520</a> - charset override) + + </li> + <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4520-iso88591-no_meta.html">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4520-iso88591-no_meta.html">with v.w.o</a> - + <a href="4520-iso88591-no_meta.html">view</a>: + iso-8859-1 HTML document with charset not declared in meta (nor in HTTP), + (test for <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4520">Bug 4520</a> - charset override) + </li> + <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4917-meta_charset_case.html">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4917-meta_charset_case.html">with v.w.o</a> - + <a href="4917-meta_charset_case.html">view</a>: + + (<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4917">Bug 4917</a>) + </li> </ul> <h3 id="errors">Error conditions & strange cases</h3>
Received on Wednesday, 19 December 2007 05:44:17 UTC