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