- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 31 Jul 2007 14:53:26 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4897
Summary: This page is not Valid (no Doctype found)!
Product: Validator
Version: 0.8.0
Platform: PC
URL: http://myorganicfamily.com/index.html
OS/Version: Windows 2000
Status: NEW
Severity: normal
Priority: P2
Component: check
AssignedTo: dave.null@w3.org
ReportedBy: rlibouf@yahoo.com
QAContact: www-validator-cvs@w3.org
False error is being generated intermittently (not 100% of the time) with same
code.
--> This page is not Valid (no Doctype found)!
when html is actually valid. (see link above)
AND
Why is this not being validated (same error as above)
-------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>HOW SAFE IS YOUR SKINCARE</title>
</head>
<body>
ji
</body>
</html>
-------------
Received on Tuesday, 31 July 2007 14:53:27 UTC