- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Apr 2009 10:01:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/obsolete In directory hutz:/tmp/cvs-serv16903 Added Files: frameset.html frameset.xhtml Log Message: initial add --- NEW FILE: frameset.html --- <!DOCTYPE html> <html> <head> <title>the "frameset" element is obsolete</title> </head> <frameset> <frame src="url"> <frame src="url2"> </frameset> </html> --- NEW FILE: frameset.xhtml --- <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>the "frameset" element is obsolete</title> </head> <frameset> <frame src="url"/> <frame src="url2"/> </frameset> </html>
Received on Thursday, 16 April 2009 10:01:33 UTC