html5/tests/validation/full/invalid/obsolete strike.html,NONE,1.1 strike.xhtml,NONE,1.1

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

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

--- NEW FILE: strike.html ---
<!DOCTYPE html>
<html>
<head>
<title>the "strike" element is obsolete</title>
</head>
<body>
<strike>baz</strike>
</body>
</html>

--- NEW FILE: strike.xhtml ---
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>the "strike" element is obsolete</title>
</head>
<body>
<strike>baz</strike>
</body>
</html>

Received on Thursday, 16 April 2009 07:20:44 UTC