- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Apr 2009 06:15:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/unknown-attribute In directory hutz:/tmp/cvs-serv17345 Modified Files: code.xhtml Log Message: reverted Index: code.xhtml =================================================================== RCS file: /sources/public/html5/tests/validation/full/invalid/unknown-attribute/code.xhtml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- code.xhtml 13 Apr 2009 06:08:46 -0000 1.2 +++ code.xhtml 13 Apr 2009 06:15:16 -0000 1.3 @@ -3,9 +3,6 @@ <title>element code with invalid attribute</title> </head> <body> -<table> -<colgroup><col bar="foo"/></colgroup> -<tr><td></td></tr> -</table> +<code bar="foo">baz</code> </body> </html>
Received on Monday, 13 April 2009 06:15:31 UTC