- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Oct 2007 07:40:04 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv12502
Added Files:
shorttags2.html
Log Message:
adding second shorthand markup test case
--- NEW FILE: shorttags2.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Shorttags test 2</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
</head>
<body>
<div>
<p<a href="/">this text should be in a link</> while this text should not
</p<p>All this markup is valid <a href="http://www.w3.org/TR/html401/appendix/notes.html#h-B.3.7">HTML 4.01</a>, but really not recommended.</P>
</div>
</body>
</html>
Received on Friday, 5 October 2007 07:40:10 UTC