- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 14 Apr 2009 14:00:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/unknown-attribute In directory hutz:/tmp/cvs-serv8945 Modified Files: html.html html.xhtml Log Message: fixed Index: html.xhtml =================================================================== RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/html.xhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- html.xhtml 14 Apr 2009 13:58:27 -0000 1.1 +++ html.xhtml 14 Apr 2009 14:00:10 -0000 1.2 @@ -1,8 +1,7 @@ -<html xmlns="http://www.w3.org/1999/xhtml"> +<html xmlns="http://www.w3.org/1999/xhtml" bar="foo"> <head> <title>element html with invalid attribute</title> </head> <body> -<html bar="foo">baz</html> </body> </html> Index: html.html =================================================================== RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/html.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- html.html 14 Apr 2009 13:58:27 -0000 1.1 +++ html.html 14 Apr 2009 14:00:10 -0000 1.2 @@ -1,9 +1,8 @@ <!DOCTYPE html> -<html> +<html bar="foo"> <head> <title>element html with invalid attribute</title> </head> <body> -<html bar="foo">baz</html> </body> </html>
Received on Tuesday, 14 April 2009 14:00:21 UTC