html5/tests/validation/full/invalid/bad-value script-bad-language.html,NONE,1.1 script-bad-language.xhtml,NONE,1.1

Update of /sources/public/html5/tests/validation/full/invalid/bad-value
In directory hutz:/tmp/cvs-serv28446/invalid/bad-value

Added Files:
	script-bad-language.html script-bad-language.xhtml 
Log Message:
new+fixed

--- NEW FILE: script-bad-language.xhtml ---
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>the "language" attribute is obsolete</title>
</head>
<body>
<script language="vbscript"></script>
</body>
</html>

--- NEW FILE: script-bad-language.html ---
<!DOCTYPE html>
<html>
<head>
<title>the "language" attribute is obsolete</title>
<meta charset=utf-8>
</head>
<body>
<script language=vbscript src=url></script>
</body>
</html>

Received on Wednesday, 2 December 2009 07:27:06 UTC