summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests
diff options
context:
space:
mode:
authorot <ot@localhost>2007-12-19 05:44:04 +0000
committerot <ot@localhost>2007-12-19 05:44:04 +0000
commit19911ad8748ac2590c52e56718013d458ee0b2e2 (patch)
treea2ab8aaa34e9cf8f6ebd3b34e828861010e81c29 /htdocs/dev/tests
parentcd8963bdfd1874171c52b9b82f917df638f3cf9e (diff)
downloadmarkup-validator-19911ad8748ac2590c52e56718013d458ee0b2e2.zip
markup-validator-19911ad8748ac2590c52e56718013d458ee0b2e2.tar.gz
markup-validator-19911ad8748ac2590c52e56718013d458ee0b2e2.tar.bz2
charset tests
Diffstat (limited to 'htdocs/dev/tests')
-rw-r--r--htdocs/dev/tests/4917-meta_charset_case.html14
-rwxr-xr-xhtdocs/dev/tests/index.html26
2 files changed, 38 insertions, 2 deletions
diff --git a/htdocs/dev/tests/4917-meta_charset_case.html b/htdocs/dev/tests/4917-meta_charset_case.html
new file mode 100644
index 0000000..8252768
--- /dev/null
+++ b/htdocs/dev/tests/4917-meta_charset_case.html
@@ -0,0 +1,14 @@
+<!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>
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html
index 9295192..5eb8b91 100755
--- a/htdocs/dev/tests/index.html
+++ b/htdocs/dev/tests/index.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: index.html,v 1.99 2007-12-05 09:31:04 ot Exp $"
---><!--#set var="date" value="\$Date: 2007-12-05 09:31:04 $"
+<!--#set var="revision" value="\$Id: index.html,v 1.100 2007-12-19 05:44:04 ot Exp $"
+--><!--#set var="date" value="\$Date: 2007-12-19 05:44:04 $"
--><!--#set var="title" value="The W3C Markup Validation Service: Tests"
--><!--#set var="relroot" value="../../"
--><!--#include virtual="../../header.html" -->
@@ -614,6 +614,28 @@ All these documents should validate, without "pretty print" for the document typ
<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 &amp; strange cases</h3>