- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 14 Apr 2009 22:39:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/obsolete In directory hutz:/tmp/cvs-serv28334 Added Files: center.html center.xhtml Log Message: intial add --- NEW FILE: center.xhtml --- <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>the "center" element is obsolete</title> </head> <body> <center>baz</center> </body> </html> --- NEW FILE: center.html --- <!DOCTYPE html> <html> <head> <title>the "center" element is obsolete</title> </head> <body> <center>baz</center> </body> </html>
Received on Tuesday, 14 April 2009 22:39:14 UTC