- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Apr 2009 06:52:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/unknown-attribute In directory hutz:/tmp/cvs-serv365 Modified Files: col.xhtml colgroup.html colgroup.xhtml Log Message: fixed Index: colgroup.html =================================================================== RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/colgroup.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- colgroup.html 13 Apr 2009 06:20:42 -0000 1.2 +++ colgroup.html 13 Apr 2009 06:52:53 -0000 1.3 @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> -<title>element col with invalid attribute</title> +<title>element colgroup with invalid attribute</title> </head> <body> <table> Index: col.xhtml =================================================================== RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/col.xhtml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- col.xhtml 13 Apr 2009 06:20:42 -0000 1.2 +++ col.xhtml 13 Apr 2009 06:52:53 -0000 1.3 @@ -1,6 +1,6 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>element code with invalid attribute</title> +<title>element col with invalid attribute</title> </head> <body> <table> Index: colgroup.xhtml =================================================================== RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/colgroup.xhtml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- colgroup.xhtml 13 Apr 2009 06:20:42 -0000 1.2 +++ colgroup.xhtml 13 Apr 2009 06:52:53 -0000 1.3 @@ -1,6 +1,6 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>element code with invalid attribute</title> +<title>element colgroup with invalid attribute</title> </head> <body> <table>
Received on Monday, 13 April 2009 06:53:04 UTC