- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Dec 2009 05:06:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/bad-value In directory hutz:/tmp/cvs-serv29388 Added Files: a-name-empty.html a-name-empty.xhtml Log Message: new --- NEW FILE: a-name-empty.xhtml --- <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>invalid empty value for a/@name</title> </head> <body> <a name=''></a> </body> </html> --- NEW FILE: a-name-empty.html --- <!DOCTYPE html> <html> <head> <title>invalid empty value for a/@name</title> <meta charset=utf-8> </head> <body> <a name=''></a> </body> </html>
Received on Wednesday, 2 December 2009 05:06:34 UTC