summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/html_xmlns.html.utf8
diff options
context:
space:
mode:
authorot <ot@localhost>2006-03-16 01:05:06 +0000
committerot <ot@localhost>2006-03-16 01:05:06 +0000
commit4f4b64ce8abb043e6d111e9cbdef91c3b157bae5 (patch)
tree20e892ba5875b080e17d9778861babc1eb42cdda /htdocs/dev/tests/html_xmlns.html.utf8
parente06cef81a3368ea84309189816fc4fcaedf4facb (diff)
downloadmarkup-validator-4f4b64ce8abb043e6d111e9cbdef91c3b157bae5.zip
markup-validator-4f4b64ce8abb043e6d111e9cbdef91c3b157bae5.tar.gz
markup-validator-4f4b64ce8abb043e6d111e9cbdef91c3b157bae5.tar.bz2
adding a few test documents triggering WXX global-scope warnings
Diffstat (limited to 'htdocs/dev/tests/html_xmlns.html.utf8')
-rw-r--r--htdocs/dev/tests/html_xmlns.html.utf815
1 files changed, 15 insertions, 0 deletions
diff --git a/htdocs/dev/tests/html_xmlns.html.utf8 b/htdocs/dev/tests/html_xmlns.html.utf8
new file mode 100644
index 0000000..efb9bbb
--- /dev/null
+++ b/htdocs/dev/tests/html_xmlns.html.utf8
@@ -0,0 +1,15 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<html xmlns="http://www.example.org">
+<head>
+<title>test for html resource using namespaces - W10</title>
+ </head>
+<body>
+<p>This test document corresponds to validator warning W10:
+<code>
+</code>
+</p>
+</body>
+
+</html>
+