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

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

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

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

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

Received on Monday, 13 April 2009 06:34:17 UTC