html5/tests/validation/full/invalid/obsolete lang-deprecated.html,NONE,1.1 lang-deprecated.xhtml,NONE,1.1

Update of /sources/public/html5/tests/validation/full/invalid/obsolete
In directory hutz:/tmp/cvs-serv18014

Added Files:
	lang-deprecated.html lang-deprecated.xhtml 
Log Message:
new


--- NEW FILE: lang-deprecated.xhtml ---
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>the language subtag "mo" is deprecated</title>
</head>
<body lang="mo">
</body>
</html>

--- NEW FILE: lang-deprecated.html ---
<!DOCTYPE html>
<html>
<head>
<title>the language subtag "mo" is deprecated</title>
<meta charset=utf-8>
</head>
<body lang=mo>
</body>
</html>

Received on Monday, 30 November 2009 13:24:19 UTC