- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 24 Mar 2010 20:11:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/missing-attributes In directory hutz:/tmp/cvs-serv17055 Added Files: base-missing-href-target.html base-missing-href-target.xhtml Log Message: new --- NEW FILE: base-missing-href-target.html --- <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset=utf-8> <base> <title>base element missing href and target attribute</title> </head> <body> </body> </html> --- NEW FILE: base-missing-href-target.xhtml --- <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset=utf-8> <base/> <title>base element missing href and target attribute</title> </head> <body> </body> </html>
Received on Wednesday, 24 March 2010 20:11:11 UTC