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

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

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

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

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

Received on Monday, 13 April 2009 05:53:23 UTC