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

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

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

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

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

Received on Monday, 13 April 2009 06:49:28 UTC