html5/tests/validation/full/invalid/obsolete tt.html,NONE,1.1 tt.xhtml,NONE,1.1

Update of /sources/public/html5/tests/validation/full/invalid/obsolete
In directory hutz:/tmp/cvs-serv23671

Added Files:
	tt.html tt.xhtml 
Log Message:
initial add

--- NEW FILE: tt.xhtml ---
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>the "tt" element is obsolete</title>
</head>
<body>
<tt>baz</tt>
</body>
</html>

--- NEW FILE: tt.html ---
<!DOCTYPE html>
<html>
<head>
<title>the "tt" element is obsolete</title>
</head>
<body>
<tt>baz</tt>
</body>
</html>

Received on Thursday, 16 April 2009 07:22:37 UTC