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

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

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

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

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

Received on Thursday, 16 April 2009 07:23:38 UTC