summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/uppercase_element.xhtml
diff options
context:
space:
mode:
authorot <ot@localhost>2007-08-16 06:24:14 +0000
committerot <ot@localhost>2007-08-16 06:24:14 +0000
commit75aa588fa837045ad76eb339137b73bc0174a02c (patch)
treed01da3e5245c8d9a6a509d152b87e262fc6463eb /htdocs/dev/tests/uppercase_element.xhtml
parentff9397f6e22493bffec2598ebe3e10d585b4b0c0 (diff)
downloadmarkup-validator-75aa588fa837045ad76eb339137b73bc0174a02c.zip
markup-validator-75aa588fa837045ad76eb339137b73bc0174a02c.tar.gz
markup-validator-75aa588fa837045ad76eb339137b73bc0174a02c.tar.bz2
adding test case for upper case element in XHTML, and cascaded attribute errors (+ cleanp of index)
Diffstat (limited to 'htdocs/dev/tests/uppercase_element.xhtml')
-rw-r--r--htdocs/dev/tests/uppercase_element.xhtml16
1 files changed, 16 insertions, 0 deletions
diff --git a/htdocs/dev/tests/uppercase_element.xhtml b/htdocs/dev/tests/uppercase_element.xhtml
new file mode 100644
index 0000000..a235d00
--- /dev/null
+++ b/htdocs/dev/tests/uppercase_element.xhtml
@@ -0,0 +1,16 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+
+ <title>XHTML Document with uppercase element</title>
+
+</head>
+
+<body>
+<p><A href="http://www.example.org" title="example link">example link with a element - notice that the element is written in upper-case</A>, which means it will not be validated in XHTML.</p>
+
+</body>
+</html>