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

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

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

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

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

Received on Tuesday, 14 April 2009 15:26:34 UTC