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

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

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

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

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

Received on Monday, 13 April 2009 05:52:12 UTC