- From: David Dorward <david@dorward.me.uk>
- Date: Tue, 4 Apr 2006 10:12:38 +0100
- To: Stephen Perkins <perkins@umn.edu>
- Cc: www-validator@w3.org
On Mon, Apr 03, 2006 at 10:21:53AM -0500, Stephen Perkins wrote:
> When I attempt to validate [same URL] through your CSS validator I get an
> HTML error (that I cannot match to my code...something about an img ">"
> missing). It refers to an img statement with all the correct HTML
> enclosures as proved by YOUR HTML validator. Is this a bug or am I
> missing something really simple?
Just before the "This Page Is Valid XHTML 1.0 Strict!" message you
should note that it says:
Note: The Validator XML support has some limitations.
>From the linked page:
OpenSP does not enforce the following XML constraints:
XML does not allow a parameter separator that is adjacent to a
delimiter to be omitted.
Which is what you have here:
width="468" height="55"alt="NTS Intranet" />
^^
--
David Dorward http://dorward.me.uk
Received on Tuesday, 4 April 2006 09:12:47 UTC