- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Dec 2009 00:08:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/obsolete In directory hutz:/tmp/cvs-serv18966 Added Files: profile.html profile.xhtml Log Message: new --- NEW FILE: profile.html --- <!DOCTYPE html> <html> <head> <head profile="http://www.w3.org/2006/03/hcard http://dublincore.org/documents/2008/08/04/dc-html/"> <title>the profile attribute on the head element is obsolete</title> <meta charset=utf-8> </head> <body> <p>This page contains a <code>head</code> element with an obsolete <code>profile</code> attribute. It should trigger a validation error.</p> </body> </html> --- NEW FILE: profile.xhtml --- <html xmlns="http://www.w3.org/1999/xhtml"> <head profile="http://www.w3.org/2006/03/hcard http://dublincore.org/documents/2008/08/04/dc-html/"> <title>the profile attribute on the head element is obsolete</title> </head> <body> <p>This page contains a <code>head</code> element with an obsolete <code>profile</code> attribute. It should trigger a validation error.</p> </body> </html>
Received on Tuesday, 1 December 2009 00:08:52 UTC