html5/tests/validation/full/invalid/obsolete big.html,NONE,1.1 big.xhtml,NONE,1.1 t,1.1,1.2

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

Modified Files:
	t 
Added Files:
	big.html big.xhtml 
Log Message:
initial add

Index: t
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/obsolete/t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- t	16 Apr 2009 06:47:54 -0000	1.1
+++ t	16 Apr 2009 07:16:26 -0000	1.2
@@ -1,7 +1,7 @@
 #!/bin/bash
 if [ -n "$2" ]
 then src=$2
-else src="applet"
+else src="center"
 fi
 cp $src.xhtml $1.xhtml
 cp $src.html $1.html

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

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

Received on Thursday, 16 April 2009 07:16:36 UTC