html5/tests/validation/full/invalid/unknown-attribute center.html,NONE,1.1 center.xhtml,NONE,1.1

Update of /sources/public/html5/tests/validation/full/invalid/unknown-attribute
In directory hutz:/tmp/cvs-serv15747

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

--- NEW FILE: center.xhtml ---
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>element center with invalid attribute</title>
</head>
<body>
<center bar="foo">baz</center>
</body>
</html>

--- NEW FILE: center.html ---
<!DOCTYPE html>
<html>
<head>
<title>element center with invalid attribute</title>
</head>
<body>
<center bar="foo">baz</center>
</body>
</html>

Received on Monday, 13 April 2009 05:56:05 UTC