Re: HTML 4.0 Transitional validation not completely compliant to

>Note that http://www.w3.org/TR/REC-html40/ points to the HTML 4.01
>specification, not the 4.0 for which you use the DTD (as a matter of
>fact I strongly suggest you use HTML4.01 rather than the one you're
>using).

i am merely checking code provided by another enterprise, so i have no
influence about
the DTD.
i personally use xhtml 1.0 :-)


>As for your problem, without the HTML code the validator
>claims is invalid I can't tell you more than "check
>http://www.w3.org/TR/1998/REC-html40-19980424/index/attributes.html
>for the list of tags with which you are allowed to use the valign
>attribute".

the code used is:

<table>...
<tr>...
<TD class=leftNav vAlign=top>

and the document you pointed out to shows valign to be allowed in:

COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR 

so, it appears to be a validator bug? or does the validator not check for
html 4.0 anymore but uses
html 4.01 instead? i am asking because i am quite sure that valign is not
allowed in there anymore.

regards,
claus kick

Received on Thursday, 12 September 2002 06:12:32 UTC