- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Apr 2009 07:34:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/obsolete In directory hutz:/tmp/cvs-serv25653 Added Files: basefont.html basefont.xhtml Log Message: initial add --- NEW FILE: basefont.html --- <!DOCTYPE html> <html> <head> <title>the "basefont" element is obsolete</title> </head> <body> <basefont>baz</basefont> </body> </html> --- NEW FILE: basefont.xhtml --- <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>the "basefont" element is obsolete</title> </head> <body> <basefont>baz</basefont> </body> </html>
Received on Thursday, 16 April 2009 07:34:23 UTC