- From: Gannon Dick <gdick@gte.net>
- Date: Sat, 17 Nov 2001 10:55:48 -0600
- To: <www-validator@w3.org>
Received on Saturday, 17 November 2001 11:53:59 UTC
There was another 'error' too dealing with how the Validator detects character sets inline.
Try this :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Just a test</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
.foo {color:#006666}
-->
</style>
</head>
<body>
<h1 class="foo">Test 1</h1>
<h2 class="foo">Test 2</h2>
</body>
</html>
Gannon Dick
Received on Saturday, 17 November 2001 11:53:59 UTC