summaryrefslogtreecommitdiffstats
path: root/htdocs/dev
diff options
context:
space:
mode:
authorot <ot@localhost>2007-09-25 06:42:42 +0000
committerot <ot@localhost>2007-09-25 06:42:42 +0000
commit173868fc8c6534a8d8804f04acb47a57e12c6668 (patch)
tree048fe0741397d75c07f6f5963b77ef7a6c1972de /htdocs/dev
parentba4395f6570fad793787c55cbd93af2c5de8eddd (diff)
downloadmarkup-validator-173868fc8c6534a8d8804f04acb47a57e12c6668.zip
markup-validator-173868fc8c6534a8d8804f04acb47a57e12c6668.tar.gz
markup-validator-173868fc8c6534a8d8804f04acb47a57e12c6668.tar.bz2
adding empty end tag test shorttag test doc, plus documenting
Diffstat (limited to 'htdocs/dev')
-rwxr-xr-xhtdocs/dev/tests/shorttags.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/htdocs/dev/tests/shorttags.html b/htdocs/dev/tests/shorttags.html
index a24b342..cb9aa3f 100755
--- a/htdocs/dev/tests/shorttags.html
+++ b/htdocs/dev/tests/shorttags.html
@@ -1,12 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
+ <!--Net Tag test-->
<title/SHORTTAGS Test/
</head>
<body>
- <div<p>
+ <div<p><!--Closed start tag test-->
This is a test of the SHORTTAGS and -wunclosed feature.
It contains an implicitly closed &lt;div&gt;.
- </div<p>
+ </div<p>hello world, this is an empty end tag</><!--Empty end tag test-->
+
</body>
</html>