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

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

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

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

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

Received on Monday, 13 April 2009 06:47:47 UTC