- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 08 Jun 2004 16:53:41 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=789
Summary: page marked as invalid with no extra information
Product: Validator
Version: 0.6.6
Platform: Other
OS/Version: other
Status: NEW
Severity: major
Priority: P2
Component: check
AssignedTo: link@pobox.com
ReportedBy: blondeel@clipper.ens.fr
QAContact: www-validator-cvs@w3.org
I mistakenly wrote at the beginning of my HTML document:
<?xml version="1.0" encoding="ISO-8859-1">
instead of
<?xml version="1.0" encoding="ISO-8859-1"?>
The validator first made me replace
<img.../> with <img...>, <hr/> with <hr>,
and <meta.../> with <meta...>.
Then it complained the page was invalid but gave no line number,
no error message, just an inch of blank background and the standard
footer.
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
Received on Tuesday, 8 June 2004 12:53:42 UTC