summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/texthtml_unknownparsemode.html.utf8
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/dev/tests/texthtml_unknownparsemode.html.utf8')
-rw-r--r--htdocs/dev/tests/texthtml_unknownparsemode.html.utf831
1 files changed, 31 insertions, 0 deletions
diff --git a/htdocs/dev/tests/texthtml_unknownparsemode.html.utf8 b/htdocs/dev/tests/texthtml_unknownparsemode.html.utf8
new file mode 100644
index 0000000..d7c0bee
--- /dev/null
+++ b/htdocs/dev/tests/texthtml_unknownparsemode.html.utf8
@@ -0,0 +1,31 @@
+<!DOCTYPE html SYSTEM "http://www.w3.org/Style/HTML40-plus-blink.dtd">
+<!--
+ The above is a "custom" DTD, because the text below uses
+ <blink>, which isn't actually an HTML element. Including
+ <blink> is meant as a *joke*. Adding it to a DTD doesn't make
+ it any more standard or any more meaningful. DON'T CREATE
+ CUSTOM DTDs!
+-->
+<html>
+<head>
+<title>test for text/html Document using Custom DTD, unknown parse mode - W08</title>
+
+</head>
+
+<body lang="en">
+<p>This test document corresponds to validator warning W08:
+<code>
+Unknown Parse Mode!
+</code>
+</p>
+
+<p>This document is a subset of the <a href="http://www.w3.org/Style/">W3C Style</a>
+homepage, using <a href="http://www.w3.org/Style/customdtd">Custom DTD</a>
+allowing <blink>The nonstandard blink element</blink>.
+</p>
+
+<p>It is valid against that particular DTD</p>
+
+</body>
+</html>
+