- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 May 2009 12:18:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/invalid-attribute In directory hutz:/tmp/cvs-serv26198 Added Files: command-default.html command-default.xhtml Log Message: initial add --- NEW FILE: command-default.xhtml --- <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>element command with invalid attribute "default"</title> </head> <body> <command default="default"/> </body> </html> --- NEW FILE: command-default.html --- <!DOCTYPE html> <html> <head> <title>element command with invalid attribute "default"</title> </head> <body> <command default> </body> </html>
Received on Wednesday, 6 May 2009 12:18:55 UTC