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