RE: Tidy and XHTML Strict DTD

> Anyways, the question at hand, why isn't this document validating a
> Strict?

Well, the "<!--"/"-->" commenting style isn't allowed in XHTML Strict. The
new syntax is, as I understand it: <[CDATA[comment goes in here]]>

Also, with Strict, deprecated attributes are not allowed (CSS must be used
instead). On the IMG tag, these include align, border, hspace, and vspace.

And, of course, your DTD should be set to "strict" as well. So, I dunno if
that'll solve all your validation problems, but it's a start :).


Alex Bischoff                                              3812078 on ICQ
 -------------------------------------------------------------------------
 export-a-crypto-system-sig RSA-2-lines-PERL
 print pack"C*",split/\D+/,`echo "16iII*o\U@{$/=$z;[(pop,pop,unpack"H*",<>
 )]}\EsMsKsN0[lN*1lK[d2%Sa2/d0<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<J]dsJxp"|dc`
 -------------------------------------------------------------------------
 Proof That There is Strength in Numbers --> http://www.distributed.net/ 

Received on Friday, 9 February 2001 17:12:01 UTC