- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 Mar 2008 14:24:42 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv18924
Added Files:
charset-xmldecl.xhtml
Log Message:
test case for document with charset only declared in xml declaration
--- NEW FILE: charset-xmldecl.xhtml ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>test XHTML 1.0 Strict document</title>
<meta name="revision"
content="$Id: charset-xmldecl.xhtml,v 1.1 2008/03/11 14:24:39 ot Exp $" />
</head>
<body>
<p>
This is a test XHTML 1.0 Strict document, served with no character encoding declaration.
</p>
<p>
See: <a href="./">W3C HTML Validation Service: Tests</a>
</p>
</body>
</html>
Received on Tuesday, 11 March 2008 14:24:51 UTC