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

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

Added Files:
	center.html center.xhtml 
Log Message:
intial add


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

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

Received on Tuesday, 14 April 2009 22:39:14 UTC