- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 14 Apr 2009 13:20:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/unknown-attribute In directory hutz:/tmp/cvs-serv2702 Added Files: h2.html h2.xhtml Log Message: initial add --- NEW FILE: h2.html --- <!DOCTYPE html> <html> <head> <title>element h2 with invalid attribute</title> </head> <body> <h2 bar="foo">baz</h2> </body> </html> --- NEW FILE: h2.xhtml --- <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>element h2 with invalid attribute</title> </head> <body> <h2 bar="foo">baz</h2> </body> </html>
Received on Tuesday, 14 April 2009 13:20:53 UTC