- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 28 Apr 2008 01:23:04 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv20985
Added Files:
texthtml_nocharset-utf8.html
Log Message:
test case for utf8 content without charset declared, curious to se what it will give if using different defaults
--- NEW FILE: texthtml_nocharset-utf8.html ---
<?xml version="1.0"?>
<!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" xml:lang="en" lang="en">
<head>
<title>test for text/html resource with no charset - W04</title>
</head>
<body>
<p>This test document corresponds to validator warning W04:
<code>
No Character Encoding Found! Falling back to (UTF-8).
</code>
</p>
</body>
</html>
Received on Monday, 28 April 2008 01:23:34 UTC