- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 25 Sep 2007 06:42:45 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv10958
Modified Files:
shorttags.html
Log Message:
adding empty end tag test shorttag test doc, plus documenting
Index: shorttags.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/shorttags.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- shorttags.html 25 Sep 2007 06:35:04 -0000 1.4
+++ shorttags.html 25 Sep 2007 06:42:42 -0000 1.5
@@ -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 <div>.
- </div<p>
+ </div<p>hello world, this is an empty end tag</><!--Empty end tag test-->
+
</body>
</html>
Received on Tuesday, 25 September 2007 06:42:57 UTC