Problems with the parser and the DIV element

Hello,
Few months ago, I validated the following page :
http://www.usenet-fr.news.eu.org/fr-chartes/index.html

Yesturday, I tried to validate it again, and, as you can see here :
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.usenet-fr.news.eu.org%2Ffr-chartes%2Findex.html
the validator refuse to validate my page because the attribut ALIGN don't
exist with the element DIV in HTML 4.01 - strict.

But, as far as I can read, here :
http://www.w3.org/TR/1999/REC-html401-19991224/struct/global.html#edef-DIV
I can have an attribute ALIGN with the element DIV.

Moreover, the Validator tells me tha there is no attibut WIDTH with the
element TD, and the HTML 4.01 DTD says, here :
http://www.w3.org/TR/1999/REC-html401-19991224/struct/tables.html#edef-TD

And the funniest thing: there is an error in the code you gave me, when I
checked my pages few months ago ! :o)

Is it a bug of the Validator parser, or did I do something wrong ?

-- 
Raph.

Received on Thursday, 31 August 2000 17:44:21 UTC