Re: Mistaken XHTML Validation Issues

On Thu, Jun 15, 2006 at 10:02:47PM -0400, Arthus Erea wrote:
>    When I try to validate my document (www.mastermade.biz/new) I receive the
>    error
>    (http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.mastermade.biz%2Fnew%2Findex.php):

The Markup Validator has some limitations when it comes to XHTML (and
it warns you about them when declaring the document to be valid).

One such limitation is that it doesn't recognise a missing space
between attributes to be an error: class='top_nav_current'title=...

(BTW - if you're using XHTML you really should _not_ be having "<!--"
at the start of your <script> elements, and if you're serving it as
text/html then you are probably better off with HTML 4.01 anyway).

-- 
David Dorward                                      http://dorward.me.uk

Received on Friday, 16 June 2006 14:06:08 UTC