diff options
author | ot <ot@localhost> | 2007-05-07 19:17:58 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-05-07 19:17:58 +0000 |
commit | 86eef21345edbca7f8ef532e91d2117c616f6934 (patch) | |
tree | 2576b8668203caf792ecc305b3774f34998e09cb /htdocs/dev/tests | |
parent | ff8ed778f0a58b141cedc75bb802b2a42d1105d4 (diff) | |
download | markup-validator-86eef21345edbca7f8ef532e91d2117c616f6934.zip markup-validator-86eef21345edbca7f8ef532e91d2117c616f6934.tar.gz markup-validator-86eef21345edbca7f8ef532e91d2117c616f6934.tar.bz2 |
for documents served as XML, and for which the root element is not <html>,
the fallback to XHTML is not a great choice. Instead, we can perform a basic xml-wf checking,
and report a positive result for these.
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-x | htdocs/dev/tests/xhtml1-missing-doctype-and-xmlns.xhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/dev/tests/xhtml1-missing-doctype-and-xmlns.xhtml b/htdocs/dev/tests/xhtml1-missing-doctype-and-xmlns.xhtml index 1381810..529cfe1 100755 --- a/htdocs/dev/tests/xhtml1-missing-doctype-and-xmlns.xhtml +++ b/htdocs/dev/tests/xhtml1-missing-doctype-and-xmlns.xhtml @@ -6,5 +6,6 @@ <p>This is a simple bogus HTML doc with neither a doctype nor an xmlns attribute on its root element. </p> +<img /> </body> </html> |