- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Apr 2009 01:43:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/unknown-attribute In directory hutz:/tmp/cvs-serv12306 Added Files: link.html link.xhtml Log Message: initial add --- NEW FILE: link.xhtml --- <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>element link with invalid attribute</title> <link bar="foo"/> </head> <body> </body> </html> --- NEW FILE: link.html --- <!DOCTYPE html> <html> <head> <title>element link with invalid attribute</title> <link bar="foo"> </head> <body> </body> </html>
Received on Wednesday, 15 April 2009 01:43:51 UTC