- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 30 Nov 2009 13:24:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/obsolete In directory hutz:/tmp/cvs-serv18014 Added Files: lang-deprecated.html lang-deprecated.xhtml Log Message: new --- NEW FILE: lang-deprecated.xhtml --- <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>the language subtag "mo" is deprecated</title> </head> <body lang="mo"> </body> </html> --- NEW FILE: lang-deprecated.html --- <!DOCTYPE html> <html> <head> <title>the language subtag "mo" is deprecated</title> <meta charset=utf-8> </head> <body lang=mo> </body> </html>
Received on Monday, 30 November 2009 13:24:19 UTC